HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/ordneco.com/ordneco.sql
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: db:3306
-- Generation Time: Oct 17, 2024 at 02:22 PM
-- Server version: 5.7.44
-- PHP Version: 8.2.8

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


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

--
-- Database: `ordneco`
--

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT '10',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(7, 'action_scheduler/migration_hook', 'complete', '2024-10-17 14:21:04', '2024-10-17 14:21:04', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1729174864;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1729174864;}', 1, 1, '2024-10-17 14:21:14', '2024-10-17 14:21:14', 0, NULL),
(8, 'woocommerce_cleanup_draft_orders', 'complete', '2024-10-17 14:20:05', '2024-10-17 14:20:05', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1729174805;s:18:\"\0*\0first_timestamp\";i:1729174805;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1729174805;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2024-10-17 14:21:14', '2024-10-17 14:21:14', 0, NULL),
(9, 'woocommerce_cleanup_draft_orders', 'pending', '2024-10-18 14:21:14', '2024-10-18 14:21:14', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1729261274;s:18:\"\0*\0first_timestamp\";i:1729174805;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1729261274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10, 'woocommerce_run_product_attribute_lookup_update_callback', 'complete', '2024-10-17 14:21:38', '2024-10-17 14:21:38', 10, '[637,1]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1729174898;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1729174898;}', 3, 1, '2024-10-17 14:22:09', '2024-10-17 14:22:09', 0, NULL),
(11, 'woocommerce_run_product_attribute_lookup_update_callback', 'complete', '2024-10-17 14:21:38', '2024-10-17 14:21:38', 10, '[636,1]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1729174898;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1729174898;}', 3, 1, '2024-10-17 14:22:09', '2024-10-17 14:22:09', 0, NULL);

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

--
-- Table structure for table `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, ''),
(3, 'woocommerce-db-updates');

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

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 7, 'action created', '2024-10-17 14:20:04', '2024-10-17 14:20:04'),
(2, 8, 'action created', '2024-10-17 14:20:05', '2024-10-17 14:20:05'),
(3, 8, 'action started via Async Request', '2024-10-17 14:21:14', '2024-10-17 14:21:14'),
(4, 8, 'action complete via Async Request', '2024-10-17 14:21:14', '2024-10-17 14:21:14'),
(5, 9, 'action created', '2024-10-17 14:21:14', '2024-10-17 14:21:14'),
(6, 7, 'action started via Async Request', '2024-10-17 14:21:14', '2024-10-17 14:21:14'),
(7, 7, 'action complete via Async Request', '2024-10-17 14:21:14', '2024-10-17 14:21:14'),
(8, 10, 'action created', '2024-10-17 14:21:37', '2024-10-17 14:21:37'),
(9, 11, 'action created', '2024-10-17 14:21:37', '2024-10-17 14:21:37'),
(10, 10, 'action started via WP Cron', '2024-10-17 14:22:09', '2024-10-17 14:22:09'),
(11, 10, 'action complete via WP Cron', '2024-10-17 14:22:09', '2024-10-17 14:22:09'),
(12, 11, 'action started via WP Cron', '2024-10-17 14:22:09', '2024-10-17 14:22:09'),
(13, 11, 'action complete via WP Cron', '2024-10-17 14:22:09', '2024-10-17 14:22:09');

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

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

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_newsletter`
--

CREATE TABLE `wp_newsletter` (
  `id` int(11) NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `token` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` varchar(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'S',
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated` int(11) NOT NULL DEFAULT '0',
  `last_activity` int(11) NOT NULL DEFAULT '0',
  `surname` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `sex` char(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'n',
  `feed_time` bigint(20) NOT NULL DEFAULT '0',
  `feed` tinyint(4) NOT NULL DEFAULT '0',
  `referrer` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `wp_user_id` int(11) NOT NULL DEFAULT '0',
  `source` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `http_referer` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `geo` tinyint(4) NOT NULL DEFAULT '0',
  `country` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `region` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bounce_type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bounce_time` int(11) NOT NULL DEFAULT '0',
  `unsub_email_id` int(11) NOT NULL DEFAULT '0',
  `unsub_time` int(11) NOT NULL DEFAULT '0',
  `list_1` tinyint(4) NOT NULL DEFAULT '0',
  `list_2` tinyint(4) NOT NULL DEFAULT '0',
  `list_3` tinyint(4) NOT NULL DEFAULT '0',
  `list_4` tinyint(4) NOT NULL DEFAULT '0',
  `list_5` tinyint(4) NOT NULL DEFAULT '0',
  `list_6` tinyint(4) NOT NULL DEFAULT '0',
  `list_7` tinyint(4) NOT NULL DEFAULT '0',
  `list_8` tinyint(4) NOT NULL DEFAULT '0',
  `list_9` tinyint(4) NOT NULL DEFAULT '0',
  `list_10` tinyint(4) NOT NULL DEFAULT '0',
  `list_11` tinyint(4) NOT NULL DEFAULT '0',
  `list_12` tinyint(4) NOT NULL DEFAULT '0',
  `list_13` tinyint(4) NOT NULL DEFAULT '0',
  `list_14` tinyint(4) NOT NULL DEFAULT '0',
  `list_15` tinyint(4) NOT NULL DEFAULT '0',
  `list_16` tinyint(4) NOT NULL DEFAULT '0',
  `list_17` tinyint(4) NOT NULL DEFAULT '0',
  `list_18` tinyint(4) NOT NULL DEFAULT '0',
  `list_19` tinyint(4) NOT NULL DEFAULT '0',
  `list_20` tinyint(4) NOT NULL DEFAULT '0',
  `list_21` tinyint(4) NOT NULL DEFAULT '0',
  `list_22` tinyint(4) NOT NULL DEFAULT '0',
  `list_23` tinyint(4) NOT NULL DEFAULT '0',
  `list_24` tinyint(4) NOT NULL DEFAULT '0',
  `list_25` tinyint(4) NOT NULL DEFAULT '0',
  `list_26` tinyint(4) NOT NULL DEFAULT '0',
  `list_27` tinyint(4) NOT NULL DEFAULT '0',
  `list_28` tinyint(4) NOT NULL DEFAULT '0',
  `list_29` tinyint(4) NOT NULL DEFAULT '0',
  `list_30` tinyint(4) NOT NULL DEFAULT '0',
  `list_31` tinyint(4) NOT NULL DEFAULT '0',
  `list_32` tinyint(4) NOT NULL DEFAULT '0',
  `list_33` tinyint(4) NOT NULL DEFAULT '0',
  `list_34` tinyint(4) NOT NULL DEFAULT '0',
  `list_35` tinyint(4) NOT NULL DEFAULT '0',
  `list_36` tinyint(4) NOT NULL DEFAULT '0',
  `list_37` tinyint(4) NOT NULL DEFAULT '0',
  `list_38` tinyint(4) NOT NULL DEFAULT '0',
  `list_39` tinyint(4) NOT NULL DEFAULT '0',
  `list_40` tinyint(4) NOT NULL DEFAULT '0',
  `profile_1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_3` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_4` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_5` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_6` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_7` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_8` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_9` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_10` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_11` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_12` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_13` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_14` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_15` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_16` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_17` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_18` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_19` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_20` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `test` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_newsletter_emails`
--

CREATE TABLE `wp_newsletter_emails` (
  `id` int(11) NOT NULL,
  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subject` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `message` longtext COLLATE utf8mb4_unicode_520_ci,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` enum('new','sending','sent','paused','error') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'new',
  `total` int(11) NOT NULL DEFAULT '0',
  `last_id` int(11) NOT NULL DEFAULT '0',
  `sent` int(11) NOT NULL DEFAULT '0',
  `track` int(11) NOT NULL DEFAULT '1',
  `list` int(11) NOT NULL DEFAULT '0',
  `type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `query` longtext COLLATE utf8mb4_unicode_520_ci,
  `editor` tinyint(4) NOT NULL DEFAULT '0',
  `sex` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `theme` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `message_text` longtext COLLATE utf8mb4_unicode_520_ci,
  `preferences` longtext COLLATE utf8mb4_unicode_520_ci,
  `send_on` int(11) NOT NULL DEFAULT '0',
  `token` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `options` longtext COLLATE utf8mb4_unicode_520_ci,
  `private` tinyint(1) NOT NULL DEFAULT '0',
  `click_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `version` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `open_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unsub_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `error_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `stats_time` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `updated` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_newsletter_logs`
--

CREATE TABLE `wp_newsletter_logs` (
  `id` int(11) NOT NULL,
  `status` int(11) NOT NULL DEFAULT '0',
  `source` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_520_ci,
  `created` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_newsletter_sent`
--

CREATE TABLE `wp_newsletter_sent` (
  `email_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `status` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `open` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `time` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `error` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_newsletter_stats`
--

CREATE TABLE `wp_newsletter_stats` (
  `id` int(11) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `email_id` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',
  `ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_newsletter_user_logs`
--

CREATE TABLE `wp_newsletter_user_logs` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `source` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_520_ci,
  `created` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_newsletter_user_meta`
--

CREATE TABLE `wp_newsletter_user_meta` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `meta_key` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:20:{i:1729174982;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1729175132;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1729177310;a:2:{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;}}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:1729178402;a:1:{s:16:\"newsletter_clean\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1729178403;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1729178404;a:2:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1729178415;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1729179110;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1729180910;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1729185603;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1729196403;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1729209600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1729216910;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1729260110;a:4:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1729260113;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1729261203;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1729261204;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1729261213;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1730470863;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}', 'auto'),
(2, 'siteurl', 'http://localhost', 'on'),
(3, 'home', 'http://localhost', 'on'),
(4, 'blogname', 'Ordneco', 'on'),
(5, 'blogdescription', '', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'admin@foach.site', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', 'password', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:249:{s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:10:\"service/?$\";s:28:\"index.php?post_type=services\";s:40:\"service/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=services&feed=$matches[1]\";s:35:\"service/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=services&feed=$matches[1]\";s:27:\"service/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=services&paged=$matches[1]\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:46:\"portfolio/([^/]+)/wc/file/transient(/(.*))?/?$\";s:61:\"index.php?portfolio=$matches[1]&wc/file/transient=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"portfolio/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:63:\"portfolio/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"service/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"service/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"service/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"service/([^/]+)/embed/?$\";s:41:\"index.php?services=$matches[1]&embed=true\";s:28:\"service/([^/]+)/trackback/?$\";s:35:\"index.php?services=$matches[1]&tb=1\";s:48:\"service/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?services=$matches[1]&feed=$matches[2]\";s:43:\"service/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?services=$matches[1]&feed=$matches[2]\";s:36:\"service/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&paged=$matches[2]\";s:43:\"service/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&cpage=$matches[2]\";s:33:\"service/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?services=$matches[1]&wc-api=$matches[3]\";s:44:\"service/([^/]+)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?services=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"service/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"service/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"service/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"service/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"service/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?services=$matches[1]&page=$matches[2]\";s:24:\"service/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"service/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"service/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio-category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:53:\"service-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?service-type=$matches[1]&feed=$matches[2]\";s:48:\"service-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?service-type=$matches[1]&feed=$matches[2]\";s:29:\"service-type/([^/]+)/embed/?$\";s:45:\"index.php?service-type=$matches[1]&embed=true\";s:41:\"service-type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?service-type=$matches[1]&paged=$matches[2]\";s:23:\"service-type/([^/]+)/?$\";s:34:\"index.php?service-type=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s: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=87&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s: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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s: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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:10:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:25:\"cms-portal/cms-portal.php\";i:3;s:33:\"cmssuperheroes/cmssuperheroes.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:27:\"js_composer/js_composer.php\";i:6;s:21:\"newsletter/plugin.php\";i:7;s:23:\"revslider/revslider.php\";i:8;s:39:\"swa-import-export/swa-import-export.php\";i:9;s:27:\"woocommerce/woocommerce.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'http://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', '', 'off'),
(41, 'template', 'consultivo', 'on'),
(42, 'stylesheet', 'consultivo', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '57155', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '300', 'on'),
(58, 'thumbnail_size_h', '300', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '600', 'on'),
(61, 'medium_size_h', '600', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '980', 'on'),
(64, 'large_size_h', '650', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:6:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'on'),
(78, 'widget_text', 'a:3:{i:1;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"Experienced In Mortgage And Financial Advice! We don’t believe in the sales culture, but instead we believe in the service culture.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}i:2;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"Get the latest updates and offers.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"el_class\";s:8:\"sub-info\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'on'),
(79, 'widget_rss', 'a:0:{}', 'on'),
(80, 'uninstall_plugins', 'a:0:{}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '89', 'on'),
(83, 'page_on_front', '87', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '0', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1744725710', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '57155', 'on'),
(102, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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;}}}', 'auto'),
(103, 'fresh_site', '0', 'auto'),
(104, 'user_count', '1', 'off'),
(105, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(106, 'sidebars_widgets', 'a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-blog\";a:3:{i:0;s:8:\"search-1\";i:1;s:12:\"categories-1\";i:2;s:18:\"cms_recent_posts-1\";}s:12:\"sidebar-page\";a:0:{}s:12:\"sidebar-shop\";a:3:{i:0;s:28:\"woocommerce_product_search-1\";i:1;s:22:\"woocommerce_products-1\";i:2;s:26:\"woocommerce_price_filter-1\";}s:15:\"sidebar-product\";a:2:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:22:\"woocommerce_products-2\";}s:16:\"sidebar-footer-1\";a:3:{i:0;s:13:\"media_image-1\";i:1;s:6:\"text-1\";i:2;s:18:\"cs_social_widget-1\";}s:16:\"sidebar-footer-2\";a:1:{i:0;s:10:\"nav_menu-1\";}s:16:\"sidebar-footer-3\";a:1:{i:0;s:10:\"nav_menu-2\";}s:16:\"sidebar-footer-4\";a:1:{i:0;s:10:\"nav_menu-3\";}s:16:\"sidebar-footer-5\";a:2:{i:0;s:25:\"newsletterwidgetminimal-1\";i:1;s:6:\"text-2\";}s:13:\"array_version\";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:2:{i:1;a:17:{s:13:\"attachment_id\";i:669;s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/10/c-icon.png\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:33;s:6:\"height\";i:33;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:57:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_search', 'a:2:{i:1;a:3:{s:5:\"title\";s:10:\"Search Bar\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:4:{i:1;a:4:{s:5:\"title\";s:7:\"Company\";s:8:\"nav_menu\";i:30;s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}i:2;a:4:{s:5:\"title\";s:8:\"Services\";s:8:\"nav_menu\";i:36;s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:37;s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(124, 'recovery_keys', 'a:0:{}', 'auto'),
(125, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.6.2-partial-1.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:5:\"6.6.1\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.6.2-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.2-rollback-1.zip\";}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:5:\"6.6.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1729173710;s:15:\"version_checked\";s:5:\"6.6.1\";s:12:\"translations\";a:0:{}}', 'off'),
(127, '_site_transient_timeout_theme_roots', '1729175511', 'off'),
(128, '_site_transient_theme_roots', 'a:1:{s:10:\"consultivo\";s:7:\"/themes\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(129, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1729173712;s:7:\"checked\";a:1:{s:10:\"consultivo\";s:5:\"1.1.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(130, '_site_transient_timeout_browser_09993ab868f470cf24e26fa4f9439d9e', '1729778512', 'off'),
(131, '_site_transient_browser_09993ab868f470cf24e26fa4f9439d9e', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"129.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(132, '_site_transient_timeout_php_check_a34f4a08303dd29cee70e79d780daa9d', '1729778513', 'off'),
(133, '_site_transient_php_check_a34f4a08303dd29cee70e79d780daa9d', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(135, 'can_compress_scripts', '0', 'on'),
(136, '_site_transient_timeout_community-events-44485c287b35f6187af786644b0948c8', '1729216913', 'off'),
(137, '_site_transient_community-events-44485c287b35f6187af786644b0948c8', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"192.168.65.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WordPress Meetup Zwolle - Over WordPress 6.7\";s:3:\"url\";s:63:\"https://www.meetup.com/zwolle-wordpress-meetup/events/302131557\";s:6:\"meetup\";s:23:\"WordPress Meetup Zwolle\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/zwolle-wordpress-meetup/\";s:4:\"date\";s:19:\"2024-11-14 18:45:00\";s:8:\"end_date\";s:19:\"2024-11-14 20:45:00\";s:20:\"start_unix_timestamp\";i:1731606300;s:18:\"end_unix_timestamp\";i:1731613500;s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Zwolle, Netherlands\";s:7:\"country\";s:2:\"nl\";s:8:\"latitude\";d:52.50863;s:9:\"longitude\";d:6.093271;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:40:\"WP Meetup Amsterdam talk en Repair Café\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-amsterdam/events/301419037\";s:6:\"meetup\";s:26:\"WordPress Meetup Amsterdam\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-amsterdam/\";s:4:\"date\";s:19:\"2024-11-20 19:00:00\";s:8:\"end_date\";s:19:\"2024-11-20 21:00:00\";s:20:\"start_unix_timestamp\";i:1732125600;s:18:\"end_unix_timestamp\";i:1732132800;s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Amsterdam, Netherlands\";s:7:\"country\";s:2:\"nl\";s:8:\"latitude\";d:52.36531;s:9:\"longitude\";d:4.935536;}}i:2;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Netherlands\";s:3:\"url\";s:38:\"https://netherlands.wordcamp.org/2024/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-11-29 08:40:00\";s:8:\"end_date\";s:19:\"2024-11-30 00:00:00\";s:20:\"start_unix_timestamp\";i:1732866000;s:18:\"end_unix_timestamp\";i:1732921200;s:8:\"location\";a:4:{s:8:\"location\";s:35:\"Den Haag, Zuid-Holland, Netherlands\";s:7:\"country\";s:2:\"NL\";s:8:\"latitude\";d:52.0990637;s:9:\"longitude\";d:4.2975123;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:23:\"WordPress Meetup Zwolle\";s:3:\"url\";s:63:\"https://www.meetup.com/zwolle-wordpress-meetup/events/302131560\";s:6:\"meetup\";s:23:\"WordPress Meetup Zwolle\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/zwolle-wordpress-meetup/\";s:4:\"date\";s:19:\"2024-12-12 18:45:00\";s:8:\"end_date\";s:19:\"2024-12-12 20:45:00\";s:20:\"start_unix_timestamp\";i:1734025500;s:18:\"end_unix_timestamp\";i:1734032700;s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Zwolle, Netherlands\";s:7:\"country\";s:2:\"nl\";s:8:\"latitude\";d:52.50863;s:9:\"longitude\";d:6.093271;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"WP Meetup Amsterdam Kick Off Borrel\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-amsterdam/events/301419048\";s:6:\"meetup\";s:26:\"WordPress Meetup Amsterdam\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-amsterdam/\";s:4:\"date\";s:19:\"2025-01-07 19:00:00\";s:8:\"end_date\";s:19:\"2025-01-07 21:00:00\";s:20:\"start_unix_timestamp\";i:1736272800;s:18:\"end_unix_timestamp\";i:1736280000;s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Amsterdam, NH, Netherlands\";s:7:\"country\";s:2:\"NL\";s:8:\"latitude\";d:52.37;s:9:\"longitude\";d:4.89;}}}}', 'off'),
(138, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1729216914', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(139, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Oct 2024 12:06:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.7-beta3-59244\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.7 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Oct 2024 00:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17984\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"WordPress 6.7 Beta 3 is now ready for testing! This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 3 on a test server and site. You can test WordPress 6.7 Beta [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8351:\"\n<p id=\"block-3cf2f536-f167-464f-a4ba-07f45105e476\">WordPress 6.7 Beta 3 is now ready for testing!</p>\n\n\n\n<p id=\"block-b65e3bf0-0494-4039-a701-f21e505600ad\"><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 3 on a test server and site.</p>\n\n\n\n<p id=\"block-e904322b-c488-4166-8312-0b769067b943\">You can test WordPress 6.7 Beta 3 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.7-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.7-beta3</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=11b364fbffbab28d9127be91ee2d48f6645a6509%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.7 Beta 3 WordPress Playground instance</a> to test the software directly in your browser without the need for a separate site or setup.&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p id=\"block-93b754f0-e211-47b7-ac89-349d85c2f02f\">The current target date for the final release of WordPress 6.7 is <strong>November 12, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-7/\">6.7 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-7/\">6.7-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p id=\"block-7b5d791d-225a-4623-83ee-19a586c7094b\"><strong>Catch up on what&#8217;s new in WordPress 6.7</strong>: Read the <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-2/\">Beta 2</a> announcements for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-f1abd396-a019-4c9a-bcb8-9ac381a61ca1\">How to test this release</h2>\n\n\n\n<p id=\"block-92dfcab6-d2a8-4753-84ce-8ef7b6dd1e90\">Your help testing the WordPress 6.7 Beta 3 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">This detailed guide</a> will walk you through testing features in WordPress 6.7.</p>\n\n\n\n<p id=\"block-6519fad7-59ea-45f1-9b8f-ca14c09c865d\">If you encounter an issue, please report it to the Alpha/Beta area of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p id=\"block-4bd66b13-6784-4a4f-bb7a-b4dab8e5fc12\">Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-67b6a6c7-a95e-4b27-8946-a66d15105cb7\">Vulnerability bounty doubles during Beta/RC</h2>\n\n\n\n<p id=\"block-16175da3-84c9-45d0-b735-08a9d4453a14\">Between Beta 1, released on October 1, 2024, and the final Release Candidate (RC) scheduled for November 5, 2024, the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-14306771-b240-4e15-948f-7504757bbb61\">Beta 3 updates and highlights</h2>\n\n\n\n<p id=\"block-93917d31-4478-45b5-b71c-1c8a1f49cc65\">WordPress 6.7 Beta 3 contains more than 26 Editor updates and fixes since the Beta 2 release, including 18 tickets for WordPress core.</p>\n\n\n\n<p id=\"block-ffdc1220-c2f5-4c23-982b-60c366c629d1\">Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 3 using these links:</p>\n\n\n\n<ul id=\"block-3fcf78c7-bebc-42e1-96f6-8b605ea23aae\" class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.7?since=2024-10-09&amp;until=2024-10-14\">GitHub commits for 6.7</a> since October 9, 2024</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F09%2F2024..10%2F14%2F2024&amp;milestone=6.7&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since October 9, 2024</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-c414b25e-802f-4f29-a31c-9e13394a4947\">A Beta 3 haiku</h2>\n\n\n\n<p id=\"block-a0f155a2-19b3-4645-a516-c7ae56541e5f\">Code in motion hums,<br>New features bloom, bugs retreat,<br>6.7 calls.</p>\n\n\n\n<p id=\"block-014ab749-322b-44bd-bf4f-bf5817d90bfd\"><em>Props to <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> and </em><a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a><em> for proofreading and review, and haiku from&nbsp;<a href=\"https://wordpress.slack.com/team/U030RHV73\" target=\"_blank\" rel=\"noreferrer noopener\">@colorful-tones</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Secure Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/secure-custom-fields/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Oct 2024 18:26:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17956\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:335:\"On behalf of the WordPress security team, I am announcing that we are invoking point 18 of the plugin directory guidelines and are forking Advanced Custom Fields (ACF) into a new plugin, Secure Custom Fields. SCF has been updated to remove commercial upsells and fix a security problem. On October 3rd, the ACF team announced [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2841:\"\n<p>On behalf of the <a href=\"https://wordpress.org/about/security/\">WordPress security team</a>,  I am announcing that we are invoking <a href=\"https://github.com/wordpress/wporg-plugin-guidelines/blob/trunk/guideline-18.md\">point 18 of the plugin directory guidelines</a> and are forking Advanced Custom Fields (ACF) into a new plugin, Secure Custom Fields. SCF has been updated to remove commercial upsells and fix a security problem.</p>\n\n\n\n<p>On October 3<sup>rd</sup>, the ACF team announced ACF plugin updates will come directly from their website. Sites that followed the ACF team&#8217;s instructions on “How to update ACF” will continue to get updates directly from WP Engine. On October 1<sup>st</sup>, 2024, WP Engine also deployed its own solution for updates and installations for plugins and themes across their customers’ sites in place of <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress.org</a>’s update service.</p>\n\n\n\n<p>Sites that continue to use&nbsp;<a target=\"_blank\" href=\"https://wordpress.org/\" rel=\"noreferrer noopener\">WordPress.org</a>’s update service and have not chosen to switch to ACF updates from WP Engine can click to update to switch to Secure Custom Fields. Where sites have chosen to have plugin auto-updates from&nbsp;<a target=\"_blank\" href=\"https://wordpress.org/\" rel=\"noreferrer noopener\">WordPress.org</a>&nbsp;enabled, this update process will auto-switch them from Advanced Custom Fields to Secure Custom Fields.</p>\n\n\n\n<p>This update is as minimal as possible to fix the security issue. Going forward, Secure Custom Fields is now a non-commercial plugin, and if any developers want to get involved in maintaining and improving it, please get in touch.</p>\n\n\n\n<p>Similar situations have happened before, but not at this scale. This is a rare and unusual situation brought on by WP Engine&#8217;s legal attacks, we do not anticipate this happening for other plugins.</p>\n\n\n\n<p>WP Engine has <a href=\"https://www.advancedcustomfields.com/blog/installing-and-upgrading-to-the-latest-version-of-acf/\">posted instructions for how to use their version of Advanced Custom Fields that uses their own update server</a>, so you have that option, though the WordPress Security Team does not recommend it until they fix the security issues. You can uninstall Advanced Custom Fields and <a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">activate Secure Custom Fields from the plugin directory</a> and be just fine.</p>\n\n\n\n<p>There is separate, but not directly related news that <a href=\"https://www.wpgraphql.com/2024/10/07/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic\">Jason Bahl has left WP Engine to work for Automattic and will be making WPGraphQL a canonical community plugin</a>. We expect others will follow as well.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17956\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Forking is Beautiful\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2024/10/spoon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Oct 2024 21:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17953\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"The right to fork the software is at the heart of open source. WordPress itself started as a fork of the b2/cafelog project. WordPress was one of several forks from b2, which included b2++ (which eventually became WordPress Multisite) and some like b2evolution which still continue today. The last decent fork attempt for WordPress was [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1778:\"\n<p>The right to fork the software is at the heart of open source. WordPress itself started as a fork of the <a href=\"https://cafelog.com/\">b2/cafelog project</a>. WordPress was one of several forks from b2, which included b2++ (which eventually became WordPress Multisite) and some like <a href=\"https://b2evolution.net/\">b2evolution which still continue today</a>.</p>\n\n\n\n<p>The last decent fork attempt for WordPress was <a href=\"https://www.classicpress.net/\">ClassicPress</a> in 2018, over disagreements about <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> being integrated into core.</p>\n\n\n\n<p>We&#8217;re very proud to announce that <a href=\"https://x.com/vinnysgreen\">Vinny Green</a>, a former WordPress community member, has started his fork, <a href=\"https://freewp.com/the-wait-is-over-freewp-is-here-to-shake-up-the-wordpress-ecosystem/\">FreeWP</a>. We strongly encourage anyone who disagrees with the direction WordPress is headed in to join up with Vinny and create an amazing fork of WordPress. Viva FreeWP!</p>\n\n\n\n<p>If there are other forks of WordPress we should highlight, let us know.</p>\n\n\n\n<p>Updates with other fork efforts:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://aspirepress.org/about-us/\">AspirePress</a> &#8220;AspirePress exits [sic] to be a community of individuals focused on helping WordPress become the platform we all aspire for it to be.&#8221;</li>\n\n\n\n<li><a href=\"https://openpress.ai/\">OpenPress</a> is not a fork, but their name implies they want people to consider it as an alternative to WordPress. They are building on Laravel, using the CC-0 license, and claim to be optimized for AI. <a href=\"https://github.com/OpenPress-ai/wp-openpress-exporter\">Their plugin to export from WordPress is here</a>.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Please Welcome Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2024/10/proud-mary/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 19:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17900\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"We&#8217;re proud to announce that Mary Hubbard (@4thhubbard) has resigned as the Head of TikTok Americas, Governance and Experience, and will be starting as the next Executive Director of WordPress.org on October 21st! Mary previously worked at Automattic from 2020 to 2023, and was the Chief Product Officer for WordPress.com, so she has deep knowledge [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1533:\"\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image alignfull size-full wp-duotone-unset-1\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1626\" height=\"1002\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/10/maryhubbard.png?resize=1626%2C1002&#038;ssl=1\" alt=\"\" class=\"wp-image-17920\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/10/maryhubbard.png?w=1626&amp;ssl=1 1626w, https://i0.wp.com/wordpress.org/news/files/2024/10/maryhubbard.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/10/maryhubbard.png?resize=1024%2C631&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/10/maryhubbard.png?resize=768%2C473&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/10/maryhubbard.png?resize=1536%2C947&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>We&#8217;re proud to announce that <a href=\"https://maryhubbard.blog/\">Mary Hubbard</a> (<a href=\"https://profiles.wordpress.org/4thhubbard/\">@4thhubbard</a>) has resigned as the Head of TikTok Americas, Governance and Experience, and will be starting as the next Executive Director of WordPress.org on October 21<sup>st</sup>!</p>\n\n\n\n<p>Mary previously worked at Automattic from 2020 to 2023, and was the Chief Product Officer for WordPress.com, so she has deep knowledge of WordPress and expertise across business, product, marketplaces, program management, and governance.</p>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 00:44:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17887\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"WordPress 6.7 Beta 2 is now ready for testing! This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 2 on a test server and site. You can test WordPress 6.7 Beta [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8283:\"\n<p id=\"block-3cf2f536-f167-464f-a4ba-07f45105e476\">WordPress 6.7 Beta 2 is now ready for testing!</p>\n\n\n\n<p id=\"block-b65e3bf0-0494-4039-a701-f21e505600ad\"><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 2 on a test server and site.</p>\n\n\n\n<p id=\"block-e904322b-c488-4166-8312-0b769067b943\">You can test WordPress 6.7 Beta 2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.7-beta2.zip\">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.7-beta2</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=a49bf5596f7258375345826dc136bfc589372e37%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.7 Beta 2 WordPress Playground instance</a> to test the software directly in your browser without the need for a separate site or setup.&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p id=\"block-93b754f0-e211-47b7-ac89-349d85c2f02f\">The current target date for the final release of WordPress 6.7 is <strong>November 12, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-7/\">6.7 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-7/\">6.7-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p id=\"block-7b5d791d-225a-4623-83ee-19a586c7094b\"><strong>Catch up on what&#8217;s new in WordPress 6.7</strong>: <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\">Read the Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-f1abd396-a019-4c9a-bcb8-9ac381a61ca1\">How to test this release</h2>\n\n\n\n<p id=\"block-92dfcab6-d2a8-4753-84ce-8ef7b6dd1e90\">Your help testing the WordPress 6.7 Beta 2 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">This detailed guide</a> will walk you through testing features in WordPress 6.7.</p>\n\n\n\n<p id=\"block-6519fad7-59ea-45f1-9b8f-ca14c09c865d\">If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p id=\"block-4bd66b13-6784-4a4f-bb7a-b4dab8e5fc12\">Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-67b6a6c7-a95e-4b27-8946-a66d15105cb7\">Vulnerability bounty doubles during Beta/RC</h2>\n\n\n\n<p id=\"block-16175da3-84c9-45d0-b735-08a9d4453a14\">Between Beta 1, released on October 1, 2024, and the final Release Candidate (RC) scheduled for November 5, 2024, the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-14306771-b240-4e15-948f-7504757bbb61\">Beta 2 updates and highlights</h2>\n\n\n\n<p id=\"block-93917d31-4478-45b5-b71c-1c8a1f49cc65\">WordPress 6.7 Beta 2 contains more than 18 Editor updates and fixes since the Beta 1 release, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F14%2F2024..02%2F19%2F2024&amp;milestone=6.5&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">28 tickets for WordPress core</a>.</p>\n\n\n\n<p id=\"block-ffdc1220-c2f5-4c23-982b-60c366c629d1\">Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 1 using these links:</p>\n\n\n\n<ul id=\"block-3fcf78c7-bebc-42e1-96f6-8b605ea23aae\" class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.7?since=2024-10-02&amp;until=2024-10-07\">GitHub commits for 6.7</a> since October 2, 2024</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F02%2F2024..10%2F07%2F2024&amp;milestone=6.7&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since October 2, 2024</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-c414b25e-802f-4f29-a31c-9e13394a4947\">A Beta 2 haiku</h2>\n\n\n\n<p id=\"block-a0f155a2-19b3-4645-a516-c7ae56541e5f\">Beta 2 arrives,<br>October’s code settles in,<br>Change rustles like leaves.</p>\n\n\n\n<p id=\"block-014ab749-322b-44bd-bf4f-bf5817d90bfd\"><em>Props to <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a></em> for proofreading and review.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17887\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WPGraphQL is Canonical\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2024/10/wpgraphql/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Oct 2024 18:44:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Happy to announce that WP GraphQL is becoming canonical on WordPress.org. I could say more, but I&#8217;ll let Jason tell his story.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"\n<p>Happy to announce that WP GraphQL is becoming canonical on WordPress.org. I could say more, <a href=\"https://www.wpgraphql.com/2024/10/07/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic\">but I&#8217;ll let Jason tell his story</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.7 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Oct 2024 04:41:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17857\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"WordPress 6.7 Beta 1 is now ready for download and testing!\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 1 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13719:\"\n<p id=\"block-0eaa018b-f0fe-49ae-a80b-762dd1f69d27\">WordPress 6.7 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development.</strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.  Instead, set up a test environment or a local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 6.7 Beta 1</h2>\n\n\n\n<p>You can test Beta 1 in any of the following ways:&nbsp;</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong>                                  </td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install.&nbsp;Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the<a href=\"https://wordpress.org/wordpress-6.7-beta1.zip\"> Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong>                      </td><td>Use this<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: <code>wp core update --version=6.7-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a<a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\"> 6.7 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required–-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p>The scheduled final release date for WordPress 6.7 is <strong>November 12, 2024</strong>. Your help testing Beta and RC versions over the next six weeks is vital to ensuring the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether or not you have experience.</p>\n\n\n\n<p>If you encounter an issue, please share it in the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so<a href=\"https://core.trac.wordpress.org/newticket\"> via WordPress Trac</a>. You can also check your issue against a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<p>WordPress 6.7 will include many new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 6.7 in the<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"> What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2024/06/09/what-is-new-in-gutenberg-18-5-05-jun/\">18.5</a>, <a href=\"https://make.wordpress.org/core/2024/06/20/whats-new-in-gutenberg-18-6/\">18.6</a>, <a href=\"https://make.wordpress.org/core/2024/07/04/whats-new-in-gutenberg-18-7-03-july/\">18.7</a>, <a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/\">18.8</a>, <a href=\"https://make.wordpress.org/core/2024/07/31/whats-new-in-gutenberg-18-9-31-july/\">18.9</a>, <a href=\"https://make.wordpress.org/core/2024/08/14/whats-new-in-gutenberg-19-0-14-august/\">19.0</a>, <a href=\"https://make.wordpress.org/core/2024/08/28/whats-new-in-gutenberg-19-1-28-august/\">19.1</a>, <a href=\"https://make.wordpress.org/core/2024/09/12/what-is-new-in-gutenberg-19-2-11-september/\">19.2</a>, and <a href=\"https://make.wordpress.org/core/2024/09/25/whats-new-in-gutenberg-19-3-25-september/\">19.3</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s New in WordPress 6.7 Beta 1</h2>\n\n\n\n<p>WordPress 6.7 Beta 1 contains over 500 enhancements and over 500 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.7&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">200 tickets for WordPress 6.7 Core</a>. Here’s a glimpse of what’s coming:</p>\n\n\n\n<h3 class=\"wp-block-heading\">Meet the Twenty Twenty-Five theme</h3>\n\n\n\n<p>Launching with WordPress 6.7, the new default theme, <a href=\"https://make.wordpress.org/core/2024/08/15/introducing-twenty-twenty-five/\">Twenty Twenty-Five</a>, embodies ultimate flexibility and adaptability, showcasing how WordPress empowers you to tell your story with a rich selection of patterns and styles. Inspired by glimpses of natural beauty and ancestry heritage, it evokes ideas of impermanence, the passage of time, and continuous evolution–mirroring life’s journey. Experience effortless site creation with Twenty Twenty-Five and follow its progress or report issues on <a href=\"https://github.com/wordpress/twentytwentyfive\">this GitHub repo</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Zoom Out to Compose with Patterns</h3>\n\n\n\n<p>The Zoom Out view simplifies your editing experience by allowing you to create and edit at the pattern level rather than focusing on individual blocks. Easily toggle this view from the toolbar to streamline your site-building process, making it faster and more intuitive to design pages using patterns.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Media improvements&nbsp;</h3>\n\n\n\n<p>Now supporting HEIC image uploads–automatically converted to JPEG for maximum compatibility–you can add high-quality images without worrying about browser support. Plus, enjoy auto-sizing for lazy-loaded images and expanded background image options at both individual and global levels, giving you greater control over your site&#8217;s visuals and performance.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Expanding Block Supports</h3>\n\n\n\n<p>Several blocks now come with expanded support options, enabling even more design possibilities. Notably, the long-requested shadow support for Group blocks has been added, a big win for designers and theme developers!</p>\n\n\n\n<h3 class=\"wp-block-heading\">Preview Options API&nbsp;</h3>\n\n\n\n<p>The latest WordPress release enhances the Preview Options in the block editor, empowering developers to customize content previews. A new API allows plugins and themes to add custom items to the preview dropdown menu, enabling users to see content in different formats or environments. This flexibility enriches the editing experience while maintaining the existing familiar Preview dropdown structure.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Refined Data Views</h3>\n\n\n\n<p>The Data Views introduced in 6.5 continue to be improved. This release is focused on refining the experience with a few new features aimed at making these views more flexible for customization and more functional to use.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Manage Block Bindings Directly</h3>\n\n\n\n<p>Updates to this API in 6.7 polish and open most of the underlying APIs, improving the overall user experience, and add a user interface (UI) that allows you to connect attributes with custom fields to their binding sources. This new UI makes it possible to create bindings directly in a block instead of needing to use the Code Editor. By default admin and editor users can create and modify bindings, but this can be overridden with `block_editor_settings_all or map_meta_cap` filters.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Simplified and Smarter Query Loop Block</h3>\n\n\n\n<p>The Query Loop block is improved, as it now automatically inherits the query from the template by default, eliminating the need for manual configuration. This means your posts display immediately in both the editor and on the front end, streamlining the process so users can focus on content without extra configuration needed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Edit and Control Font Size Presets</h3>\n\n\n\n<p>An enhanced Styles interface allows for greater flexibility when creating, editing, removing, and applying font size presets. You can now easily modify the presets provided by a theme or create your own custom options. A key feature is the ability to toggle fluid typography, which enables responsive font scaling with additional options for finer control over responsiveness.</p>\n\n\n\n<h3 class=\"wp-block-heading\">View Meta Boxes in the iframed Post Editor</h3>\n\n\n\n<p>A new split view option has been introduced that allows you to access both the editor canvas and metaboxes while editing. This change will provide a consistent WYSIWYG experience between the editor and front end views.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Template Registration API</h3>\n\n\n\n<p>With this release, developers can now more easily register custom block templates without complex filters. Streamline your development process and create custom templates with ease.&nbsp;</p>\n\n\n\n<p><strong><strong>The features included in this first beta may change before the final release of WordPress 6.7, based on what testers like you find.</strong></strong></p>\n\n\n\n<p>Get an overview of the<a href=\"https://make.wordpress.org/core/6-7/\"> 6.7 release cycle</a> and check the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for<a href=\"https://make.wordpress.org/core/tag/6-7/\"> 6.7-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta &amp; Release Candidate</h2>\n\n\n\n<p>The WordPress community sponsors a<a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\"> monetary reward for reporting new, unreleased security vulnerabilities</a>. This reward doubles during the period between Beta 1 on October 1, 2024 and the final Release Candidate (RC) scheduled for November 5, 2024. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the<a href=\"https://hackerone.com/wordpress\"> HackerOne page</a> and in the<a href=\"https://wordpress.org/about/security/\"> security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Just for you: a Beta 1 haiku</h3>\n\n\n\n<p>Lines of code arise,&nbsp;<br>Testing shapes the future path,&nbsp;&nbsp;<br>WordPress grows once more.</p>\n\n\n\n<p class=\"has-text-align-left is-style-default\"><em>Props to <em><a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, </em><a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/colorful-tones/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>colorful-tones</a>,</em> <em><em><a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, and <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a></em> or reviewing and collaborating on this post!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Engine Reprieve\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/news/2024/09/wp-engine-reprieve/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Sep 2024 21:03:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17850\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:422:\"I&#8217;ve heard from WP Engine customers that they are frustrated that WP Engine hasn&#8217;t been able to make updates, plugin directory, theme directory, and Openverse work on their sites. It saddens me that they&#8217;ve been negatively impacted by Silver Lake&#8216;s commercial decisions. On WP Engine&#8217;s homepage, they promise &#8220;Unmatched performance, automated updates, and bulletproof security [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1508:\"\n<p>I&#8217;ve heard from <a href=\"https://wpengine.com/\">WP Engine</a> customers that they are frustrated that WP Engine hasn&#8217;t been able to make updates, plugin directory, theme directory, and Openverse work on their sites. It saddens me that they&#8217;ve been negatively impacted by <a href=\"https://www.silverlake.com/\">Silver Lake</a>&#8216;s commercial decisions.</p>\n\n\n\n<p><a href=\"https://wpengine.com/\">On WP Engine&#8217;s homepage</a>, they promise &#8220;Unmatched performance, automated updates, and bulletproof security ensure your sites thrive.&#8221;</p>\n\n\n\n<p>WP Engine was well aware that we could remove access when they chose to ignore our efforts to resolve our differences and enter into a commercial licensing agreement. <a href=\"https://usaawards.ceotodaymagazine.com/previous-winner/heather-brunner/\">Heather Brunner</a>, <a href=\"https://www.silverlake.com/people/lee-wittlinger/\">Lee Wittlinger</a>, and their Board chose to take this risk. WPE was also aware that they were placing this risk directly on WPE customers. You could assume that WPE has a workaround ready, or they were simply reckless in supporting their customers. Silver Lake and WP Engine put their customers at risk, not me.</p>\n\n\n\n<p>We have lifted the blocks of their servers from accessing ours, until October 1, UTC 00:00. Hopefully this helps them spin up their mirrors of all of WordPress.org&#8217;s resources that they were using for free while not paying, and making legal threats against us.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WP Engine is banned from WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2024/09/wp-engine-banned/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Sep 2024 22:50:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17834\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"Pending their legal claims and litigation against WordPress.org, WP Engine no longer has free access to WordPress.org\'s resources.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1924:\"\n<p>Any WP Engine customers having trouble with their sites should <a href=\"https://wpengine.com/contact/\">contact WP Engine support and ask them to fix it</a>.</p>\n\n\n\n<p>WP Engine needs a trademark license, they don&#8217;t have one. I won&#8217;t bore you with the story of how WP Engine <a href=\"https://x.com/photomatt/status/1838502185879167069\">broke thousands of customer sites yesterday in their haphazard attempt to block our attempts to inform the wider WordPress community</a> regarding their disabling and locking down a WordPress core feature in order to extract profit.</p>\n\n\n\n<p><strong>What I will tell you is that, pending their legal claims and litigation against WordPress.org, WP Engine no longer has free access to WordPress.org&#8217;s resources.</strong></p>\n\n\n\n<p>WP Engine wants to control your WordPress experience, they need to run their own user login system, update servers, plugin directory, theme directory, pattern directory, block directory, translations, photo directory, job board, meetups, conferences, bug tracker, forums, Slack, Ping-o-matic, and showcase. Their servers can no longer access our servers for free.</p>\n\n\n\n<p>The reason WordPress sites don&#8217;t get hacked as much anymore is we work with hosts to block vulnerabilities at the network layer, WP Engine will need to replicate that security research on their own.</p>\n\n\n\n<p>Why should WordPress.org provide these services to WP Engine for free, given their attacks on us?</p>\n\n\n\n<p>WP Engine is free to offer their hacked up, bastardized simulacra of WordPress&#8217;s GPL code to their customers, and they can experience WordPress as WP Engine envisions it, with them getting all of the profits and providing all of the services.</p>\n\n\n\n<p>If you want to experience WordPress, use any other host in the world besides WP Engine. <a href=\"https://wordpress.org/news/2024/09/wp-engine/\">WP Engine is not WordPress</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WP Engine is not WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2024/09/wp-engine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Sep 2024 23:57:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17786\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"It has to be said and repeated: WP Engine is not WordPress. My own mother was confused and thought WP Engine was an official thing. Their branding, marketing, advertising, and entire promise to customers is that they&#8217;re giving you WordPress, but they&#8217;re not. And they&#8217;re profiting off of the confusion. WP Engine needs a trademark [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5054:\"\n<p>It has to be said and repeated: <em>WP Engine is not WordPress</em>. My own mother was confused and thought <a href=\"https://wpengine.com/\">WP Engine</a> was an official thing. Their branding, marketing, advertising, and entire promise to customers is that they&#8217;re giving you WordPress, but they&#8217;re not. And they&#8217;re profiting off of the confusion. WP Engine needs a trademark license to continue their business.</p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=fnI-QcVSwMU\">I spoke yesterday at WordCamp</a> about how <a href=\"https://www.silverlake.com/people/lee-wittlinger/\">Lee Wittlinger</a> at <a href=\"https://www.silverlake.com/\">Silver Lake</a>, a private equity firm with $102B assets under management, can hollow out an open source community. (To summarize, they do about half a billion in revenue on top of WordPress and <a href=\"https://wordpress.org/five-for-the-future/pledge/wp-engine/\">contribute back 40 hours a week</a>, Automattic is a similar size and <a href=\"https://wordpress.org/five-for-the-future/pledge/automattic/\">contributes back 3,915 hours a week</a>.) Today, I would like to offer a specific, technical example of how they break the trust and sanctity of our software&#8217;s promise to users to save themselves money so they can extract more profits from you.</p>\n\n\n\n<p>WordPress is a content management system, and the content is <em>sacred</em>. Every change you make to every page, every post, is tracked in a revision system, just like the Wikipedia. This means if you make a mistake, you can <em>always</em> undo it. It also means if you&#8217;re trying to figure out why something is on a page, you can see precisely the history and edits that led to it. These revisions are stored in our database.</p>\n\n\n\n<p>This is very important, it&#8217;s at the core of the user promise of protecting your data, and it&#8217;s why WordPress is architected and designed to never lose anything.</p>\n\n\n\n<p><strong>WP Engine turns this off.</strong> They disable revisions because it costs them more money to store the history of the changes in the database, and they don&#8217;t want to spend that to protect your content. It strikes to the very heart of what WordPress does, and they shatter it, the integrity of your content. If you make a mistake, you have no way to get your content back, breaking the core promise of what WordPress does, which is manage and protect your content.</p>\n\n\n\n<p>Here is a screenshot of <a href=\"https://wpengine.com/support/platform-settings/#Post_Revisions\">their support page</a> saying they disable this across their 1.5 million WordPress installs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"864\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/09/Screenshot-2024-09-21-at-4.05.03 PM.png?resize=1024%2C864&#038;ssl=1\" alt=\"\" class=\"wp-image-17787\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/09/Screenshot-2024-09-21-at-4.05.03 PM.png?resize=1024%2C864&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/09/Screenshot-2024-09-21-at-4.05.03 PM.png?resize=300%2C253&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/09/Screenshot-2024-09-21-at-4.05.03 PM.png?resize=768%2C648&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/09/Screenshot-2024-09-21-at-4.05.03 PM.png?w=1472&amp;ssl=1 1472w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>They say it&#8217;s slowing down your site, but what they mean is they want to avoid paying to store that data. We tested revisions on <em>all</em> of the recommended hosts on WordPress.org, and <em>none</em> disabled revisions by default. <strong>Why is WP Engine the only one that does?</strong> They are strip-mining the WordPress ecosystem, giving our users a crappier experience so they can make more money.</p>\n\n\n\n<p><strong>What WP Engine gives you is not WordPress</strong>, it&#8217;s something that they&#8217;ve chopped up, hacked, butchered to look like WordPress, but actually they&#8217;re giving you a cheap knock-off and charging you more for it.</p>\n\n\n\n<p>This is one of the many reasons they are a cancer to WordPress, and it’s important to remember that unchecked, cancer will spread. WP Engine is setting a poor standard that others may look at and think is ok to replicate. We must set a higher standard to ensure WordPress is here for the next 100 years.</p>\n\n\n\n<p>If you are a customer of &#8220;WordPress Engine,&#8221; you should <a href=\"https://wpengine.com/contact/\">contact their support</a> immediately to at least get the 3 revisions they allow turned on so you don&#8217;t accidentally lose something important. Ideally, they should go to unlimited. <strong>Remember that you, the customer, hold the power; they are nothing without the money you give them.</strong> And as you vote with your dollars, consider literally any other WordPress host as WP Engine is the only one we&#8217;ve found that completely disables revisions by default.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17786\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 17 Oct 2024 14:01:54 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 16 Oct 2024 12:06:22 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(140, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1729216914', 'off'),
(141, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1729173714', 'off'),
(142, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1729216915', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(143, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Gary: HOWTO: Fork WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://pento.net/2024/10/17/howto-fork-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9215:\"<p>Congratulations on your decision to fork WordPress! You&#8217;ve taken on a mammoth task, I&#8217;m impressed with your willingness step up to the challenge of a lifetime. I&#8217;m here to give some advice on the things you might not have thought about yet, and what you&#8217;ll need to help the long term success of your fork.</p>\n\n\n\n<p>Forking, I&#8217;m please to share, <a href=\"https://wordpress.org/news/2024/10/spoon/\">is beautiful</a>. It continues to be an important feature of the Open Source ethos, even if it has become more involved as projects have matured. Forking is a valuable tool for Open Source communities to demonstrate that they believe a project should move in a different direction.</p>\n\n\n\n<p>Before we get into the details, however, I do have to offer a few disclaimers. This post is <strong>not</strong>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An active call for people to fork WordPress. In the spirit of Open Source, I think it&#8217;s important that we publicly talk about what this process looks like, even if it can be an uncomfortable discussion.</li>\n\n\n\n<li>An announcement that I&#8217;m forking WordPress. I don&#8217;t have the free time for that.</li>\n\n\n\n<li>An offer to wrangle your fork of WordPress. I am happy to discuss your plans and offer advice, though.</li>\n</ul>\n\n\n\n<p>Disclaimers out of the way, let&#8217;s begin!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Before you Announce</h2>\n\n\n\n<p>First of all, let&#8217;s talk about that big old elephant in the room: the current level of instability in the WordPress world. I wouldn&#8217;t be surprised to learn that this the major factor in motivating your fork. Unfortunately, this approach won&#8217;t get you very far, so the first thing you need to do is take any feelings you have about it, and set them aside. You need to decide what you&#8217;re in favour of, instead. What are are the positive motivational factors that will make you jump out of bed, and push this project forward for the next decade or more? What will motivate others to join you for the long haul?</p>\n\n\n\n<blockquote><p>Build a community, not an angry mob.</p></blockquote>\n\n\n\n<p>Think carefully about what your fork is going to be named. I&#8217;m willing to bet that you first jumped to calling it <em>{Adjective}</em>Press, or perhaps something with &#8220;WP&#8221; in the name. That&#8217;s a great idea if you&#8217;re planning on your project being forever defined as a protest against WordPress, but you need to think beyond that. How will you define your brand to keep it relevant for decades to come?</p>\n\n\n\n<p>Oh, and make sure you can get the domains and social media handles for your name. Having to try and get them later is just expensive and frustrating.</p>\n\n\n\n<p>Talk to people. Not just your circle of friends and colleagues who agree with you, find people who can offer different perspectives, and decide how your fork is going to help them. Talk to WordPress core contributors (not just committers!), and learn their take on it. Can you present an argument that would convince long term contributors to switch to working on your fork?</p>\n\n\n\n<p>Figure out funding, at least enough to bootstrap your project. As much as I&#8217;d love to be, most of us are not post-economic. You can only get so far as a volunteer project, you&#8217;re going to need at least some people to be paid to work on it. There are big, complex problems that crop up along the way, it&#8217;s hard to solve them if everyone has to context switch between their day job, and their volunteer work.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Meta Project</h2>\n\n\n\n<p>If you&#8217;ve made it this far into starting your fork, give yourself a pat on the back. You&#8217;ve made it much further than many others do. Your next challenge is deciding the process of building it. You could stick with the <a href=\"https://en.wikipedia.org/wiki/Benevolent_dictator_for_life\">BDFL</a> approach, which certainly has benefits, particularly when first starting out. It might be hard to sell what many folks see as a key weakness in WordPress, though. Perhaps you might like to explore a democratic governance model, or some sort of hybrid approach. Everything has a set of benefits and trade-offs, you&#8217;ll need to decide what works for you.</p>\n\n\n\n<p>You&#8217;re going to have a bunch of technical dirty work to figure out. Where will the code be hosted? How will you track issues? Provide support? Discuss plans? Build community? Track data? Host themes, and plugins? What will you do about mobile apps?</p>\n\n\n\n<p>At first glance, each of these are fairly straightforward to answer, but it&#8217;s very easy to get lost in the possibilities. My advice here is simple: pick something, use it until it stops being valuable. You can always switch to something different later. Switching governance models might be hard, but switching server-side tools is relatively easy.</p>\n\n\n\n<blockquote><p>Do the dirty work, but don&#8217;t get stuck in the weeds.</p></blockquote>\n\n\n\n<p>Start thinking about how you&#8217;ll build your in-person community. Meetups, conferences, hack days, helping people move to your project, there are countless opportunities here to build your community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Moat</h2>\n\n\n\n<p>WordPress has three substantial factors that have made it largely unassailable for many years.</p>\n\n\n\n<p>First, there&#8217;s the massive community that&#8217;s built up around WordPress over the years. Regular meetups and conferences are an integral part of building a popular Open Source project. You can&#8217;t really piggy back off the work that WordPress has done over the years here, either. The only way forward is to put in the work to build and maintain a community that you&#8217;re proud to be a part of.</p>\n\n\n\n<p>Second, there&#8217;s the vast selection of plugins and themes that are available to download for free. The quality between options vary wildly, of course, but that&#8217;s largely irrelevant. The fact that so many options exist means there really is something for everyone. You&#8217;re going to need to figure out how to either maintain long term compatibility with existing WordPress plugins and themes, or you&#8217;re going to find yourself reproducing them all.</p>\n\n\n\n<p>Finally, you&#8217;ll need to deal with inertia. The vast majority of WordPress site owners have no need or motivation to change, so you need to make it easy (ideally, your fork would be a drop-in replacement), and beneficial. What will your fork do better to solve real problems?</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tell Your Friends!</h2>\n\n\n\n<p>It&#8217;s around about this point that you&#8217;re probably getting ready to talk about your fork publicly. Go ahead, you&#8217;ve earned it!</p>\n\n\n\n<p>Launch day is inevitably a mix of strong emotions. Elation if you get a huge positive response from the public, maybe discouragement if the public response is a bit more muted. Relief at having made it this far. Optimism about the future. Maybe even some doubt could creep in that you&#8217;re the right person to be wrangling such a huge endeavour. Whatever you end up experiencing, try not to stress about it too much. It&#8217;s a big day, but what really defines your project is what you do with it tomorrow. Next week. Next year.</p>\n\n\n\n<p>Go right back to the start, and remind yourself of the positive reasons that you&#8217;re choosing to build this project. Tell the world those positive reasons, and welcome anyone who wants to join you on the journey.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Long Haul</h2>\n\n\n\n<p>Not every day is launch day, however. Most of your days will be&#8230; kinda boring, to be honest. That&#8217;s a good thing! Too much excitement will inevitably burn out you and your community. Sustainable effort, day after day, is how you build something to last.</p>\n\n\n\n<blockquote><p>It&#8217;s a marathon, not a sprint.</p></blockquote>\n\n\n\n<p>Of course, there&#8217;ll be ups and downs. It&#8217;s always okay to go back to the start, and reminder yourself (and your community!) of the positive reasons that you&#8217;re all working together on this.</p>\n\n\n\n<p>Oh, and please try to remember that one day, you&#8217;re probably not going to be the right person to lead your project any more. This isn&#8217;t something to fear, or to look forward to, really: projects, communities, and individuals all grow and change. It&#8217;s probably going to be a weird time when you get to this point, but it doesn&#8217;t have to be a time of upheaval and uncertainty. If you&#8217;ve run the project well, you should hopefully have a deep pool of talented folks who can step in to continue what you began.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have Fun!</h2>\n\n\n\n<p>Finally, it would be remiss of me not to remind you to have fun! It&#8217;s easy to get lost in conflict at times, but it&#8217;s important to remember that&#8230; it&#8217;s just a CMS. It&#8217;s not going to be the end of the world if you take time away from the project, it&#8217;s actively beneficial for you to have a life outside of the internet. Friends, family, pets, hobbies: make time for the things that matter in your life.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Oct 2024 01:20:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: #141 – Christy Nyiri and Mike Straw on Automattic’s Special Projects Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=175292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/podcast/141-christy-nyiri-and-mike-straw-on-automattics-special-projects-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46359:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, learning about the work of the Automattic Special Projects Team.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to wptavern.com/feed/podcast. And you can copy that URL into most podcasts players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Christy Nyiri and Mike Straw.</p>\n\n\n\n<p>Christy leads the design arm of Automattic&#8217;s Special Projects Team. She taught herself to design and code 17 years ago, and has since worked with a wide range of clients, many of whom you&#8217;ll hear about later.</p>\n\n\n\n<p>Mike is an engineer with the Special Projects Team. He&#8217;s been writing code for over four decades and has been deeply into WordPress for the last seven years.</p>\n\n\n\n<p>Today we&#8217;re pulling back the curtain on the work done at Automattic&#8217;s Special Projects Team, a somewhat mysterious entity within Automattic. Because of its low visibility and its detachment from regular product output, many have never heard of the team or what they produce, but that is about to change.</p>\n\n\n\n<p>Mike and Christy, tell us all about the team, what they do and who they work with and for. They clarify the unique operational model of the team, which resembles an internal agency focusing exclusively on WordPress and open source projects. Their mission isn&#8217;t driven purely by profit. They often support nonprofits and contribute back to the WordPress community.</p>\n\n\n\n<p>We get into the team&#8217;s philosophy of learning from mistakes while striving for excellence. From there work with prominent websites, to assisting household names to more philanthropic work, Mike and Christy illustrates how their work showcases the power and versatility of WordPress. In short, they strive to show the very best that WordPress can produce.</p>\n\n\n\n<p>This episode highlights the technical and design prowess of the Special Projects Team, but also captures the passion and dedication of its members.</p>\n\n\n\n<p>Whether you&#8217;re a WordPress developer, a web design, enthusiastic, or someone interested in the operational intricacies of high caliber web projects, this episode is for you.</p>\n\n\n\n<p>If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Christy Nyiri and Mike Straw.</p>\n\n\n\n<p>I am joined on the podcast by Christy Nyiri and Mike Straw. Hello both.</p>\n\n\n\n<p>[00:03:28] <strong>Christy Nyiri:</strong> Hello.</p>\n\n\n\n<p>[00:03:29] <strong>Mike Straw:</strong> Hello.</p>\n\n\n\n<p>[00:03:31] <strong>Nathan Wrigley:</strong> We&#8217;re going to have a conversation today from WordCamp US. We are in one of the meeting rooms in Portland, Oregon. Christy and Mike have joined me today because they work on a really interesting team, which I don&#8217;t know much about. So they&#8217;re going to school me in how this all hangs together, and how it works.</p>\n\n\n\n<p>Before we begin that though, Christy first, and then Mike afterwards, would you mind just giving us a little potted bio about yourselves. Maybe a minute, or something like that.</p>\n\n\n\n<p>[00:03:55] <strong>Christy Nyiri:</strong> Yeah. Hey, I&#8217;m Christy Nyiri. I&#8217;m Canadian, but I live in Brooklyn now. I&#8217;ve been with Automattic for a little over four years, and it&#8217;s the longest job I&#8217;ve ever held. So that says something about Automattic as a company.</p>\n\n\n\n<p>[00:04:08] <strong>Nathan Wrigley:</strong> Thank you very much Christy. And Mike, give us your little potted bio.</p>\n\n\n\n<p>[00:04:12] <strong>Mike Straw:</strong> I&#8217;m Mike. I&#8217;m currently from Ohio, but I&#8217;m from everywhere. I traveled around a lot as a kid, and then in my adult life. But I joined Automattic about seven years ago, and I just joined the Special Projects Team two years ago. I kind of can&#8217;t hold down a job, so I keep changing places I work. I did that my whole life, changing jobs between company, or between organisations. And then in Automattic, I&#8217;ve kind of bounced around a little bit, and I&#8217;ve settled on the special projects team and I am pretty happy here.</p>\n\n\n\n<p>[00:04:42] <strong>Nathan Wrigley:</strong> Okay, so you&#8217;ve alluded to what we&#8217;re going to talk about today, Mike. You mentioned the Special Projects Team. It&#8217;s kind of an interesting name. It sort of feels a little bit shrouded in mystery. I don&#8217;t know, it almost feels like special forces in in the army, or something like that. You know, this is the team that we deploy when things get a little bit tricky, when things are complicated.</p>\n\n\n\n<p>I don&#8217;t know if that&#8217;s the feeling that you guys get, but it does feel as if what you are working on is, let&#8217;s say, at a higher level than any of the websites I ever built. Put it that way.</p>\n\n\n\n<p>So the first question, and either of you can tackle this. What is the Special Projects Team, and which kind of clients do you work with?</p>\n\n\n\n<p>[00:05:18] <strong>Christy Nyiri:</strong> So the Automattic Special Projects Team, I&#8217;ll read our little mission statement. We just help interesting people, projects, and organisations have a great experience with WordPress.</p>\n\n\n\n<p>[00:05:27] <strong>Nathan Wrigley:</strong> Okay, perfect. Can you name drop? Are you allowed to name drop any of the kind of projects that you&#8217;ve worked on before?</p>\n\n\n\n<p>[00:05:32] <strong>Christy Nyiri:</strong> For sure. You can see a bunch of the projects on our website, which is specialprojects.automattic.com. The biggest one that I worked with personally was Print Magazine, which is like a publication that has been around since the 1940s, and it has a big history in the design community.</p>\n\n\n\n<p>[00:05:48] <strong>Mike Straw:</strong> Some of the ones I really were proud of is End The Backlog. Which was about backlogs of sexual assault in the country, because they won a Webby for their work. The website won a Webby, and the work they&#8217;re doing has actually had real impact, like the numbers and the charts since they started has actually stopped this backlog that&#8217;s going on. So it was like a real social life impact. And I have some background in that field, so I&#8217;m really passionate about it. So seeing that happen was really cool.</p>\n\n\n\n<p>Also, the site we talked about, one of the sites we talked about yesterday was Johan Ernst the explorer, his website, and just the amazing experience of the site itself. The work is pretty amazing.</p>\n\n\n\n<p>Post Secret is another really cool one that we&#8217;ve worked on. There&#8217;s a list, we have, what is it, over 450 production sites running now that we&#8217;ve built over the years. And it&#8217;s actually a fun experience having only been here for two years to periodically go on a website and say, hey, wait a minute, that&#8217;s one of our websites. Because I still don&#8217;t know the list completely.</p>\n\n\n\n<p>[00:06:51] <strong>Nathan Wrigley:</strong> Okay, thank you for that. That&#8217;s great. So we know that some of the websites that you&#8217;re building have impact. Sounds like some of them, especially meaningful to you in particular there, Mike. That&#8217;s really nice.</p>\n\n\n\n<p>What&#8217;s the purpose of the team though? So, as an example, if I rocked up to the special projects team, and just said, I have a brochure website for a local veterinary practice in the town where I live. I&#8217;m guessing that, at some point, you&#8217;re going to filter me out, maybe I don&#8217;t qualify as special.</p>\n\n\n\n<p>And I just wonder, is there a criteria? Is it, I don&#8217;t know, is there a criteria based upon the depth of your pockets, or the type of projects, or the industry you are in, or is it maybe just more, well, there&#8217;s a notorious company? Everybody&#8217;s heard of those, so they qualify as special. What is the criteria that gets you in?</p>\n\n\n\n<p>[00:07:35] <strong>Christy Nyiri:</strong> Well, we&#8217;ve done projects for a huge range of people, like from very high profile projects to, honestly, there is, not a vet, but we have a site for an animal adoption agency that I think is actually just a girl. A young girl, a teenager, and we built her a website.</p>\n\n\n\n<p>So the project has come to us through referrals from other partners that have already existed, and from other Automatticians as well. So if anyone at the company has a project they think would fit with our mission, we can work on that too.</p>\n\n\n\n<p>[00:08:07] <strong>Nathan Wrigley:</strong> Okay. So yeah, there&#8217;s definitely some sort of criteria there. But it seems, I was probably missing the target a little bit. So it really isn&#8217;t necessarily to do with the depth of the pockets, or the fact that you are notorious, it really could be anything.</p>\n\n\n\n<p>[00:08:17] <strong>Christy Nyiri:</strong> It really can, yeah.</p>\n\n\n\n<p>[00:08:19] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s fascinating. In the presentation blurb that went along with the presentation that you gave yesterday, one of the phrases that you used was, well, you said, connecting partners with the best that the WordPress community has to offer. And as soon as I hear the word WordPress community, I kind of imagine the crowd that we&#8217;re amongst here. Everybody shows up, everybody has their turn, you know, anybody can speak here, anybody can attend here.</p>\n\n\n\n<p>But the sort of slightly exclusive nature of the word special, and the kind of projects that you deal with, how is that connection made? Do you feed back things to the WordPress community? So I&#8217;m just wondering if you could unpack that sentence for me.</p>\n\n\n\n<p>[00:08:54] <strong>Mike Straw:</strong> There&#8217;s a lot there, because we really are, we&#8217;re part of the WordPress community. We are not primarily about making money, but the way I like to word it is, we are here to make WordPress look good.</p>\n\n\n\n<p>We bring things to our partners, we give them the best experience, with the best website we can build for them, and give them the best experience we can for using WordPress.</p>\n\n\n\n<p>So we choose tools, we&#8217;re really big on, like right now using block editor, and all that technology. We&#8217;ve been doing a lot of even no code builds, or low code builds, only building like specific functionality that has to be coded up, but using the block editor, and using the tools so that it&#8217;s just there. And then when they&#8217;re working on their website later, they just go in the editor, and click, and it&#8217;s done. So very simple. So it&#8217;s making the WordPress experience a good experience.</p>\n\n\n\n<p>And then we also, on the other side of it, we try to give back to the community as much as we can. If we do use a plugin, as an example, I was recently on a project where I found a bug in a plugin that we had installed on a site that was a wordpress.org plugin. I went in, I was like, this is the problem, here&#8217;s the bug. And I fixed it inside, so we could get the site going. And then I went on to their forum and said, hey, we found a bug, here&#8217;s the bug, here&#8217;s how I fixed it. And then they&#8217;re like, cool, thank you, and the next release had the fix.</p>\n\n\n\n<p>And we do that with community plugins. We do that with our own products. You know, we&#8217;ll obviously, we&#8217;ll promote Automattic products for them to use. And if there&#8217;s a problem with the product, we&#8217;ll go to the product team and say, we found this. The dog fooding experience, that we dog food pretty much everything that Automattic has to offer. And we find a problem, and we say, we&#8217;ll go to the product team and say, here&#8217;s the bug we found. And sometimes we&#8217;ll also say, here&#8217;s the PR to fix the code.</p>\n\n\n\n<p>[00:10:43] <strong>Nathan Wrigley:</strong> So it&#8217;s kind of like a double pronged thing, in that you are creating things, but then contributing back, maybe improvements to existing things, but also perhaps creating your own functionality and allowing the WordPress repository to get a hold of that. But also, I suppose the community piece there is that you are creating exceptional websites, exceptional experiences, which then are a kind of advert, if you like, for WordPress as a tool, like a showcase almost. You know, the things that you produce, I&#8217;m guessing are of, without blowing your own trumpets, you would probably regard them as of high quality, and good examples of what WordPress itself can do.</p>\n\n\n\n<p>And I do feel at this moment in time, we&#8217;re recording this in 2024, that we do have, not a credibility problem, but we are competing in a marketplace where the tools that are out there, which you can pay, I don&#8217;t know, $20 a month for, we know what we&#8217;re talking about, these SaaS-based tools. They are beginning to be popular. They&#8217;ve got television adverts, they have giant marketing budgets. So one of the ways that I guess WordPress can promote itself is with exceptional websites that people can look at. So, I don&#8217;t know if you&#8217;ve got anything you want to add to that.</p>\n\n\n\n<p>[00:11:48] <strong>Mike Straw:</strong> Yeah. I think, internally, because you know we have our own internal team names. Our team is called Team 51, which sounds as mysterious and strange, and secretive as Special Projects. But really the 51 is for 51%. And that is, we want WordPress to have 51% of the internet. And we&#8217;re doing that by doing things like this because, and this is me personally editorialising a little of, before I came to WordPress, WordPress does kind of have a reputation issue sometimes, because the average external person hears of these suss hosting sites, or because anybody can extend it, anybody can write a plugin.</p>\n\n\n\n<p>And you get a plugin in there that&#8217;s junk, and then the WordPress experience is junk, and then they&#8217;re saying WordPress is junk. And so we&#8217;re trying to highlight, no, WordPress itself is a solid tool, a solid platform, and if you develop well on it, you will have a solid site. And so we do a lot of that just to kind of build the reputation.</p>\n\n\n\n<p>[00:12:46] <strong>Christy Nyiri:</strong> I&#8217;d like to add that, on the design side of things, someone came up to me after the talk yesterday and said, how does WordPress compete with the other platforms out there that are really design focused? And I think that is what we&#8217;re trying to do on our team, is show that you can build really well designed websites with WordPress, and using the block editor.</p>\n\n\n\n<p>It is a more recent thing, I will admit, the block editor only really came to maturity maybe in the last year. And up until then, like I was even very anti-block theme. As a developer I&#8217;m like, I can build it better in PHP, like I know what I&#8217;m doing. But like now that you can adjust padding, and negative margins, and all those things, it&#8217;s an actual tool that you can use to build nice looking things.</p>\n\n\n\n<p>There is some work that needs to be done, but it&#8217;s getting there. And we&#8217;re confident that the more that we show sites that we build, that are full, non headless builds, like straight block themes, that it&#8217;ll inspire other people to do the same.</p>\n\n\n\n<p>[00:13:39] <strong>Mike Straw:</strong> One of the things I will often tell people is, I think I&#8217;m a pretty good engineer, I am a terrible designer. So you tell me what to make a website look like and do, and I will make it do it. If you look at my websites that I have put together, they are disgustingly ugly because a designer has not looked at them.</p>\n\n\n\n<p>With the block editor, I&#8217;ve gotten better. I&#8217;m able to actually make it look pretty decent because it does a lot of that for me. But it&#8217;s that thing of, if you have something that&#8217;s only going to be built by engineers, it&#8217;s going to look like something an engineer built. If you build it like anybody would build a website on any other platform, where you have designers that design, and make the look, and the branding, and you get the marketing in there, whatever team you have, and then the engineers are building what they have said make it look like, you end up with something that&#8217;s nice and pretty.</p>\n\n\n\n<p>And WordPress, I think, has always had that capability, although it required a lot more engineering work historically. But now, I think it&#8217;s amazing now that we now have project builds that, I think we&#8217;ve had some that just had no engineer involvement now.</p>\n\n\n\n<p>[00:14:37] <strong>Nathan Wrigley:</strong> Oh wow. Because the blocks are good enough.</p>\n\n\n\n<p>[00:14:39] <strong>Mike Straw:</strong> Our designers design it, our account managers build it in the block editor, and then they&#8217;re done.</p>\n\n\n\n<p>[00:14:44] <strong>Nathan Wrigley:</strong> It feels a bit like Team 51 is a website building agency, buried within Automattic then. So again, just to let me understand it a little bit more, we&#8217;ve got designers, Christy&#8217;s a designer. We&#8217;ve got developers, Mike is a developer. And it sounded like you mentioned marketing as well. There&#8217;s marketing people as well? What I&#8217;m trying to get to with that question, is it almost like an agency buried inside of Automattic?</p>\n\n\n\n<p>[00:15:09] <strong>Christy Nyiri:</strong> Yeah, you&#8217;re hitting the nail right on the head. Our team does operate on an agency model. There&#8217;s a couple of other teams at Automattic that do as well. One being VIP, and now the other one is lost on me. Oh, The Design Core, they&#8217;re kind of like do all our internal brand stuff.</p>\n\n\n\n<p>So Team 51, we are composed of designers, engineers, and project managers, which we call TAMS, AKA Technical Account Managers. And we also have an operations team. All of us like work together to build sites, as any traditional agency would.</p>\n\n\n\n<p>[00:15:40] <strong>Mike Straw:</strong> The marketing was an example of how a company would build a website. But yeah, for us internally, some of the partners we bring in have a marketing branch, and we will work with them to do the designing. But yeah, we don&#8217;t do marketing ourselves within the team.</p>\n\n\n\n<p>[00:15:56] <strong>Nathan Wrigley:</strong> Okay. And I think I&#8217;m right in saying that the WP Tavern website, and if you are listening to this, there&#8217;s a high chance that either you&#8217;re on an RSS reader, and you&#8217;re listening to this on a podcast player, or you&#8217;re on the WP Tavern website. I think the Tavern website is one of your projects.</p>\n\n\n\n<p>[00:16:10] <strong>Mike Straw:</strong> I believe so.</p>\n\n\n\n<p>[00:16:10] <strong>Christy Nyiri:</strong> Yeah. Yeah, I remember working on that, or working with other people who were working on it. But yeah, we did that a few years ago, but it was before block themes. I think it&#8217;s actually probably due for a revamp to create a block theme version of it.</p>\n\n\n\n<p>[00:16:24] <strong>Nathan Wrigley:</strong> I&#8217;m going to be in your inbox.</p>\n\n\n\n<p>Okay, let&#8217;s go in this direction. If we&#8217;re going to categorise your team as special, which is obviously the name. What is special? What do you bring to the table that any other agency out there might not? I am not trying to put you up against, or make you give me a competitive analysis statement of how you&#8217;re different. But what are some of the things that you&#8217;ve noticed in your time there, which really does separate it out as a special thing?</p>\n\n\n\n<p>[00:16:47] <strong>Christy Nyiri:</strong> Yeah, I think the biggest thing with our team is that we&#8217;re just like really WordPress focused, and involved in the community, and the open source nature of WordPress, which a lot of like other larger agencies, building larger sites, aren&#8217;t. They&#8217;re doing headless builds using whatever sort of build processes they are, and we&#8217;re like hardcore, a hundred percent block themes. So that&#8217;s one special thing about us.</p>\n\n\n\n<p>[00:17:08] <strong>Mike Straw:</strong> And, while we use the agency model, we don&#8217;t directly operate like an agency. An agency is a company trying to make money by building websites. So they&#8217;re going to try to do the things that are going to help them bring in good income, and that&#8217;s kind of what they&#8217;re thinking about.</p>\n\n\n\n<p>We are more, even though we operate on that model, that&#8217;s how we interact with partners that we&#8217;re working on with websites and things like that. The things we&#8217;re doing is not to extract funding from them. Again, it&#8217;s about us making a project that shines, and does good things, and makes a site that they will be proud of and brag to their friends about. And so we don&#8217;t operate in that.</p>\n\n\n\n<p>And we&#8217;re also just, the entire team is people that are just really, really passionate about WordPress. We want to make it look good. We want to give the best that we have to our partners, to the community. It&#8217;s not unusual, when we discover a bug or a glitch, there&#8217;s somebody within minutes saying, okay, who do we need to talk to, to make sure this works right for everybody else that&#8217;s running into this.</p>\n\n\n\n<p>[00:18:09] <strong>Nathan Wrigley:</strong> Do you end up doing sort of some philanthropic work as well? Because this is something buried within Automattic, and Automattic as we know, the three of us at least do, and dear listener, if you don&#8217;t, you can go and explore what Automattic do. They&#8217;ve got multiple revenue streams, and so a traditional agency, I&#8217;m imagining their revenue stream is client work. And the fact that Automattic has other revenue streams, does that make it possible for you to do website builds that aren&#8217;t necessarily going to be, air quotes, profitable? That perhaps you could describe as, I don&#8217;t know, philanthropic?</p>\n\n\n\n<p>A good example may be The Tavern actually because, as far as I&#8217;m aware, it doesn&#8217;t, there&#8217;s no revenue stream coming out of The Tavern. The decision has been made to keep a news organisation for WordPress going, and it&#8217;s being kept alive by your team, but there&#8217;s no revenue stream there. So I&#8217;m wondering, do you have that? Is it possible for you to do things on a more philanthropic nature because of the funding system that you&#8217;ve got?</p>\n\n\n\n<p>[00:19:03] <strong>Christy Nyiri:</strong> Yeah, I think exactly what you&#8217;re saying. We are not like a profits based team. We work on just trying to showcase the best of what WordPress can do. And so we definitely have done sites for partners that are nonprofits, and we help them build their web presence online.</p>\n\n\n\n<p>[00:19:22] <strong>Mike Straw:</strong> I think End The Backlog is a great example of that. There&#8217;s a lot of ones that are just, they&#8217;re not profit making entities. They&#8217;re just groups that are trying to do better things in the world, and we&#8217;re providing some service to that. We&#8217;re not necessarily we&#8217;re not like, this is a good, although that comes into the equation, it&#8217;s not a, we&#8217;re doing this because it&#8217;s a good social justice thing or something, but it&#8217;s a good place we can work. But the outcome is definitely there of enabling these organisations to be able to do things that they might not otherwise be able to do because of financial considerations.</p>\n\n\n\n<p>[00:19:55] <strong>Nathan Wrigley:</strong> But it does sound then as if the overall purpose of the special projects team then, and we did allude to this a little bit ago, but we probably could go a little bit further, is to act like a bit of a showcase for WordPress, and just to sort of exemplify the very best of what it can do.</p>\n\n\n\n<p>And I don&#8217;t know if you&#8217;ve got like one place, one domain where we can go, and look at the work that you&#8217;ve done, or if it&#8217;s more of, no, you&#8217;ll have to be a bit inventive, and Google, and contact us, and we&#8217;ll tell you what we&#8217;ve built.</p>\n\n\n\n<p>But it does feel like that&#8217;s the point. Here&#8217;s a big property. Here&#8217;s an important thing, whether it&#8217;s philanthropic or not, and we&#8217;re going to churn out the best that WordPress can do, and thereby, sort of vicariously let the community know, here&#8217;s WordPress. Here&#8217;s how credible it is. Here&#8217;s the kind of people with the stature that they&#8217;ve got who are using it.</p>\n\n\n\n<p>[00:20:41] <strong>Mike Straw:</strong> As of this week, you can go to specialprojects.automattic.com, which has a list of websites, showcases. It actually has some of the tools we&#8217;ve built, and some of the blocks that we&#8217;ve got out there.</p>\n\n\n\n<p>Going back to contributing to the WordPress community, there&#8217;s a pull request to put our Accordion Block into Gutenberg Core.</p>\n\n\n\n<p>But actually, going back to that whole showcasing idea, the actual way back origins of this team go back to when Matt was working for CNET and building WordPress. And he would build WordPress sites for his friends and say, here&#8217;s a site I made in WordPress, isn&#8217;t WordPress cool? I&#8217;m not quoting him. I don&#8217;t know what he actually said exactly, but that&#8217;s the gist of what was happening.</p>\n\n\n\n<p>But that was kind of how, when we were starting as a team back in the day, a lot of times it was a, we&#8217;d see a site hosted on, I don&#8217;t know if it was around back then, but a Wix or a Squarespace kind of environment, and we&#8217;d be like, we could make that in WordPress.</p>\n\n\n\n<p>The team would build a WordPress site mirroring that site, and then go to that person and say, look, we made a WordPress site, this is probably going to be a lot easier for you to work with than wherever you are. And that&#8217;s kind of the origins of, literally, let&#8217;s make WordPress look good by building good WordPress sites.</p>\n\n\n\n<p>[00:21:53] <strong>Nathan Wrigley:</strong> Forgive me for sort of making this assumption, but it seems like you&#8217;re both quite happy with the work that you are doing. It&#8217;s got value, there&#8217;s some credibility to the work that you&#8217;re doing. I mean, that kind of stuff going on a CV looks nice, right?</p>\n\n\n\n<p>And I&#8217;m just wondering if somebody listening to this has the thought that, I think I&#8217;m doing good work, I think I have that caliber in me.</p>\n\n\n\n<p>How did you end up dropping into this team? Was it that you were Automatticians already? You may have touched on this in your bio at the beginning, I can&#8217;t remember. Is there a way that you can find yourself into this team? Do you hire externally? There&#8217;s a lot in there, but just tell us what you can.</p>\n\n\n\n<p>[00:22:27] <strong>Mike Straw:</strong> Can I say yes?</p>\n\n\n\n<p>[00:22:28] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;ll do it.</p>\n\n\n\n<p>[00:22:30] <strong>Mike Straw:</strong> Because I think we have very different experiences. You got hired into 51. So we&#8217;d had very different experiences on this, and I think from both ways of, I came in, I got hired by Automattic about seven years ago. Basically rediscovered WordPress, went to a conference, became a happiness engineer doing wordpress.com support.</p>\n\n\n\n<p>And then, I think I said earlier, I kind of can&#8217;t hold down a job. I switched from wordpress.com support to doing WooCommerce support. And then I went through, we had an internal developer apprenticeship program that I went through, back to engineering, and worked as an engineer on the woocommerce.com website.</p>\n\n\n\n<p>But back when I was a wordpress.com happiness engineer, one of the sites came in for support, who happens to be one of my favorite authors. So I saw her site, and actually it was a, she made a post on her blog of, I&#8217;m having a problem with my like button or something. I&#8217;m like, oh, well I have the access, I&#8217;m doing support, I can go check on it. And I went in, and I start reading, and it had this little flag on it saying, this is a Team 51 site.</p>\n\n\n\n<p>So I went and looked. It&#8217;s like, you contact these people. I was like, okay, what is this Team 51? Are they alien secret people? I don&#8217;t know because I hadn&#8217;t, I was new enough, I didn&#8217;t know who they were. And so I messaged someone, I was like, here&#8217;s the thing. And then we got chatting, and he started talking about what they&#8217;re doing. I&#8217;m like, oh my gosh, I want to, this just sounds really cool.</p>\n\n\n\n<p>And once an opportunity came in, after I was an engineer for a while, and then they just happened to have an internal thing saying, we&#8217;re looking for some engineers. And I was like, hello, please, yes, and contacted them and then got in. So we do some of that internal hiring kind of thing. But also, and I think Christy can talk more about getting from the outside.</p>\n\n\n\n<p>[00:24:09] <strong>Nathan Wrigley:</strong> Okay. So there is internal, there&#8217;s mechanisms internally within Automattic to make your way toward the team. But Christy&#8217;s got a different story.</p>\n\n\n\n<p>[00:24:15] <strong>Christy Nyiri:</strong> I guess I didn&#8217;t say this earlier, but I lead the design arm of Special Projects. When I got involved with Automattic I was, like I&#8217;ve been designing and developing websites, self-taught for like, I don&#8217;t know, 17, 18 years now. And I started with WordPress about 17 years ago, when it was so young.</p>\n\n\n\n<p>And it was like February, 2020, and I was looking for a full-time role somewhere, and I had a friend who was on the Tumblr engineering team at the time. And he&#8217;s like, why don&#8217;t you just apply at Automattic? And I was like, oh, okay.</p>\n\n\n\n<p>And then I applied, and went through the whole trial, and the interview. And the interview was for a product designer. And I don&#8217;t really do product design. I&#8217;m a web, UI person. But I went through the trial expecting eventually like, to get an offer, it would be as the product designer. And they were like, oh, actually we have this team for you, we think you&#8217;d be good on, it&#8217;s called Team 51. And like I had the same reaction as Mike, Team 51, what is that? It sounds mysterious.</p>\n\n\n\n<p>And I kind of like looked on the website that they had, and looked at who was on the team, and Jeffrey Zeldman was on the team at the time. Oh my God, if I get to work with Jeffrey Zeldman, like, amazing. And so I was thrilled to get hired at that time.</p>\n\n\n\n<p>But I was the first internal designer on the team at that point. They didn&#8217;t really have anyone else. They were working with some contractors who&#8217;s, a lot of them are still with us. We&#8217;ve now grown from just me, to like three other internal designers on our team. So the benefit for my design side of the team is that having internal designers means they can work on internal projects, and they&#8217;re more closely associated with the brand. So they can do like Automattic brand things as well. Because like, in addition to the websites, sometimes we do other projects. I am involved in kind of a rebrand for Automattic. There will be something coming hopefully in the next year or so in that end.</p>\n\n\n\n<p>[00:25:58] <strong>Nathan Wrigley:</strong> Would it be fair to say then, if I find a website and the logo of Automattic is at the bottom of the footer, would that be something that is likely to have been done by your team?</p>\n\n\n\n<p>[00:26:07] <strong>Christy Nyiri:</strong> Some of them, yeah. Not all of them. We do some internal builds, but there&#8217;s definitely ones we haven&#8217;t done.</p>\n\n\n\n<p>[00:26:13] <strong>Nathan Wrigley:</strong> Okay. Yeah, so it&#8217;s not guaranteed, but it&#8217;s a probable. Do you find yourself involved in Automattic properties that have got nothing to do with WordPress as well? So, I don&#8217;t know, things like Pocket Casts and, dare I say it, Tumblr, things like that.</p>\n\n\n\n<p>[00:26:25] <strong>Mike Straw:</strong> We&#8217;ve built Tumblr sites as part of it. We&#8217;ve had a couple people just kind of get directly involved on building Tumblr themes. One of the ones, the first time I heard that we were doing that was actually the Jonas Brothers were going on tour, and one of the leads I&#8217;ve had, it was actually built that theme.</p>\n\n\n\n<p>And I think that might&#8217;ve been the, was that the first one we did? I know they came back. But we built the theme for the Jonas Brothers when they went on tour. And I think there were some others that we&#8217;ve built. We&#8217;ve built Tumblrs for partners, like along with the sites, or things like that. So yeah, we&#8217;ve worked with Tumblr. I don&#8217;t know that we&#8217;ve done anything with Pocket Casts. That&#8217;s what I listen to your podcast on.</p>\n\n\n\n<p>[00:27:01] <strong>Nathan Wrigley:</strong> Okay, yeah. That&#8217;s my podcast player of choice as well.</p>\n\n\n\n<p>[00:27:05] <strong>Mike Straw:</strong> Oh, we built, that&#8217;s right, we did. We built the Pocket Cast Blog. We just recently moved that over.</p>\n\n\n\n<p>[00:27:09] <strong>Nathan Wrigley:</strong> Automattic seems like it&#8217;s on a clip of purchasing things. So in the more recent past, I can think of Beeper and Texts, and maybe they&#8217;re the kind of things that in the future will come under your purview as well. I don&#8217;t know.</p>\n\n\n\n<p>[00:27:18] <strong>Mike Straw:</strong> If there&#8217;s a website, if it&#8217;s an Automattic branded site that belongs to it, we tend to be involved in building those sites, and getting them up and running, or doing a redesign and migration of the site into the Automattic platform.</p>\n\n\n\n<p>I&#8217;ve worked, personally spent some time on akismet.com, jetpack.com, automattic.com, I think I&#8217;ve done a little bit of work there. So like those internal sites, we do work with those. And yeah, I had forgotten, we migrated the Pocket Cast Blog.</p>\n\n\n\n<p>[00:27:45] <strong>Nathan Wrigley:</strong> Nice. Now, I&#8217;m guessing the fact that you&#8217;ve got, both of you, this incredible heritage, and you&#8217;re obviously surrounded by people of an equal caliber. I&#8217;m guessing that the kind of work that you put out means that it has to be of the highest quality. And if somebody was to be thinking, I&#8217;d like to work with that team, you have to have really high expectations here. Nothing can go out the door that isn&#8217;t as good as it possibly can be.</p>\n\n\n\n<p>I don&#8217;t really have a question in there, but I&#8217;m just sort of asking, is that the case? Do you feel that you are doing the best work that you can do with everything that you put out? No corners cut, go the extra mile, do the extra work, that kind of thing. I&#8217;m getting some smiles.</p>\n\n\n\n<p>[00:28:22] <strong>Mike Straw:</strong> That sounds really high stress.</p>\n\n\n\n<p>[00:28:23] <strong>Nathan Wrigley:</strong> Yeah, and I wondered if it was.</p>\n\n\n\n<p>[00:28:25] <strong>Mike Straw:</strong> So there&#8217;s a kind of a philosophy within Automattic of, you&#8217;re allowed to make mistakes. As a matter of fact, I said earlier, I went through an apprenticeship program to become an engineer again, because I&#8217;ve been doing some sort of coding for decades. But it was always smaller projects, and I knew when I came to Automattic, there was no way I could operate at the scale and the level that Automattic operates at.</p>\n\n\n\n<p>So I came in as a support person, and then when they had the opportunity for me to go learn this, and when I started my apprenticeship, I actually, I was going to work on the woocommerce.com website. And as part of my apprenticeship, no pressure there, far as I know, the largest WooCommerce site on the internet, and I said something to my lead. Something about, as long as I don&#8217;t crash the site. And he says, oh no, it&#8217;s not a matter of if you&#8217;re going to crash the site, it&#8217;s when. And I fulfilled that. I only crashed it once, so that was good.</p>\n\n\n\n<p>Yeah, and I&#8217;ve made mistakes on Team 51. I&#8217;ve made some that had some impact. I wish I hadn&#8217;t, but I did. And I learned from it, and will never do that again, and had learned things as I went. It&#8217;s definitely not a, we&#8217;re cavalier, work fast, break things, as some companies operate in. It&#8217;s, we are very careful, but we also acknowledge the fact that we are human beings that are going to make mistakes, especially because we&#8217;re operating at the cutting edge of things.</p>\n\n\n\n<p>A new thing comes in WordPress, or is coming in WordPress, a lot of times we&#8217;ll start implementing it, and using it, and sometimes things don&#8217;t go perfectly. And we have an internal system to make sure that if something does go wrong, we&#8217;re quick to get it fixed, quick to get everything back to working well. But yeah, we do want to give the best. We do all absolutely always give the very best we have to what we&#8217;re doing. We don&#8217;t have an expectation of perfection in that. We have an expectation of, I would say an expectation of excellence, but not of perfection, if that makes sense.</p>\n\n\n\n<p>[00:30:19] <strong>Christy Nyiri:</strong> Well, I have an expectation of perfection in design. I&#8217;d say it&#8217;s like really hard in design to get things to the level that I really want them to be. That mostly comes down to just like the really little, this finessing at the end of the build, the CSS details. That&#8217;s what I love. Like I&#8217;m a huge CSS nerd, and because I&#8217;ve built most sites, like up until working in Automattic, my background is that I would do it myself, and do those afterwards, and it&#8217;s hard for me to kind of like translate that to a developer a lot of the time.</p>\n\n\n\n<p>But other people on my team that are younger, and have better, I guess like development handoff practices, are really good at like translating to a dev. Like, here&#8217;s the animation I want to see, here&#8217;s the details that I want on the site. And the site that Mike mentioned earlier, johanernst.com, so that&#8217;s. J-O-H-A-N-E-R-N-S-T, and I want everyone to see the site because it is, I think, the most perfect example of what we&#8217;ve built. It&#8217;s like a super high caliber, and all the little details on it. And they&#8217;re still even adding more. Like they&#8217;re going to add, on the site there&#8217;s this globe, and then we&#8217;re going to add a connector of the expeditions around the globe, so you can see the kind of like route that he&#8217;s taken. It&#8217;s such a good site, check it out.</p>\n\n\n\n<p>[00:31:34] <strong>Mike Straw:</strong> Going back to the perfection idea, I&#8217;m going to amend a little bit, or with what Christy said, the perfection of the design, and the way the sites look, that is a thing. We try to give them the absolute best site. And I learned that on one website we worked on, that we got the initial site delivered, and then the QA went on for the design QA, and I was one of the people that worked on the couple of hundred issues that they found with the design.</p>\n\n\n\n<p>A lot of it was, this is shaded a little different, this is just a couple of pixels out of alignment when you&#8217;re with this particular, like it was very, very detailed design. Making the site look perfect. Making things absolutely the best it can be. So there is that standard of the site we deliver. I was looking more from an engineering perspective of perfect code is not a thing, and sometimes there is a belief that you have to just do everything perfect, and if you make something go wrong, that&#8217;s just the end of everything. And we don&#8217;t have that mindset. We work very, very, very hard to make sure that doesn&#8217;t happen.</p>\n\n\n\n<p>The presentation I gave yesterday about the safety net plugin we have, comes from that mindset of, we want to never risk doing something that&#8217;s going to impact our partners, or any of our websites in a negative way. WordPress is a very large code base, it&#8217;s not perfect. But our standards for what we deliver very much are very, very detailed.</p>\n\n\n\n<p>[00:33:04] <strong>Nathan Wrigley:</strong> In preparation for this podcast, I actually asked a few Automatticians if they had any idea what your team does.</p>\n\n\n\n<p>[00:33:10] <strong>Christy Nyiri:</strong> Nobody does.</p>\n\n\n\n<p>[00:33:11] <strong>Nathan Wrigley:</strong> Yeah, and not only did they not know, many of them didn&#8217;t know that it was a thing, the Special Projects Team. So I think the cabal like nature of it, it is interesting. There is this perception that, okay, they live in a different warehouse over there, and they&#8217;ve got chemicals boiling in test tubes, and things like that. But it&#8217;s kind of interesting, this podcast, peeling it back a little bit, and just realising sort of more human nature of it.</p>\n\n\n\n<p>[00:33:34] <strong>Mike Straw:</strong> It is kind of that way, but not by design. It just kind of happened that way, because we are so small, and we have such a small thing. So it&#8217;s just not really visible necessarily every day to things that are going on, because we&#8217;re not necessarily putting out product, and things like that.</p>\n\n\n\n<p>So I could see where people, well, again, both of us kind of had that perception before we actually came to the team of this big, mysterious thing. And, no, it&#8217;s just really people that really love doing cool stuff.</p>\n\n\n\n<p>[00:34:01] <strong>Nathan Wrigley:</strong> It sounds like the caliber of work that you&#8217;re doing is of great interest to you both. You seem to enjoy the space that you&#8217;re in. And obviously, the difficulty that comes with that is understood. I will into the show notes put any of the links that we mentioned today, including the, and I&#8217;m going to call it showcase, I don&#8217;t know if that was the right word, of the kind of sites that the team have been building.</p>\n\n\n\n<p>But really fascinating just pulling back the curtain a little bit, and hopefully, off the back of this episode, some people will reach out to wherever they need to reach out to, to see how they can become involved. You never know, you might find some job applications coming through.</p>\n\n\n\n<p>Thank you so much for talking to me today. Honestly, really interesting just pulling back the curtain a little bit on the team that you are involved in, and hopefully making it feel a bit less cabal like, in the process. So, Christy and Mike, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:34:48] <strong>Mike Straw:</strong> Absolutely. Thank you, this has been fun.</p>\n\n\n\n<p>[00:34:49] <strong>Christy Nyiri:</strong> Yeah, thanks so much.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/nyiriland/\">Christy Nyiri</a> and <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a>.</p>\n\n\n\n<p>Christy leads the design arm of Automattic’s Special Projects Team. She taught herself to design and code 17 years ago and has since worked with a wide range of clients, many of whom you’ll hear about later.</p>\n\n\n\n<p>Mike is an engineer with the Special Projects Team. He’s been writing code for over four decades, and has been deeply into WordPress for the last seven years.</p>\n\n\n\n<p>Today, we&#8217;re pulling back the curtain on the work done at <a href=\"https://specialprojects.automattic.com/\">Automattic’s Special Projects Team</a>, a somewhat mysterious entity within Automattic. Because of its low visibility and its detachment from regular product output, many have never heard of the team or what they produce, but that’s about to change.</p>\n\n\n\n<p>Mike and Christy tell us all about the team. What they do, and who they work with and for. They clarify the unique operational model of the team, which resembles an internal agency, focusing exclusively on WordPress and open-source projects. Their mission isn&#8217;t driven purely by profit; they often support nonprofits and contribute back to the WordPress community.</p>\n\n\n\n<p>We get into the team’s philosophy of learning from mistakes while striving for excellence. From their work with prominent websites, to assisting household names, to more philanthropic work, Mike and Christy illustrate how their work showcases the power and versatility of WordPress. In short, they strive to show the very best that WordPress can produce</p>\n\n\n\n<p>This episode highlights the technical and design prowess of the Special Projects Team, but also captures the passion and dedication of its members.</p>\n\n\n\n<p>Whether you&#8217;re a WordPress developer, a web design enthusiast, or someone interested in the operational intricacies of high-calibre web projects, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://specialprojects.automattic.com/\">Automattic Special Projects Team</a></p>\n\n\n\n<p><a href=\"https://www.printmag.com/\">PRINT magazine</a></p>\n\n\n\n<p><a href=\"https://www.endthebacklog.org/\">End The Backlog</a></p>\n\n\n\n<p><a href=\"https://johanernst.com/\">Johan Ernst</a></p>\n\n\n\n<p><a href=\"https://postsecret.com/\">Post Secret</a></p>\n\n\n\n<p><a href=\"https://pocketcasts.com/\">Pocket Casts</a></p>\n\n\n\n<p><a href=\"https://blog.pocketcasts.com/\">Pocket Casts Blog</a></p>\n\n\n\n<p><a href=\"https://www.tumblr.com/\">Tumblr</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Oct 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Do The Woo Community: It’s WooSesh 2024 with Brian Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=86126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://dothewoo.io/its-woosesh-2024-with-brian-richards/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"WooSesh 2024 is a free virtual conference on October 29-30, focusing on exceptional customer experience in WooCommerce, featuring keynotes and community awards.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Oct 2024 12:39:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Those Other Lawsuits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=128223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2024/10/other-lawsuits/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2707:\"<p>It&#8217;s a heavy day, and I&#8217;m sad to write this. Not sure where to start.</p>\n\n\n\n<p>In 2022, a lawyer recruited two people who took care of my Mom—an assistant and one of her dozen nurses—to resign and demand a million dollars each, or they would publish horrible things about her in a lawsuit. I refused. The lawsuits were filed. Luckily, the accusations are so sick, twisted, and outrageous that they refute themselves. There&#8217;s some weird sex stuff, and also claims that my Mom is racist. I am sad for whatever mind could even imagine such things. </p>\n\n\n\n<p>I won&#8217;t link or quote them because they don&#8217;t deserve that, but the lawsuits have been part of the public record and available to anyone with a web browser since 2022. The lawyer sent them to every major media publication and gossip rag.  You&#8217;re just hearing about them now because any journalist who spent five minutes calling around easily saw how spurious the claims are and didn&#8217;t run with the story. They&#8217;ve been dredged up as part of the smear campaign against me in my battle with Silver Lake and WP Engine.</p>\n\n\n\n<p>My advice for any other founder: As you gain wealth this may happen to you with household staff as well. Never settle. It just creates an incentive for more people to make stuff up. Even if it&#8217;s messy, fight the claims in court as I am doing. It&#8217;s the only way to deter people trying to make a quick buck. These cases are common, and the media is used to them.</p>\n\n\n\n<p>Now for some good news! I&#8217;m happy to report that since these two people left, my Mom has had no errors in her medication (previously, she had to be hospitalized twice and almost died because of medication errors). She&#8217;s back to the weight she was in her 30s and isn&#8217;t in a wheelchair all the time anymore. She&#8217;s just moved into a new home we&#8217;ve been remodeling together for the past 5 years.  She still has 24/7 RNs, but the new nurses have been fantastic and feel like an extension of our family. We&#8217;re looking forward to celebrating the holidays together with my sister, lifelong family friends like the Ornelas family, Mom&#8217;s four dogs, and some of my fifteen godchildren who live in the area.</p>\n\n\n\n<p>I may be wrong or dumb about many other things, but I sincerely believe in the sanctity and beauty of every human life, regardless of any background. We are all God&#8217;s creation. My Mother taught me these values, and I have done my best to uphold them in my life&#8217;s work building open source, WordPress, and Automattic. <a href=\"https://ma.tt/2024/09/charitable-contributions/\">It&#8217;s part of why I give so much back</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Oct 2024 10:30:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Response to DHH\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=128140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://ma.tt/2024/10/on-dhh/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2388:\"<p>I&#8217;ve taken this post down. I&#8217;ve been attacked so much the past few days; the most <a href=\"https://ma.tt/2024/10/other-lawsuits/\">vicious</a>, personal, hateful words poisoned my brain, and the original version of this post was mean. I am so sorry. I shouldn&#8217;t let this stuff get to me, but it clearly did, and I took it out on DHH, who, while I disagree with him on several points, isn&#8217;t the actual villain in this story: <strong>it&#8217;s WP Engine and Silver Lake</strong>.</p>\n\n\n\n<p>A few bullets to his core points:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The headline &#8220;Automattic is doing open source dirty&#8221; is not fair.</li>\n\n\n\n<li>Automattic did not work on a deal with WP Engine for 18+ months because of the GPL, or them using &#8220;WP&#8221; in their name, it was because of their abuse of the WordPress and WooCommerce trademarks. Trademarks must be protected, as evidenced by <a href=\"https://rubyonrails.org/trademarks\">Rails trademark policy</a>.</li>\n\n\n\n<li><a href=\"https://automattic.com/2024/09/25/open-source-trademarks-wp-engine/\">Our C&amp;D</a> is about public trademark abuse; <a href=\"https://wpengine.com/wp-content/uploads/2024/09/Cease-and-Desist-Letter-to-Automattic-and-Request-to-Preserve-Documents-Sent.pdf\">theirs</a> is about censorship, and doxxes private messages. They have since filed a <a href=\"https://wpengine.com/wp-content/uploads/2024/10/Complaint-WP-Engine-v-Automattic-et-al.pdf\">kitchen sink lawsuit</a> that embroils all of WordPress.org.</li>\n\n\n\n<li>Updating ACF to <a href=\"https://wordpress.org/support/plugin/advanced-custom-fields/\">Secure Custom Fields in our directory</a> was to provide users of our plugin directory the best, safest, most secure code. It included a security update that still has not been merged by the ACF team.</li>\n\n\n\n<li>We will merge any improvements ACF makes to their GPL code going forward and will also include enhanced functionality in the coming days to provide a secure and free drop-in replacement for ACF. If WP Engine didn&#8217;t want this to happen, they should not have published their code under the GPL or distributed it through WordPress.org&#8217;s directory.</li>\n\n\n\n<li>I think it&#8217;s fantastic when businesses are built on open source, the WordPress ecosystem is at least 10B+ a year; Automattic and WP Engine are less than 5% of that.</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Oct 2024 09:30:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Do The Woo Community: A Conversation with Beau Lebens, WooCommerce in 2024 and Beyond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=86017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://dothewoo.io/a-conversation-with-beau-lebens-woocommerce-in-2024-and-beyond/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55954:\"Episode Transcript\n<p><strong>Jonathan:</strong><br />Welcome to another episode of <em>Inside Woo</em>. I&#8217;m your host, Jonathan Wold, and with me today is Beau Lebens, the head of engineering at WooCommerce. How are you, Beau?</p>\n\n\n\n<p><strong>Beau:</strong><br />I&#8217;m doing well, Jonathan. Thanks for having me on.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />It&#8217;s good to have you, and we have a lot to cover inside of WooCommerce. Before we get to that, though, for those who don&#8217;t know, would you mind giving us just a bit of background on yourself? You&#8217;ve been at Automattic for, if I&#8217;m counting right, 15 years now?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, a little like that. Yep. A little over 15 years.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />And WooCommerce, you&#8217;ve been focused on WooCommerce for over five years now at this point, and you&#8217;ve worn a lot of different hats. Can you just give us some context for your work broadly at Automattic and what you&#8217;ve been focused on at Woo for the past five-plus years?</p>\n\n\n\n<p><strong>Beau:</strong><br />Sure thing. Yeah, so as you mentioned, it’s been a little over 15 years with Automattic now. I came on originally as an engineer, just the one engineer person, and worked on a bunch of different parts of Automattic. I originally actually came on working, ironically, not directly on WordPress. The first few things I actually worked on were IntenseDebate and then Gravatar, but then I got deep into WordPress.com. I worked on Jetpack for a number of years and then came over to the Woo team, I guess it was five and a half years ago, and joined originally on what was then the core engineering team, with an eye towards being in this sort of engineering leadership role, helping to steer the future of WooCommerce in the WordPress space as someone who had actually worked in the WordPress world before joining Automattic as well. So, really early on in the WordPress space, and so that&#8217;s sort of always been my forte. And since coming onto Woo, I have really helped, I guess, steer Woo alongside WordPress, which is something I believe we’ll talk about. There’s something we’re still doing, which is having Woo be kind of in lockstep with the evolution of WordPress itself, but then also steering it towards this whole green space as far as the commerce world goes, and what it looks like and what it means to be not just the de facto commerce solution for WordPress, but being a real commerce ecosystem of its own.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />So, you&#8217;ve worn a lot of different hats, and with Automattic broadly—myself as a former Automattician—there&#8217;s a lot of flexibility and freedom that you have to pursue interests. So, you have a lot of autonomy in what you do. I’m a big fan of a wide-ranging experience. I think it makes you better at the work that you do. Are there any particular experiences that stand out to you from your 15 years that have especially helped shape the work, I guess the experience and the approach, that you take to the work that you do now in WooCommerce?</p>\n\n\n\n<p><strong>Beau:</strong><br />Definitely, yeah. So as I mentioned, I sort of was working with WordPress before I even started at Automattic. Originally, I got involved with WordPress—I guess very originally—just because it was an interesting new platform. I was in the web space already and was building websites and doing all sorts of things that WordPress looked interesting for. But then what really got me deep into it was actually attempting a startup with a friend of mine, which, as many startups do, failed miserably. But the premise there was actually leveraging what was, at the time, WordPress MU (which is now a multisite feature that is baked into core), and integrating with bbPress, which is sort of a bulletin board or forum system based on WordPress. So, it was taking those, mashing them together, and then completely changing the front-end experience, so the user didn’t actually know they were using WordPress or bbPress for that matter. So, it was this really customized WordPress-based system.</p>\n\n\n\n<p>And when I look back, that’s actually something that has been a little bit of a thread and feels relevant now, the way that we look at WooCommerce, which is: Yes, this thing is based on WordPress. Yes, it is WordPress-powered. Yes, it brings WordPress’s ability to manipulate and manage content to the forefront, but it’s also something else. And it’s leaning into that—leveraging this operating system, if you like, and customizing it towards a specific experience, in our case commerce, and then doing everything that’s possible with that power that comes under the hood. And so, that’s still something that we’re doing today. We are leveraging all of the power of WordPress’s posts and users and settings management, all of this stuff that comes under the hood, all of that portability and flexibility that allows it to run on any web host, but we’re applying that same approach to commerce.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />I think that’s part of what I’ve always found interesting about WooCommerce in particular, is it’s such a great example of an ecosystem within WordPress. And I think it’s especially so because, for most folks who are using WooCommerce, they have this clear business intention, this clear commercial intention, but the way that they got there can vary quite a bit. They could have started out in WordPress with a blog and suddenly, like, add commerce, and then that sort of takes off. And now you have this commerce business. There are people who came in just for WooCommerce—that was something that we began to see early on in WooCommerce is people coming into the ecosystem for Woo. So, it’s always sat at this unique intersection.</p>\n\n\n\n<p>And I think what I’m interested in hearing first is, you have this evolution of WooCommerce starting out as a plugin that gave you a lot out of the box from the outset and introduced this whole new range of capabilities to WordPress. And already, from your perspective, when did ecosystem thinking first come into WooCommerce? Was that driven by how people began to use it and what they demanded of it? What’s your perspective as an observer first, and then coming into where that thinking about WooCommerce as a plugin evolved into an ecosystem?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, that’s a great question. I want to actually just really quickly touch on that mention of these overlapping ecosystems or communities between WordPress and WooCommerce, because I think that’s the really fascinating one. There’s a couple of different ways you can look at it, and I often look at it—there are two specific ways I tend to look at it. One is, if you try and Venn diagram those worlds, right? WooCommerce has huge overlap with WordPress, obviously, as a product and as a community and an ecosystem, but it’s not 100%. So, to your point, there’s a certain slice of people, whether they’re developers or the merchants themselves, who really aren’t thinking about WordPress much at all. It’s just there, it’s the foundation of WooCommerce, but they’re thinking of it through a sort of WooCommerce-first lens. And so, that may be a merchant who just wants to set up a store…</p>\n\n\n\n<p><strong>Jonathan:</strong><br />…which I think is worth pointing out that that’s pretty unique. In WordPress, oftentimes there’s a lot of ecosystems, sub-ecosystems—forms are good examples—but with WooCommerce, I think you’ll have people who really aren’t thinking about the WordPress part, which is something a lot of people in WordPress, it may not be obvious unless you point it out.</p>\n\n\n\n<p><strong>Beau:</strong><br />Absolutely. Yeah, absolutely. It’s something that, especially if you’re sort of steeped in this WordPress background (which, I’ll be the first to say, I am myself), it’s actually kind of hard to wrap your head around that reality and accept that, no, some of these people, they just heard about WooCommerce, and they heard WooCommerce is how you put a store on the internet. And so, they go looking for that, and that’s what they want. And then, as they unpeel the onion, if you like, they see, oh, there’s this WordPress thing under here as well, and I have access to this whole other, what they think of as a whole other ecosystem of WordPress solutions and flexibility and everything else that comes.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Like, &#8220;Oh, I can have a blog as well, that’s cool.&#8221;</p>\n\n\n\n<p><strong>Beau:</strong><br />Right. &#8220;And I can add complicated forms to it, and I can optimize my SEO,&#8221; all these other things that come along with that WordPress world. They maybe didn’t appreciate that they were getting that out of the box with WooCommerce.</p>\n\n\n\n<p>The other lens that I look at it—so first, you’ve got that Venn diagram world. The other one is this sort of stacked platforms, if you like, where WordPress is very much a platform, it’s a whole ecosystem—it’s WordPress the solution, and then all of the plugins and themes and everything that come with it. WooCommerce is kind of like, oh, add another core platform on top of that, and then another whole ecosystem of WooCommerce-specific solutions. So we refer to them as extensions, but at a code level, they’re really just WordPress plugins that rely on WooCommerce specifically. And there’s a whole other world of them, which is sort of this next layer on this commerce solution, if you like.</p>\n\n\n\n<p>And so, when you think about it as slices rather than a Venn diagram, we have basically everything that you have at</p>\n\n\n\n<p>the WooCommerce level, whether that’s communities or meetups or plugins or any of the solutions that exist for WordPress. We have all of that at the WooCommerce layer as well. And so then, that’s a really interesting way of slicing it out. And then you can look at just what’s happening at the WooCommerce level, but then also how does that interact with the layer below it? So you end up in a pretty complex environment, but it’s a really interesting one to work in.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />So, if you start to take its origins as a plugin, from your perspective, how did we get there? I like the layers idea. What are the things that stand out to you?</p>\n\n\n\n<p><strong>Beau:</strong><br />I actually think early on in WooCommerce’s trajectory, if you like, there was kind of this acknowledgment that you can’t build everything that you need for a commerce solution in a single plugin for WordPress. It’s hard enough to do as a complete standalone, entirely controlled SaaS service. Even in that environment, you can’t build everything that you need to cater to every commerce solution all in one native package. You have to have something of an ecosystem to provide all of the unique solutions that all of these different commerce scenarios require.</p>\n\n\n\n<p>So from day one, I think whether it was fully acknowledged or not, WooCommerce has sort of embraced this idea that it takes an ecosystem to provide all of these solutions. And what we’ve done over the years is really lean into that. And we’ve really said, yeah, that’s core to how WooCommerce works. No matter how much we may or may not build into that core experience, you’re always going to need the flexibility that WordPress and, by extension, WooCommerce provide. You’re always going to need some extra workflow modification, or maybe you need, I don’t know, a specific shipping carrier in a region that’s not very big, whatever it may be. And so the way that we can provide that is that we as Woo—that distinction is there, the company rather than WooCommerce the product—something that’s really important to us is figuring out how to build an excellent experience but retain this flexibility and extensibility so that developers and builders can customize and tailor it.</p>\n\n\n\n<p>And then, I think one of the other big challenges for us is making sure that interoperability is there so that once you start putting together a solution, it still feels like a meaningful, singular commerce experience. And that exists both at that WooCommerce layer and that WordPress layer. And that’s where it gets really interesting, frankly, and challenging. And where I think the direction that WordPress is going (which we can talk about if that’s interesting) is really sort of enabling a level of integration and flexibility that actually is not great at the moment in WordPress. WordPress has some, I think, almost a lack of opinion that has been great for flexibility but has resulted in some experiences that feel a bit disjointed and that aren’t as deeply integrated as they could be.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />I started writing about this concept of ecosystem plugins a number of years back, and WooCommerce was the one that really stood out to me. And when I think about this concept of an ecosystem within WordPress, there were three characteristics that stood out. First, you have to introduce a suite of functionality, which WooCommerce clearly does—a whole new category. You also have to provide an integration layer that can be extended. But the third thing—and I’ve felt from the beginning that WooCommerce, whether inadvertently or not, has done this better than most—is you also need to influence and shape that ecosystem, like taking an active role. Because I think a lot of the ecosystems we have in WordPress, up until more recently, it’s been fairly hands-off. And I think in WooCommerce, there’s a degree, at least from my perspective, to which just the demands of the growing business required active curation. The partnerships team did a lot of work to help shape and influence what came into WooCommerce.</p>\n\n\n\n<p>But from your perspective, through your lens and the roles that you’ve played, and from an engineering perspective, how do you think about the responsibility of WooCommerce the business to shape the ecosystem, especially when it’s so large? There are people who use WooCommerce in so many different ways, and you’re already beginning to allude to the importance of opinions there. But how do you think about that responsibility?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, it’s a tricky one. It can be, as you said, it’s really broad, and so people are doing all sorts of things with WooCommerce, some of which we would never imagine. And so, it’s very difficult to plan for that. We do take backwards compatibility really seriously. Similar to one of the things that is actually sort of fundamental to WordPress’s success over the 20 years that it’s existed, is this commitment to backwards compatibility. What does that look like? What does that mean? And frankly, it’s something that, as engineers and developers, it’s easy to get really annoyed with and wish that we didn’t have to do and just wish that we could move forward, change things, build the new shiny thing, build a new system, whatever. But I think that’s fundamental to WordPress’s success and WooCommerce’s success.</p>\n\n\n\n<p>We do need to break it sometimes—there are some unavoidable situations where maybe it’s a security fix or a specification change, or whatever it might be where we just can’t figure out how to maintain backwards compatibility or, frankly, staying backwards compatible is not in everyone’s best interest, and so we have to move things forward.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Let’s talk about that specifically because I think it’s a really good example of where the tension, especially from an engineering perspective, lies because, at least from my perspective, having worked with many engineers, you can kind of move on. You see better ways to do something. You see, okay, there’s this new set of practices that we want to bring in. This makes a lot of sense. And from an end user’s perspective, oftentimes it just doesn’t matter. And if you look at it, I feel similarly that WordPress’s and WooCommerce’s success is in large part due to the confidence and stability that comes from that. People don’t have to think about it often; it’s just not breaking. Is there an example that stands out to you of where you did the harder work—usually the much harder work—to maintain the backwards compatibility? I think for builders listening to me, this is an important part of success in the WordPress ecosystem, is internalizing why this compatibility, why the work matters. Is there any example that stands out to you?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, I have a huge one, which is very relevant. We can talk about the past version and the future version of it, and that’s HPOS—so high-performance order storage. For anyone who’s not familiar, this is a pretty fundamental change where, historically, WooCommerce had stored all of its order information, so someone places an order on your website, you make a sale, that information was stored in the WP post table, because that was the sort of most flexible place to store that data in a WordPress install, where historically it was somewhat frowned upon to introduce your own custom tables. And so back in the day, WooCommerce was built as a plugin. It was intended to be installed on WordPress, spun up pretty quickly, and you could just go about your way, start taking orders.</p>\n\n\n\n<p>So HPOS was this project to shift all of that data to a custom set of tables, which were optimized for storing large volumes of order data and for processing at high capacity. And the actual engineering work to just do that, if we were just changing WooCommerce core, was done in about two months max. And that’s with even sort of trying to allow for the fact that the way that we did it, the planning process, everything was very different because we were catering to an entire ecosystem. So we did this work, and then it took almost two years before that was actually the default on new WooCommerce installs.</p>\n\n\n\n<p>And that’s because all of the work was really around the ecosystem and adoption and educating other developers and introducing systems to allow different plugins to declare compatibility or incompatibility and how we handle all of those different combinations of things that are or are not compatible. That’s where all the complexity came in. And that, frankly, is all about backwards compatibility, whether that’s at the sort of user level or the code level, it’s handling all of these different scenarios that exist in the WordPress world because you’ve got these different versions of things out there running, and you can’t just update them all at once. We can’t just go tell people, you have to update WordPress, WooCommerce, and every plugin that you’re running to X version and they’re all compatible and then you’re good. And so since we can’t do that, we have to deal with this complexity.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />That’s a great example because I think instinctively it feels to me like it was the right approach to focus on the lowest common denominator of experience, which is the merchant, and also the most important in this case. So, it takes that time, yet if you can make it available to your builders, to the agency ecosystem sooner, then there&#8217;s more winning that can happen. They&#8217;re able to successfully roll this out for their merchants, their clients, your merchants, and you can probably get a productive feedback loop that also gives confidence that makes what you ultimately roll out to everyone more effective. And if I contrast this to other ecosystems, part of the problem is that they don&#8217;t have that first focus. I don&#8217;t remember the details of it, but my sense of what happened with Magento, for instance, was this sort of big cut from one to the next. And from what I recall, there were developers who were</p>\n\n\n\n<p>quite happy about the changes, and probably also the work that they&#8217;d have to be paid for to make the migration successful. But a lot of merchants ended up being disenfranchised and just lost in the process. So, you’ve done a good job, from my perspective, to remain merchant-centric in those decisions. And it sounds like you&#8217;ve recognized the role that your ecosystem can play in supporting that, and you can create a win for them as well in the process.</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, that’s definitely a learning for us. And I think also a challenge and just something that we&#8217;re still getting better at is how to really engage with this developer ecosystem. You mentioned earlier that there are people out there building WooCommerce solutions, and we frankly just don’t even know who most of them are. That’s both the beauty and the struggle of, I think, WordPress itself, but also WooCommerce is that they&#8217;re out there in the world. The code base is available, people can go build them and deploy them anywhere, and they may not interact with us in any way. And so, it can be very difficult for us to communicate with that ecosystem of builders and developers. And it&#8217;s something that actually, I think we haven&#8217;t done as good of a job as we should have in the last few years, but I guess a few years ago, the last year plus, you may have seen we&#8217;re much more active out there in public now. That&#8217;s a really conscious and intentional shift. We really want to engage with developers through GitHub, through our Slack community, through our developer blog. We&#8217;ve been putting a ton of work into tightening up and aggregating all of the, what was disparate documentation for our platform, bringing that all into a single developer hub, and then also leaning into tooling—do we have CLI commands and all of the stuff that we know developers actually prefer to work with. They shouldn’t have to dig through the code to find out how to do something. We should have better documentation for that.</p>\n\n\n\n<p>So that&#8217;s really a foundational thing for us that we&#8217;re investing a lot in. And we really want that feedback loop with community developers who are building on top of WooCommerce or they&#8217;re building solutions for WooCommerce. Frankly, a lot of that has happened without us hearing about it. And so sometimes we get these blowups of feedback where people get frustrated and they say, &#8220;Why aren’t you doing X?&#8221; And we say, &#8220;Oh, we actually hadn&#8217;t heard that that was such a big deal to you.&#8221;</p>\n\n\n\n<p><strong>Jonathan:</strong><br />So, this is one of the things that’s standing out to me in this—some of these problems, these challenges, we&#8217;ll call them challenges—that you&#8217;re experiencing are quite unique to open source. If we contrast this to proprietary platforms, in a proprietary platform, you wouldn&#8217;t have that. Typically, you wouldn’t have that two-year period.</p>\n\n\n\n<p><strong>Beau:</strong><br />You’d just do it.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />You just do it. &#8220;This approach is deprecated as of this year. We&#8217;ve upgraded everything.&#8221;</p>\n\n\n\n<p><strong>Beau:</strong><br />Exactly.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />You take care of it for them. And you also know your constraints, who’s working in your platform more often than not. And if you don’t, you can solve that a lot more readily. I’m curious from your perspective, I guess I&#8217;m not asking about just the benefits of it in this open-source ecosystem. And I think that’s a big part of why it’s grown to where it is. It’s a key factor in all of this. But I guess, how do you think about—you grew up in the WordPress space—how do you think about the impact that the open-source nature has, the benefits, and the trade-offs to WooCommerce? Because you started from a plugin, now you have an entire ecosystem that happens to be open source. It’s quite unique and very commercial in its nature, and there are all these dynamics at play. And yeah, I think it’s worth touching on that because that&#8217;s a single characteristic that has a lot of impact on what you&#8217;re trying to work on.</p>\n\n\n\n<p><strong>Beau:</strong><br />Definitely. Yeah, it’s an interesting and very difficult question to answer because, as you said, it seems like a relatively narrow question…</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Right? &#8220;Oh, it’s just open source.&#8221;</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, it has so many implications. So I do think it is fundamental both to our previous success—I think it is what got us here—and it poses some unique challenges in going forward. There are certain things that, especially in a commerce space, would be much, much easier to do if we controlled the full stack, if all of WooCommerce was hosted in a single environment and we could just deploy updates, or we could optimize certain things. Performance is a favorite topic, which is actually an area that we are investing in more this year. We mentioned HPOS, but there are a ton of different performance characteristics that, when you control the whole system, you can just optimize for the way that system works. Whether it’s, I don’t know, adding an index in a database or optimizing a specific query or whatever it might be—adding a specific caching layer—we don’t even know what people do with most WooCommerce stores. And so, it makes it very, very difficult to optimize the performance profile of something that you don’t know what it is.</p>\n\n\n\n<p>So that sort of thing can be really challenging. But I think what we&#8217;re seeing is, over the years, there’s a certain number of pretty consistent profiles that we see. For example, people use WooCommerce in certain ways, and it’s actually one of the beauties of being housed within Automattic, which has multiple hosting environments, is that we can just go look at real stores and see how they’re going, what they’re doing, what software they’re running, what performance bottlenecks do they ever run into, and then just working directly with them and improving it and then bringing those improvements back to the rest of the platform.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />It’s such a unique challenge. I remember when I worked at WooCommerce, one of the debates at the time was this: how does WooCommerce relate to the hosting ecosystem? And this is such a good example because someone can have really low-cost hosting on WordPress, which is great, and then wake up one day and decide to install WooCommerce and run WooCommerce and start to take orders. All of this can be happening in an environment that was not designed, intended for that, right? And that’s not necessarily going to be apparent to the user.</p>\n\n\n\n<p><strong>Beau:</strong><br />They have a bad experience potentially, and they think, &#8220;Oh, it’s WooCommerce’s fault.&#8221; And I think commerce and content are really interesting when married together, but they’re also almost opposed from a performance perspective, right?</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Caching versus not caching.</p>\n\n\n\n<p><strong>Beau:</strong><br />Exactly.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Right out of the gate.</p>\n\n\n\n<p><strong>Beau:</strong><br />Right out of the gate. The fundamental strategy for content performance is just cache everything, and basically, it’s a static website, and to the moon. And it’s the opposite with commerce—you basically have to not cache everything, or there are definitely caching strategies that you can go down, but you probably can’t just static cache everything. You probably have a very different profile of users coming back to your website. And so, there are just fundamental differences there that really do require us to think about the way that we approach WooCommerce as: it’s on WordPress, but it’s also quite different from WordPress.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />So then, here comes the tension, right? Because from an engineering perspective, and especially if you didn’t come up in the WordPress space—which is part of why I think you’re in such a unique position—if you came from a proprietary ecosystem, the answer would be clear: &#8220;Well, we need to control this.&#8221; &#8220;Let&#8217;s not deal with all these hosts out here. We need to control as much of this as possible.&#8221; And you could argue, I think successfully, that from what’s best for the merchant’s perspective, that’s a fair line of reasoning. Let’s give them a great experience. And hosting is a good example of an open-source variable that can have a big impact. But yet, that’s also a big part of why WooCommerce has grown as much as it has. You have this vast ecosystem. And while it’s much harder, I’ve been really happy to see WooCommerce take an approach over the past couple of years of working with the hosts and figuring out, okay, how do we support that? So how do you think about that? And I think for the merchant in particular, ideally, they wouldn’t even have to care about this, but yet there is real-world impact to that. There’s a lot there, but how do you think about that?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, so I think it’s really interesting that you&#8217;re sort of bringing it from the merchant&#8217;s perspective because we try and do that a lot. Ultimately, even though we know that builders and developers are involved with many WooCommerce deployments, ultimately, it’s a merchant who has to use the product. And so, however we get there, we need to get to a good merchant experience. And frankly, something that we’ve seen over the years is that if you look back originally to the sort of WooCommerce early days, WooThemes days, and then all the way through—frankly, until now—the model for WooCommerce is you get WooCommerce, and then you will definitely add all of these other solutions. You’ll add a payment gateway, a shipping carrier, a tax solution probably, who knows—all sorts of things. Actually, fun fact, I think the number I’ve seen recently is an average Woo store has something like 44 plugins. So you’re talking about a lot of extra stuff.</p>\n\n\n\n<p>And so that was intentional. That was the approach—</p>\n\n\n\n<p>give builders and merchants the flexibility to get this core and then plug in any solution that they need and mix and match to get exactly what they want. And what we’ve seen over the years is, I guess, two things. One, that introduces a level of decision fatigue, discoverability, and complexity that people don’t actually love. No one really wants to manage a bunch of software. So there’s this level of complexity that it introduces. And then, the other one is frankly that the expectations of people on the internet have changed. WooCommerce has been around for over a decade. Things have changed in that time.</p>\n\n\n\n<p>And so, what we are seeing is we actually need, as the platform, as WooCommerce, we actually need to have a little bit stronger of an opinion on what good looks like. And so, you will see us start to shift a little bit more towards, hey, if you don’t have a preference or you don’t have a specific need, you should just use this solution.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Stronger defaults.</p>\n\n\n\n<p><strong>Beau:</strong><br />Right, stronger defaults, which is theoretically something that WordPress has always had—decisions, not options. This has been a mantra forever, and we&#8217;ve usually tried to do that at the technical level, but we haven’t always done it at the sort of product experience level. And you’ll see us do that a little bit more going forward, and that’s directly based on feedback where we’ve just heard, &#8220;Look, there are too many things to manage. There are too many choices to make. I actually don’t want to do this. I just want to be told which ones work together. I want them to work really well. I want them to be integrated. If I’m using a specific payment solution, I want to get comprehensive payment reports, and I want it to perfectly handle my taxes,&#8221; whatever the combination may be.</p>\n\n\n\n<p>And when you&#8217;re mixing and matching from the ground up, that level of interoperability can be pretty tricky to get right. So, you’ll see us do a little bit more of that—saying, &#8220;Hey, these solutions work together.&#8221; We still want to maintain the option—if you don’t want to use that, you’ve still got the flexibility. That’s the beauty of everything being open source and extensible. But if you go that route, then obviously, you&#8217;re taking all of that into your own hands, and now you need to figure out, do they work together as well as they could, which is frankly how things are right now. And that&#8217;s part of the value that builders provide in the equation—putting together a package of solutions and then making sure that they work well together.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />So, you guys just recently launched the business services category, and to me, that was good. I was happy to see that. It was a good example of, at least from an outside perspective, this continued evolution to take in a more holistic view of the things that merchants need. If you&#8217;re a merchant and you&#8217;re having any kind of success, there’s a whole series of additional things you are going to need at some point, right? And yeah, I think I&#8217;d love to hear more from you on anything that stands out to you in that evolution—the impact of thinking more holistically, of thinking about better decisions, not options, of thinking about that end-user experience. How is that affecting what you prioritize in terms of developing new features and introducing new things like the business services category?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, that&#8217;s a great one. So, I guess just to touch on that briefly, for anyone who’s not familiar with it, I guess a few months ago now we introduced the business services tab within our marketplace. And this is basically where you go as a merchant to find sort of WooCommerce-adjacent services. So, the idea is they don’t necessarily need a technology integration; they may not be part of your website or part of your baked-in business workflow, but you need them to run a business. And I think this sort of breaking out of the idea of WooCommerce as just a plugin to, no, for a lot of people, WooCommerce represents their business. It is the hub, how they run their livelihood. And so, what can we do to help them do that? What are all the other pieces that are relevant when running a business, and how do we connect people to those solutions? I think previously, we just relied on, I guess, developers to either do that or for a business owner to engage with a developer and a tax professional or an accountant or whoever, and for them to just figure it out themselves. And if we’re in a world where we’re trying to enable merchants to get up and running and get going, then the more we can do to help them, the better. So, that’s really where that’s coming from.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />I like that a lot. One thing I want to touch on—so I think WooCommerce and WordPress, especially being in Automattic, there’s always been a unique interplay between what’s happening in core WordPress and what’s happening in WooCommerce. I remember WooCommerce was doing early work on blocks, and there was an alignment of interest there, I think because it was at Automattic, that might not have been there otherwise. It was a lot of work to try and figure out how do we do this. And I remember some of the early—at least from my perspective—there was a lot of pioneering work that was done in Woo on improving user interfaces and experiences that also had a positive impact on the work that was happening in core. So, how do you think about the interplay? WooCommerce, to me, is the largest and most impactful sub-ecosystem of WordPress, and that can be something that can be lost at times. How do you think about the relationship between what&#8217;s happening in WooCommerce versus what’s happening in WordPress? How does WooCommerce, from an engineering perspective, think about what&#8217;s happening in the project and where WordPress itself is evolving?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, I think you&#8217;re spot on with the reality that if WooCommerce wasn’t within Automattic, things might be a little different here, and that would impact both WooCommerce and WordPress. The work that you’re referring to, investing early in blocks and thinking about what’s happening in WordPress core, is very much still happening. Actually, a perfect example of that—a couple of examples, actually—the product editor that you&#8217;ve seen us working on, if you&#8217;re watching the sort of things that are feature-flagged and available, if you jump into the right spot, that’s undergone a couple of really major changes, and there’s probably still another one coming, which is part of why we haven’t pushed that out as any sort of default experience for the majority of users. And that’s because it’s evolving alongside what’s happening in WordPress. And frankly, WordPress itself is still figuring out a lot of things related to full-site editing, to data views, to all these new components and new UX patterns and things. And so, we&#8217;re right there with them. We&#8217;re actually working alongside core Gutenberg teams and really bringing to them, &#8220;Hey, we have this complex experience that’s critical for commerce that you haven&#8217;t considered yet. Let’s work together and solve for that.&#8221;</p>\n\n\n\n<p>Actually, a kind of random good example—we’re having a conversation at the moment around, should data views—so these are effectively the replacement for a WP list table—should they support drag-and-drop? On the surface, you&#8217;d say, yeah, absolutely. But there are a lot of scenarios where it breaks. If you&#8217;ve got a sort or a filter applied and you change the order, what happens now? So, there’s a bunch of things like that where the fact that we represent commerce, we represent a lot of really complex user interactions and a certain way of interacting with what is technically WordPress (which WordPress focused purely on content may not be taking into account). And so, what I like to think is that WooCommerce is basically one of the most complex applications of anything that WordPress could come up with. And so, if the WordPress platform can support that, it can support almost anything.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />I like that example a lot, and I think one of the strengths—it’s a double-edged sword—one of the strengths is that interplay of content and commerce that merchants see, right? They love the idea of being able to create content, which is often key to the marketing, the sales side of a commerce business. And it’s easy to take for granted—that&#8217;s not just trivial in these other platforms. They tend to be, &#8220;Okay, this is commerce, and maybe there’s some light content layer.&#8221; So, there&#8217;s a lot of complexity that comes with that because they’re not the same, yet they can have a clear relationship with each other. But the needs in commerce—it’s a different workflow, different expectations, different problem set, the caching versus non-caching. So, it seems like it’s a lot more work to do that and to stay with that.</p>\n\n\n\n<p>As we’re nearing the end, what I&#8217;d love to touch on is—you see that work firsthand, and I think that’s increasingly appreciated for those who&#8217;ve been in the space for a while and been following. It could be frustrating that things don’t happen quickly. At the same time, I think people who are paying attention can also see that care and consideration and thinking long-term is also part of what you&#8217;d want in a steward of the ecosystem. So, for the builders who are listening and they’re looking to the future of WooCommerce, what are some of the things that you would be encouraging builders to be thinking about? Where should they be focusing some of their energy and efforts? Let’s start with the agency folks first. For folks who are building for merchants, they have clients, whether freelancers or agencies, what are some of the things that</p>\n\n\n\n<p>you recommend that they be thinking about in the context of where you see the platform going?</p>\n\n\n\n<p><strong>Beau:</strong><br />Great question. Yeah, so I think we&#8217;ve talked about blocks and the future of WordPress and where WordPress is going. So, I&#8217;d say part of it would be to understand that as much as you can, especially for bigger agencies—I think they tend to be better connected to what is happening with WordPress. So, understand that and be looking at what does this mean for the sites that I&#8217;m building, especially on the backend. So, in the admin experience, things are shifting towards blocks, towards this new WP admin design that is sort of coming slowly down the pike—the full-site editor. So, think about how that all applies to the type of work that you do and look at which solutions you&#8217;re picking. So, which extensions or plugins are you choosing to build new sites on? Especially, are they compatible with this future? I would frankly be really thinking about that at this point. If they’re not and you are not the developer of that solution, start working with that developer to understand how they can make it compatible with that future. Start engaging with us. Like I said before, we really are out there trying to engage more directly with developers and agencies because we want to hear what is happening out there. I think people actually forget that agencies are often—agencies and solo developers—they&#8217;re actually often the front line that’s really understanding the reality of applying software like WordPress or WooCommerce in a way that we frankly may not understand because we are building the software and they&#8217;re applying it in certain scenarios. So, getting that real-world feedback loop of, hey, how are you using it? What problems are you running into? Are there limitations we can remove? Are there things that we&#8217;re not doing that we should be doing, or whatever?</p>\n\n\n\n<p>Really closing that feedback loop with us is the biggest thing. I mentioned earlier, I think we have a community Slack channel—that’s a great spot to start. We have a developer blog, which is at developer.woocommerce.com. There’s a developer-specific newsletter on there now, which I would strongly recommend anyone building for WooCommerce to be on. And then, we&#8217;ve started using GitHub discussions pretty actively as well. So, I&#8217;d suggest jumping in there. You&#8217;ll see RFCs for major changes that we&#8217;re looking at doing—things like that. We need real feedback from people who are frankly outside of that cycle of Gutenberg development (and I use Gutenberg there loosely just to refer to the whole roadmap). But yeah, real-world uses of WooCommerce—we want to hear about them.</p>\n\n\n\n<p>And I guess I would say—this sounds a little &#8220;Matrix-y&#8221;—but open your mind a little bit. We&#8217;ve heard feedback from builders specifically or developers who don’t necessarily want change. They know how to build for the current system, and they want it to stay the same. We need to change to stay up with WordPress. WooCommerce and WordPress are inextricably tied together. That’s not going to change. So, we are going to stay deeply integrated with WordPress. We believe that’s actually the thing that makes us unique in the market and which gives us the strength and flexibility and the reach of WordPress itself. So, we fully intend to stay integrated with WordPress, and that means that the future is going in a certain direction. So, I would encourage everyone to understand that direction and come along with us.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />I like that a lot. The business services category launch, I think, is a good illustration of what I&#8217;m observing in the market, which is a growing interest from products to play in the WooCommerce space. More product companies are coming in, they’re seeing the opportunity, they’re seeing the size of the ecosystem, and that&#8217;s been an important part for a long time now—people building extensions. And you&#8217;re seeing bigger and bigger companies come in. There&#8217;s a full partnerships team at WooCommerce. For the people listening who are building products for the WooCommerce ecosystem, what guidance do you have to offer them? How would you encourage them to be thinking about the evolution of WooCommerce as a platform, as an ecosystem, and what should they be paying attention to?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, that&#8217;s a good one. So, I think, as you said, there are a lot of people trying to enter the WooCommerce market, if you like. And for us, we&#8217;re in this weird spot. We&#8217;ve talked a lot about ecosystem thinking and the community and working with developers and builders, and that is the strength of what we&#8217;re doing. But frankly, if we&#8217;re to remain running as a business, we also need to commercialize certain parts of it. We need to be part of the money that&#8217;s flowing through this ecosystem so that we can continue funding the development of what we&#8217;re doing.</p>\n\n\n\n<p>So, I mentioned there&#8217;s a few sort of central commerce experiences that we&#8217;re investing heavily in. I&#8217;d say off the top-line list of that is payments, shipping, taxes. These are areas that you&#8217;re going to see us invest in heavily, and you&#8217;ve already seen us probably building WooPayments. We also recently relaunched WooCommerce Shipping. So, these are areas that we know that it&#8217;s critical for merchants to have a great experience, and we believe that the best experience is one that’s going to be deeply integrated with WooCommerce. So, there are plenty of other solutions for payments and shipping in particular where it&#8217;s a plugin and then you go use some other dashboard to manage that part of your business. And we fundamentally believe that there is at least a certain audience who want that all in WP admin. They want an integrated experience, they want to be able to bounce between different parts. I mentioned earlier like payments and taxes, let&#8217;s say. You can imagine that actually extending to all three—so, if you&#8217;re taking a payment that includes taxes, that covers shipping, you want to be able to understand all of that in the performance of your business. And if that&#8217;s spread out across multiple systems, that can be really difficult. So, I&#8217;d say we&#8217;ll be investing more heavily in those areas, which is not to say that other people shouldn&#8217;t, but I guess know that we will be playing in those spaces a lot.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />For someone who is coming into the space—you just made that point about the importance of the integrated experience. If they&#8217;re new, how would you encourage them to be thinking about that? For instance, in the business services category, you introduced banking, for instance. And unless your intention is to get into banking (which, who knows?), but it’s—for someone who&#8217;s in the banking space and coming in, how would you be encouraging them to be thinking about things like that? Should it be integrated? There&#8217;s not existing precedent, right? It could be outside the space; they could go to a separate dashboard. How would you think about that example?</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, banking is an interesting one. Obviously, that&#8217;s a really complicated space.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />But also fundamental to commerce.</p>\n\n\n\n<p><strong>Beau:</strong><br />Fundamental to commerce, pretty connected to payments, interestingly. So, it is an area that we&#8217;re sort of touching on. But I would say in general, what we would love to see more of is people who are really thinking about WooCommerce as a whole complex system and how can they build something that&#8217;s part of that complex system rather than, &#8220;I represent banking; I want to just make my banking visible.&#8221; That’s the first step. But actually building it in some sort of integrated way is really where we see things succeed more.</p>\n\n\n\n<p>So, I mentioned that the business services tab is largely for things that really probably won&#8217;t integrate deeply or are somewhat separate or somewhat adjacent to the website itself. There may be some crossover—so actually, banking is maybe a good one. We probably could, and probably will, have more flows and better seamless handoff between your WooCommerce store and whatever that banking solution is. But we&#8217;re probably not going to, for example, replicate your entire banking website and banking experience all within WooCommerce. In business services, just as a specific example, I think is also really interesting for connecting things like developers. And this is an interesting sort of crossover—one of the services you may need as a business is a developer to customize your business website.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Right.</p>\n\n\n\n<p><strong>Beau:</strong><br />So, I think there&#8217;s an interesting crossover there, which we’ve just started exploring—opening up the ability for merchants to get access to various forms of technical support, to use a loose term there, as part of running their business.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Well, I’m excited. There&#8217;s a lot to the ecosystem, and I think this is why you coming on episodes like this is especially helpful from my perspective, to give a broader sense of what&#8217;s going on behind the scenes. And I really appreciate you taking the time to share. We&#8217;ve given folks a lot of things to think about and work with. If someone wants to reach out to you, Beau, what&#8217;s the best way to get in contact?</p>\n\n\n\n<p><strong>Beau:</strong><br />The best way is probably to tweet at me, or I guess &#8220;X&#8221; at me, however you say that now. Yeah, you can get me on there. It’s just @BeauLeins, which I’m sure we can put in the show notes or something for the spelling. Or frankly, you can also just email me: beau@automattic.com.</p>\n\n\n\n<p><strong>Jonathan:</strong><br />Excellent. Beau, thank you for the time. Thank you for the work that you and the team have been doing, and talk to you soon.</p>\n\n\n\n<p><strong>Beau:</strong><br />Yeah, thanks, Jonathan. Appreciate it. Been fun.</p>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"></div>\n\n\n\n\n<p>In this episode of <strong><em>Inside Woo</em></strong>, host <strong>Jonathan Wold</strong> welcomes <strong>Beau Lebens</strong>, head of engineering at WooCommerce, to discuss the development and future of WooCommerce within the WordPress ecosystem which grew out of his post on Woo, <em><strong>WooCommerce in 2024 and beyond: Roadmap update</strong></em>.</p>\n\n\n\n<p>Beau shares his extensive experience within Automattic and provides insights into the uniqueness of WooCommerce as it evolves from a WordPress plugin to a complete commerce solution with its ecosystem. The conversation covers topics such as the challenges and responsibilities of maintaining backward compatibility, the role of WooCommerce in the broader WordPress evolution, and the strategic alignment with new WordPress technologies like blocks and full site editing. </p>\n\n\n\n<p>Beau highlights ongoing efforts to improve the integration of merchant and agency experiences, focusing on performance optimization and ecosystem collaboration. They also chat about  new additions like the Business Services tab and emphasizes the importance of providing integrated, merchant-centric solutions.</p>\n\n\n\n<p><strong>Takeaways</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>WooCommerce’s Growth</strong>: WooCommerce started as a simple plugin but has evolved into a robust ecosystem, tightly integrated with WordPress, providing flexibility for both developers and merchants.</li>\n\n\n\n<li><strong>Stronger Defaults for Merchants</strong>: To reduce complexity and decision fatigue for merchants, WooCommerce is focusing on providing stronger defaults, particularly in payments, shipping, and taxes, while still maintaining flexibility for developers.</li>\n\n\n\n<li><strong>Backward Compatibility</strong>: WooCommerce is deeply committed to backward compatibility, even when implementing complex changes like the High-Performance Order Storage (HPOS) project, to ensure stability for merchants and developers.</li>\n\n\n\n<li><strong>Developer Engagement</strong>: WooCommerce is increasingly engaging with its developer community through GitHub, Slack, and blogs, seeking feedback to shape future updates and features.</li>\n\n\n\n<li><strong>Ecosystem Thinking</strong>: WooCommerce embraces ecosystem thinking, encouraging third-party developers to build integrated solutions that work seamlessly within the WooCommerce platform rather than as standalone products.</li>\n\n\n\n<li><strong>Commerce and Content Performance</strong>: One of WooCommerce’s unique challenges is balancing the performance needs of real-time commerce with content-focused caching, requiring continuous optimization.</li>\n\n\n\n<li><strong>Future Investment</strong>: WooCommerce is investing heavily in key areas such as payments, shipping, taxes, and technologies like blocks and full-site editing, aligning with WordPress’s long-term roadmap.</li>\n</ul>\n\n\n\n<p><strong>Links</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/beaulebens\">Beau Lebens on X (Twitter)</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com\">WooCommerce Developer Resources</a></li>\n\n\n\n<li><a href=\"https://github.com/woocommerce/woocommerce/discussions\">WooCommerce on GitHub</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2024/07/23/woocommerce-in-2024-and-beyond-roadmap-update/\">WooCommerce in 2024 and beyond: Roadmap update</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/category/roadmap-insights/\">Roadmap Insights</a></li>\n</ul>\n\n\n\n<p><strong>Chapter Titles with Timestamps</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>00:00&nbsp;Introduction and Welcome</li>\n\n\n\n<li>00:38&nbsp;Beau Lebens&#8217; Journey at Automattic</li>\n\n\n\n<li>02:38&nbsp;The Evolution of WooCommerce</li>\n\n\n\n<li>05:14&nbsp;WooCommerce as an Ecosystem</li>\n\n\n\n<li>10:18&nbsp;Challenges and Responsibilities in WooCommerce Development</li>\n\n\n\n<li>16:49&nbsp;High Performance Order Storage (HPOS)</li>\n\n\n\n<li>25:00&nbsp;Open Source Dynamics in WooCommerce</li>\n\n\n\n<li>28:16&nbsp;Understanding Performance Bottlenecks</li>\n\n\n\n<li>28:28&nbsp;WooCommerce and Hosting Ecosystem</li>\n\n\n\n<li>29:03&nbsp;Commerce and Content: A Performance Perspective</li>\n\n\n\n<li>30:01&nbsp;Engineering Challenges and Merchant Experience</li>\n\n\n\n<li>31:12&nbsp;WooCommerce&#8217;s Evolution and Stronger Defaults</li>\n\n\n\n<li>34:49&nbsp;Business Services and Holistic Merchant Support</li>\n\n\n\n<li>36:59&nbsp;Interplay Between WooCommerce and WordPress</li>\n\n\n\n<li>41:41&nbsp;Future Directions for WooCommerce Builders</li>\n\n\n\n<li>46:27&nbsp;Guidance for WooCommerce Product Companies</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Oct 2024 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Jetpack 13.9.1 Patches a Critical Security Flaw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=175212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/jetpack-13-9-1-patches-a-critical-security-flaw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2144:\"<p><a href=\"https://jetpack.com/blog/jetpack-13-9-1-critical-security-update/\">Jetpack 13.9.1</a>, a critical security update, was released yesterday to fix a vulnerability in the Contact Form feature that had been present since 2016. This flaw allowed logged-in users of a site to access forms submitted by visitors.</p>\n\n\n\n<p>The vulnerability was discovered during an internal security audit, prompting the Jetpack team to collaborate with the WordPress.org Security Team to release patches for all versions of Jetpack dating back to 3.9.9.</p>\n\n\n\n<img width=\"2158\" height=\"744\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-33.png\" alt=\"Full list of the 101 different versions of Jetpack released yesterday.\" class=\"wp-image-175217\" />\n\n\n\n<p>The Jetpack team also warned: “We have no evidence that this vulnerability has been exploited in the wild. However, now that the update has been released, it is possible that someone will try to take advantage of this vulnerability.”</p>\n\n\n\n<p>Wordfence team <a href=\"https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/jetpack/jetpack-1391-missing-authorization-to-authenticated-subscriber-sensitive-information-disclosure\">shared</a> that the plugin is “vulnerable to unauthorized access of data due to missing capability checks in the Contact_Form_Endpoint class in various versions version up to, but not including, 13.9.1. This makes it possible for authenticated attackers, with subscriber-level access and above, to read all Jetpack form submissions on the site.”&nbsp;</p>\n\n\n\n<p>The vulnerability has been given a CVSS score of 4.3, and users are advised to update to Jetpack 13.9.1 to secure their websites.&nbsp;</p>\n\n\n\n<p>The Jetpack team reassured users, stating, “We will continue to regularly audit all aspects of our codebase to ensure that your Jetpack site remains safe.”&nbsp;</p>\n\n\n\n<p><strong>Update</strong>: <a href=\"https://wpscan.com/plugin/jetpack/\">WPScan</a> will share the Proof of Concept on November 11, 2024, to give users time to update. The vulnerability was reported by their researcher Marc Montpas. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Oct 2024 04:02:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WPTavern: HeroPress Turns Ten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=175202\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wptavern.com/heropress-turns-ten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2520:\"<p><a href=\"https://heropress.com/\">HeroPress</a>, launched by Topher DeRosia, has <a href=\"https://heropress.com/ten-years-of-heropress/\">turned ten</a>. Born from the idea of amplifying the voices of those who have overcome significant challenges, HeroPress has spent the last decade celebrating the diverse and inspiring journeys of people who have found strength, opportunity, and success through their connection with WordPress.</p>\n\n\n\n<p>At its core, HeroPress is about storytelling. It showcases the personal and professional journeys of individuals from all walks of life, connected by their use of WordPress.</p>\n\n\n\n<p>Back in 2015, HeroPress had hit a snag following failure to<a href=\"https://wptavern.com/heropress-fails-to-attract-backers-cancels-kickstarter-campaign-ahead-of-deadline\"> attract backers</a> but this didn&#8217;t stop Topher. So rather than releasing videos with translations as originally planned, he opted for text-based essays, which are easier and more cost-effective to create, translate, and download over low bandwidth.</p>\n\n\n\n<p><a href=\"https://heropress.com/essays/finding-your-place/\">Andrey “Rarst” Savchenko</a> wrote the first essay for HeroPress, and over time, it has become a beacon of hope for those seeking inspiration.</p>\n\n\n\n<a href=\"https://x.com/hellofromTonya/status/1844835198283743394\"><img width=\"2412\" height=\"1064\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-34.png\" alt=\"\" class=\"wp-image-175222\" /></a>\n\n\n\n<p>The global reach of HeroPress is reflected in the incredible diversity of its contributors: 278 essays have been published in 29 languages from 66 countries, featuring 136 women, 134 men, and 3 non-binary individuals.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>HeroPress has been a blessing in my life for ten years now. It has been a deep deep privilege to share the stories of WordPress with the world.&nbsp;</p>\n\n\n\n<p>Topher DeRosia</p>\n</blockquote>\n\n\n\n<p>As HeroPress turns 10, it’s also looking for <a href=\"https://heropress.com/donate/\">financial support</a>. “HeroPress isn’t just a website — it’s a platform that brings hope and connection to the global WordPress community. Your financial support ensures that we can keep sharing these stories, helping to inspire more people through the power of WordPress,” said Topher DeRosia.</p>\n\n\n\n<p>You can also <a href=\"https://heropress.com/contribute/\">share your WordPress story </a>with HeroPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Oct 2024 03:55:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.7 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8279:\"<p id=\"block-3cf2f536-f167-464f-a4ba-07f45105e476\">WordPress 6.7 Beta 3 is now ready for testing!</p>\n\n\n\n<p id=\"block-b65e3bf0-0494-4039-a701-f21e505600ad\"><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 3 on a test server and site.</p>\n\n\n\n<p id=\"block-e904322b-c488-4166-8312-0b769067b943\">You can test WordPress 6.7 Beta 3 in four ways:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.7-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.7-beta3</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=11b364fbffbab28d9127be91ee2d48f6645a6509%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.7 Beta 3 WordPress Playground instance</a> to test the software directly in your browser without the need for a separate site or setup.&nbsp;</td></tr></tbody></table>\n\n\n\n<p id=\"block-93b754f0-e211-47b7-ac89-349d85c2f02f\">The current target date for the final release of WordPress 6.7 is <strong>November 12, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-7/\">6.7 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-7/\">6.7-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p id=\"block-7b5d791d-225a-4623-83ee-19a586c7094b\"><strong>Catch up on what&#8217;s new in WordPress 6.7</strong>: Read the <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-2/\">Beta 2</a> announcements for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-f1abd396-a019-4c9a-bcb8-9ac381a61ca1\">How to test this release</h2>\n\n\n\n<p id=\"block-92dfcab6-d2a8-4753-84ce-8ef7b6dd1e90\">Your help testing the WordPress 6.7 Beta 3 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">This detailed guide</a> will walk you through testing features in WordPress 6.7.</p>\n\n\n\n<p id=\"block-6519fad7-59ea-45f1-9b8f-ca14c09c865d\">If you encounter an issue, please report it to the Alpha/Beta area of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p id=\"block-4bd66b13-6784-4a4f-bb7a-b4dab8e5fc12\">Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-67b6a6c7-a95e-4b27-8946-a66d15105cb7\">Vulnerability bounty doubles during Beta/RC</h2>\n\n\n\n<p id=\"block-16175da3-84c9-45d0-b735-08a9d4453a14\">Between Beta 1, released on October 1, 2024, and the final Release Candidate (RC) scheduled for November 5, 2024, the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-14306771-b240-4e15-948f-7504757bbb61\">Beta 3 updates and highlights</h2>\n\n\n\n<p id=\"block-93917d31-4478-45b5-b71c-1c8a1f49cc65\">WordPress 6.7 Beta 3 contains more than 26 Editor updates and fixes since the Beta 2 release, including 18 tickets for WordPress core.</p>\n\n\n\n<p id=\"block-ffdc1220-c2f5-4c23-982b-60c366c629d1\">Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 3 using these links:</p>\n\n\n\n<ul id=\"block-3fcf78c7-bebc-42e1-96f6-8b605ea23aae\" class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.7?since=2024-10-09&until=2024-10-14\">GitHub commits for 6.7</a> since October 9, 2024</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F09%2F2024..10%2F14%2F2024&milestone=6.7&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since October 9, 2024</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-c414b25e-802f-4f29-a31c-9e13394a4947\">A Beta 3 haiku</h2>\n\n\n\n<p id=\"block-a0f155a2-19b3-4645-a516-c7ae56541e5f\">Code in motion hums,<br />New features bloom, bugs retreat,<br />6.7 calls.</p>\n\n\n\n<p id=\"block-014ab749-322b-44bd-bf4f-bf5817d90bfd\"><em>Props to <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a> and </em><a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a><em> for proofreading and review, and haiku from&nbsp;<a href=\"https://wordpress.slack.com/team/U030RHV73\" target=\"_blank\" rel=\"noreferrer noopener\">@colorful-tones</a></em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Oct 2024 00:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordCamp Central: Beyond the Savannah: Join Us at WordCamp Nairobi 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=8222797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://central.wordcamp.org/news/2024/10/beyond-the-savannah-join-us-at-wordcamp-nairobi-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8394:\"<h1 class=\"wp-block-heading\">Introduction</h1>\n\n\n\n<p>Kenya, a land of breathtaking contrasts, is renowned for its abundant wildlife, vibrant cultures, and welcoming smiles. In the heart of this diverse landscape lies Nairobi City, famously known as the Silicon Savannah—home to one of Africa’s most dynamic and engaging WordPress communities. In the midst of all this, WordCamp Nairobi 2024 will be held, marking the 8th annual gathering of WordPress enthusiasts, developers, and innovators in Kenya.</p>\n\n\n\n<p>This November, the Kenyan WordPress community invites you to join us in ‘The City Under the Sun’ as we come together for two days of learning, collaboration, and connection. WordCamp Nairobi 2024 promises to be a celebration of creativity, innovation, and the limitless possibilities of WordPress in Africa and beyond.</p>\n\n\n\n<h1 class=\"wp-block-heading\">The 2024 Theme:</h1>\n\n\n\n<a href=\"https://central.wordcamp.org/files/2024/10/Blog-Image-3.jpg\"><img width=\"1024\" height=\"640\" tabindex=\"0\" src=\"https://central.wordcamp.org/files/2024/10/Blog-Image-3-1024x640.jpg\" alt=\"\" class=\"wp-image-8223263\" /></a>\n\n\n\n<p><strong><em>&#8216;Beyond the Savannah: Connecting the Kenyan WordPress Community to the World&#8217;</em></strong></p>\n\n\n\n<p>Our theme this year, “Beyond the Savannah”, symbolizes our commitment to expanding horizons and exploring WordPress&#8217;s limitless possibilities. We aim to bridge the gap between the Kenyan WordPress community and the international stage, fostering collaboration, knowledge sharing, and growth.</p>\n\n\n\n<p>Just as the Kenyan savanna is a vast and diverse landscape, so too is the world of WordPress. Our theme encourages us to venture beyond our comfort zones and discover new opportunities for growth and innovation.</p>\n\n\n\n<h1 class=\"wp-block-heading\">When Will it Happen and Where?</h1>\n\n\n\n<p>WordCamp Nairobi 2024 will take place on <strong>November 1st and 2nd, 2024</strong> at the <strong>Daystar University, Nairobi Campus Towers</strong>, located in the heart of Nairobi. This venue offers modern facilities and stunning views of the city skyline, providing an inspiring backdrop for two days of learning and networking.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f3db.png\" alt=\"🏛\" class=\"wp-smiley\" /> Exciting News! WordCamp Nairobi 2024 will be at Daystar University, Nairobi Campus! This innovative venue is perfect for networking and learning.<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/23f3.png\" alt=\"⏳\" class=\"wp-smiley\" /> Don’t wait! Limited tickets available—secure yours now! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> <a href=\"https://t.co/uCHLG4QqdB\">https://t.co/uCHLG4QqdB</a><a href=\"https://twitter.com/hashtag/WCNBO24?src=hash&ref_src=twsrc%5Etfw\">#WCNBO24</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a>  <a href=\"https://twitter.com/hashtag/DaystarUniversity?src=hash&ref_src=twsrc%5Etfw\">#DaystarUniversity</a> <a href=\"https://t.co/ZxGgTcCagg\">pic.twitter.com/ZxGgTcCagg</a></p>&mdash; WordPress Kenya (@WordPress_Kenya) <a href=\"https://twitter.com/WordPress_Kenya/status/1844730970311631037?ref_src=twsrc%5Etfw\">October 11, 2024</a></blockquote>\n</div>\n\n\n\n<h1 class=\"wp-block-heading\">What to Expect: Speakers and Sessions</h1>\n\n\n\n<p>WordCamp Nairobi 2024 will feature a diverse lineup of local and international speakers, each bringing unique insights and expertise to the event. From experienced developers to creative designers, content creators, and entrepreneurs, our speakers will cover a wide range of topics relevant to the WordPress community.</p>\n\n\n\n<p>You can expect sessions on beginner workshops, advanced development, design and UX talks, business and marketing strategies, case studies, and much more.</p>\n\n\n\n<h1 class=\"wp-block-heading\">Sponsorship Opportunities</h1>\n\n\n\n<p>WordCamp Nairobi 2024 is made possible thanks to the generous support of sponsors. We offer a range of sponsorship opportunities that allow your brand to be part of the event while supporting the local WordPress community. <strong><a href=\"https://nairobi.wordcamp.org/2024/sponsors/call-for-sponsors/\">Become a sponsor today</a></strong> and help us make this event accessible to everyone.</p>\n\n\n\n<h1 class=\"wp-block-heading\">Nairobi Vibes and Accommodation</h1>\n\n\n\n<p>Nairobi, often called the “Green City in the Sun,” is a vibrant fusion of cultures, energy, and modernity. From its rich cultural heritage and diverse people to local cuisines, buzzing nightlife, dynamic art and music scenes, lush nature parks, and bustling shopping hubs, Nairobi offers a unique blend of experiences. As a hub of <strong>tech and innovation</strong>, and with its pleasant year-round weather, Nairobi has something for everyone.</p>\n\n\n\n<p>If you&#8217;re traveling from outside Nairobi, there are several accommodation options near the venue, ranging from budget-friendly hotels to more luxurious stays. We recommend booking early to secure the best rates and proximity to Daystar University. <a href=\"https://nairobi.wordcamp.org/2024/travel/accomodation/\"><strong>Click here for detailed accommodation information</strong></a></p>\n\n\n\n<h1 class=\"wp-block-heading\">Tickets</h1>\n\n\n\n<p>Tickets for WordCamp Nairobi 2024 are now available! We offer <strong>General Admission</strong>, <strong>Microsponsor Support, </strong>and<strong> Student Admission</strong> tickets, ensuring that there’s a suitable option for everyone. All tickets include 2-day access to sessions, workshops, food, drinks, swag, and more. <strong><a href=\"https://nairobi.wordcamp.org/2024/tickets/\">Get your tickets now</a></strong> and join us for an unforgettable experience!</p>\n\n\n\n<h1 class=\"wp-block-heading\">Join Us at WordCamp Nairobi 2024!</h1>\n\n\n\n<p>WordCamp Nairobi 2024 is shaping up to be an unforgettable event filled with learning, collaboration, and exciting opportunities to connect with the WordPress community. Whether you&#8217;re new to WordPress or a seasoned professional, there’s something for everyone. From insightful sessions to hands-on workshops, networking with peers, and celebrating the unique energy of Nairobi, this event promises to be a highlight of the year.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">WordPress lovers, it\'s time! Grab your tickets for <a href=\"https://twitter.com/hashtag/WordCampNairobi2024?src=hash&ref_src=twsrc%5Etfw\">#WordCampNairobi2024</a> NOW! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Don’t miss out on this incredible opportunity!<br />Click to book <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /><a href=\"https://t.co/O3tFfLDcU2\">https://t.co/O3tFfLDcU2</a><a href=\"https://twitter.com/hashtag/WNBO24?src=hash&ref_src=twsrc%5Etfw\">#WNBO24</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/TechEvents?src=hash&ref_src=twsrc%5Etfw\">#TechEvents</a> <a href=\"https://twitter.com/hashtag/NairobiTech?src=hash&ref_src=twsrc%5Etfw\">#NairobiTech</a> <a href=\"https://twitter.com/hashtag/WebDevelopment?src=hash&ref_src=twsrc%5Etfw\">#WebDevelopment</a> <a href=\"https://t.co/GsE5aQFHvl\">pic.twitter.com/GsE5aQFHvl</a></p>&mdash; WordPress Kenya (@WordPress_Kenya) <a href=\"https://twitter.com/WordPress_Kenya/status/1835704120864276554?ref_src=twsrc%5Etfw\">September 16, 2024</a></blockquote>\n</div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contact Us: nairobi@wordcamp.org</li>\n\n\n\n<li>Our Website: <a href=\"https://nairobi.wordcamp.org/2024/\">https://nairobi.wordcamp.org/2024/</a></li>\n\n\n\n<li>Tickets Info: <a href=\"https://nairobi.wordcamp.org/2024/tickets/\">https://nairobi.wordcamp.org/2024/tickets/</a>&nbsp;</li>\n\n\n\n<li>Sponsorship Opportunities: <a href=\"https://nairobi.wordcamp.org/2024/sponsors/call-for-sponsors/\">https://nairobi.wordcamp.org/2024/sponsors/call-for-sponsors/</a>&nbsp;</li>\n\n\n\n<li>Join the Talks: #WCN24 #WordCampNairobi #WordPressKenya</li>\n</ul>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Oct 2024 19:08:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeremy Kabaya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Do The Woo Community: Team Members Video, During a Call, Off or On?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=86083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/blog/team-members-video-during-a-call-off-or-on/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7945:\"<p>As an agency or a service, you are on Zoom, Google Meets, etc. having those calls with your team. Small and large.</p>\n\n\n\n<p>The question is. </p>\n\n\n\n<p>Should there be a rule for video on or off?</p>\n\n\n\n<p>There were a couple of things that prompted this thought with me. One was a podcast episode from <strong>Woo AgencyChat</strong> and another from a post our host Katie Keith shared on X.</p>\n\n\n\n<img width=\"1024\" height=\"526\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/10/2024-10-13-1.32.45%E2%80%AFPM.png?resize=1024%2C526&ssl=1\" alt=\"\" class=\"wp-image-86086\" />\n\n\n\n<p><a href=\"https://x.com/KatieKeithBarn2/status/1844018227736625500\">You can see all the replies and the conversation here. </a></p>\n\n\n\n<p>Here is a summary of those responses.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Mixed rules depending on context:</strong> Some companies have expectations for cameras to be on during scheduled meetings but allow flexibility for unscheduled or informal calls. For example, some prefer cameras on for important discussions, but may allow them off in situations like unscheduled meetings or when someone is not prepared.</li>\n\n\n\n<li><strong>Cultural expectations:</strong> Many teams don&#8217;t have strict rules but generally encourage cameras to be on. Some teams naturally default to cameras on because it&#8217;s become part of the company culture, while others leave it to individual preference.</li>\n\n\n\n<li><strong>Flexibility is key:</strong> Several respondents suggest a &#8220;soft rule&#8221; where cameras are encouraged but exceptions are understood (e.g., someone is unwell, internet issues, or self-consciousness). Some also suggested having cameras on at the start to ensure attention but allowing them off later.</li>\n\n\n\n<li><strong>Cameras for communication:</strong> Many argue that having the camera on improves communication, trust, and engagement by allowing facial cues to be seen, though some disagree and suggest that it’s not always necessary for effective communication.</li>\n\n\n\n<li><strong>Empathy and personal boundaries:</strong> Some responses highlight the importance of understanding personal preferences and comfort levels. Leaders are advised to meet people where they are and not force cameras on, which could create pressure or anxiety.</li>\n\n\n\n<li><strong>Job context matters:</strong> For specific situations like interviews or client-facing calls, many agree that cameras should be on. However, for internal team meetings, it&#8217;s seen as less critical unless it helps foster better engagement.</li>\n\n\n\n<li><strong>Respect and engagement:</strong> There’s a sentiment that having the camera on is a way of showing respect to the team and being fully present in meetings, as it helps with connection and understanding.</li>\n\n\n\n<li><strong>Other considerations:</strong> Some suggested improving audio quality or offering a compromise like sharing a headshot if the camera is off. Others mentioned that if cameras are optional, it can create misunderstandings, and there should be clarity on expectations.</li>\n</ol>\n\n\n\n<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-5 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-f0a1ab971f9dce87252b162a11a595d4\">Thanks to our sponsor&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-1 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained\">\n<img width=\"600\" height=\"600\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2022/10/GoDaddy-square.png?resize=600%2C600&ssl=1\" alt=\"GoDaddy\" class=\"wp-image-75131\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-2\"> <strong><a href=\"https://godaddy.com\">GoDaddy</a></strong>: Build your clients sites using the flexibility of a <strong>Managed WooCommerce Store from GoDaddy</strong>. If you clients are looking to expand their store, you can deliver them a fully-customized WooCommerce site.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">And then there are cases like this. </h3>\n\n\n\n<p>He had&nbsp;<strong>Joe Riviello, founder of Zen Agency</strong> on Woo AgencyChat. He is also a cardiovascular perfusionist while running his agency.</p>\n\n\n\n<p>Joe talked about a very interesting situation around the case of, video off or on.</p>\n\n\n\n<p>&#8220;The majority of my staff, our leadership, is very experienced. I try to vet everyone who comes through the door, all of our staff, and I try to hire people who have many years of experience&#8230;. About two weeks ago, we hired a gentleman—I won’t say any names—who was really an experienced SEO. He wasn’t really in the whole e-commerce realm but was an experienced SEO. That’s a portion that we’re really trying to build out in our agency. We see good opportunities there, especially utilizing AI in that space. </p>\n\n\n\n<p>So anyway, we hired this guy. I vetted him, I hired him, and he started last week. Everything seemed to be going great. I was on vacation last week, so I didn’t really get any face-to-face time with him, but this week I did. I had face-to-face time with him yesterday, along with the rest of my marketing team. We had a group meeting, and his face wasn’t on the Google Meet, though it normally was when I was interviewing him and discussing the role. Anyway, I could tell something was not right; I could just tell. As we were in the meeting, I went into my G Suite, and I looked up his IP address and saw an IP address from the Philippines.</p>\n\n\n\n<p>So that raised a red flag. I asked him to show his face, and he wouldn’t show his face. He said he had to restart his computer. So I said, “Well, you know what? Instead of showing your face, just tell me your birthday,” because I knew his birthday from a background check that we ran on him. He couldn’t say his birthday. He just dropped off. </p>\n\n\n\n<p>So immediately at that moment, I picked up my phone and called this guy, and he answered the phone while he was in the meeting with me. “Hey Joe, how’s it going?” So I knew something was up, and I would not stop, man. I just kept grinding, trying to get it out of him. It turns out he was working a couple of different jobs in the same role, but who knows if it was even him doing the work or not. </p>\n\n\n\n<p>I know one of his previous employers— it definitely was not him doing the work because I phoned them, and now apparently he no longer has a job there either.&#8221; So again, I’m not going to mention any names, but that was an interesting day yesterday and part of my morning today.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">A unique case but&#8230;</h3>\n\n\n\n<p>Now I admit this is not typical, and also this was a recent hire. But still, one can have definitive ideas of video camera etiquette, and you still need to be prepared for those unusual moments. Also, a great lesson learning in hiring remotely.</p>\n\n\n\n<p>You can read the transcript or listen to the full episode, <strong><a href=\"https://dothewoo.io/balancing-careers-and-agency-evolution-with-joe-riviello/\">Balancing Careers and Agency Evolution with Joe Riviello</a></strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Oct 2024 11:52:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: State of Enterprise WordPress 2024 Survey is Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=175111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/state-of-enterprise-wordpress-2024-survey-is-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2103:\"<p>The 2024 <a href=\"https://soewp.com/\">State of Enterprise WordPress Survey</a> is now open. This marks the second year Big Bite, a UK-based enterprise WordPress agency, is conducting this survey.</p>\n\n\n\n<p>Last year, over 100 prominent organizations using WordPress, including Macy’s, New Statesman Media Group, and The Times, participated. The <a href=\"https://soewp.com/2023-report/\">2023 report</a> highlighted how enterprises monetize their websites, with 9 out of 10 respondents planning to continue using WordPress due to high satisfaction. Additionally, nearly three-quarters of the brands surveyed rated the return on investment from their WordPress sites as good or excellent.</p>\n\n\n\n<p>This year’s survey aims to build on these insights by gathering more data on usage patterns, customization trends, budget allocations, and the challenges enterprise brands face with WordPress. The survey takes about 6 minutes to complete and covers topics such as enterprise profiles, WordPress usage and selection, costs, maintenance, and future plans of enterprises.</p>\n\n\n\n<p>Iain McPherson, CEO of Big Bite, commented: “The findings from the 2023 survey paint a very positive picture of enterprise WordPress, with almost three quarters of respondents stating that they’d be very likely to recommend the platform to other large-scale organizations. This signals that we’ll see even more major brands adopting WordPress in the coming months and years, however it’s crucial that we don’t rest on our laurels.&#8221;</p>\n\n\n\n<p>He continued, &#8221; By releasing State of Enterprise WordPress as an annual report, we want to create an ongoing dialogue with as many enterprise users as possible, ensuring that the wider WordPress ecosystem can continue to evolve and meet the needs of large-scale brands.”</p>\n\n\n\n<p>Enterprise organizations using WordPress or those with an enterprise-level solution are invited to <a href=\"https://bigbitesurveys.typeform.com/soewp2024\">take the survey</a> and share their experiences through the end of October. All responses will remain confidential.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Oct 2024 04:35:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: ACF Plugin Forked to ‘Secure Custom Fields’ Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=175027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/acf-plugin-forked-to-secure-custom-fields-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13647:\"<p>Yesterday, WordPress co-founder Matt Mullenweg <a href=\"https://wordpress.org/news/2024/10/secure-custom-fields/\">announced</a> the forking of the Advanced Custom Fields (ACF) plugin into a new plugin called <a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">Secure Custom Fields</a>.</p>\n\n\n\n<p>In the announcement, he stated: “On behalf of the <a href=\"https://wordpress.org/about/security/\">WordPress security team</a>, I am announcing that we are invoking <a href=\"https://github.com/wordpress/wporg-plugin-guidelines/blob/trunk/guideline-18.md\">point 18 of the plugin directory guidelines</a> and are forking Advanced Custom Fields (ACF) into a new plugin, Secure Custom Fields. <strong>SCF has been updated to remove commercial upsells and fix a security problem</strong>.”</p>\n\n\n\n<a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#18-we-reserve-the-right-to-maintain-the-plugin-directory-to-the-best-of-our-ability\"><img width=\"2104\" height=\"1526\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-30.png\" alt=\"Point 18 of Plugin Directory Guidelines \" class=\"wp-image-175066\" /></a>Point 18 of Plugin Directory Guidelines \n\n\n\n<p>The post went on to explain, “<strong>This update is as minimal as possible to fix the security issue. </strong>Going forward, Secure Custom Fields is now a <strong>non-commercial plugin</strong>, and if any developers want to get involved in maintaining and improving it, please get in touch. Similar situations have happened before, but not at this scale. This is a rare and unusual situation brought on by WP Engine’s legal attacks, we do not anticipate this happening for other plugins.”</p>\n\n\n\n<img width=\"2110\" height=\"1448\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-25.png\" alt=\"SCF Plugin Changelog\" class=\"wp-image-175053\" />SCF Plugin Changelog\n\n\n\n<a href=\"https://x.com/WordPress/status/1845180875798884632\"><img width=\"2110\" height=\"798\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-29.png\" alt=\"\" class=\"wp-image-175060\" /></a>\n\n\n\n<p>The ACF plugin is popular among web developers for its capabilities in customizing edit screens and managing custom field data. However, it has become <a href=\"https://wptavern.com/impact-of-wpengines-ban-on-acf-plugin\">embroiled in a dispute between Automattic and WP Engine</a>, its owner. Following <a href=\"https://wptavern.com/wp-engine-banned-from-using-wordpress-org-resources\">WP Engine&#8217;s ban</a>, the ACF team was <a href=\"https://x.com/wp_acf/status/1841843084700598355\">blocked</a> from accessing WordPress dot org on October 03, 2024.</p>\n\n\n\n<p>Next, Automattic tweeted about a vulnerability in the plugin. The tweet was later deleted. In response, the ACF team released <a href=\"https://www.advancedcustomfields.com/blog/acf-6-3-8-security-release/\">ACF 6.3.8</a>, a routine security release stating, “WP Engine remains blocked from accessing our plugins on the .org plugin repository and therefore this update has been shipped to WP Engine’s repository and to the ACF website.”, they said.</p>\n\n\n\n<p>The ACF team also provided a copy of this update to the WordPress.org Security team, which posted it to the plugin repository.</p>\n\n\n\n<p>On October 9, a <a href=\"https://wptavern.com/wordpress-org-login-gets-mandatory-affiliation-checkbox-following-wp-engine-dispute\">mandatory affiliation checkbox</a> was added to the WordPress.org login. Users could access their accounts only after confirming, “I am not affiliated with WP Engine in any way, financially or otherwise.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">WP Engine Reacts</h3>\n\n\n\n<p>WP Engine <a href=\"https://x.com/wp_acf/status/1845169499064107049\">tweeted</a>: “We have been made aware that the Advanced Custom Fields plugin on the WordPress directory has been taken over by WordPress dot org. A plugin under active development has never been unilaterally and forcibly taken away from its creator without consent in the 21 year history of WordPress&#8230; This essential community promise has been violated, and we ask everyone to consider the ethics of such an action, and the new precedent that has been set.”  </p>\n\n\n\n<p>They <a href=\"https://x.com/wp_acf/status/1845247349276148208\">added</a>: “We were saddened and appalled by Matt Mullenweg’s actions this morning appropriating the Advanced Custom Fields plugin that our ACF team has been actively developing for the WordPress community since 2011.”</p>\n\n\n\n<p>In response, WordPress.org <a href=\"https://x.com/WordPress/status/1845179941727690824\">noted</a> that this is not the first occurrence of such an incident: ”This has happened several times before, and in line with the <a href=\"https://github.com/wordpress/wporg-plugin-guidelines/blob/trunk/guideline-18.md\">guidelines you agreed to by being in the directory</a>. Best of luck with your version. We&#8217;re looking forward to making ours amazing for our users, using the best GPL code available.” </p>\n\n\n\n<p>In a <a href=\"https://www.advancedcustomfields.com/blog/acf-plugin-no-longer-available-on-wordpress-org/\">blog post</a> on the ACF website, the team shared, “The change to our published distribution, and under our ‘slug’ which uniquely identifies the ACF plugin and code that our users trust in the WordPress.org plugin repository, is inconsistent with open source values and principles.&nbsp; The change made by Mullenweg is maliciously being used to update millions of existing installations of ACF with code that is unapproved and untrusted by the Advanced Custom Fields team.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Advanced Custom Fields is a sophisticated plugin with over 200,000 lines of code, which we continually develop, enhance, support and invest in to meet the needs of our users across WordPress.  We’ve made 15+ releases over the past two years, since joining WP Engine, and added significant new functionality to the free plugin as well as continually improving performance and our security and testing practices to meet the ‘enterprise grade’ that our users deserve.”</p>\n\n\n\n<p>Iain Poulson</p>\n</blockquote>\n\n\n\n<p>The post concludes, “Mullenweg’s actions are extraordinarily concerning and pose the grave risk of upending and irreparably harming the entire WordPress ecosystem.&nbsp; His attempt to unilaterally take control of this open platform that we and so many other plugin developers and contributors have relied on, in the spirit of sharing plugins for all, provides further evidence of his serious abuse of trust, manifold conflicts of interest, and breach of the promises of openness and integrity in the community.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">Impact of the Fork&nbsp;</h3>\n\n\n\n<p>This development does not affect WP Engine, Flywheel hosting, or ACF PRO customers. Free plugin users can choose to install <a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">Secure Custom Fields from the plugin directory</a> or the ACF 6.3.8 version from <a href=\"https://www.advancedcustomfields.com/blog/installing-and-upgrading-to-the-latest-version-of-acf/\">advancedcustomfields.com</a>. For sites with auto-updates enabled through WordPress.org, the update will automatically transition them from Advanced Custom Fields to Secure Custom Fields.</p>\n\n\n\n<p>The WordPress community is no stranger to forking; for instance, WordPress itself was forked from the b2/cafelog project, and ClassicPress was forked in response to the introduction of Gutenberg. However, the forking of the ACF plugin has sent shockwaves through the community, raising ethical questions about the decision.</p>\n\n\n\n<p>Interestingly, the Securecustomfields.com domain currently redirects to the ACF website, as highlighted by <a href=\"https://x.com/kellie/status/1845232004750770636\">Kellie Peterson</a> on X.</p>\n\n\n\n<p>The community has expressed their support and criticisms about this forking.  The previous reviews of the ACF plugin are still visible under the <a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">Secure Custom Fields</a> plugin. Following the announcement, several members posted both positive and negative reviews about the plugin in the repository while others took to X.</p>\n\n\n\n<a href=\"https://wordpress.org/plugins/advanced-custom-fields/#reviews\"><img width=\"500\" height=\"369\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-20-500x369.png\" alt=\"\" class=\"wp-image-175044\" /></a>SCF Reviews from Plugin Repository\n\n\n\n<p>Colin Stewart <a href=\"https://x.com/cost_dev/status/1845213012954591601\">tweeted</a>: “In light of today&#8217;s news, since I mentioned in my previous post that I&#8217;m a member of the WordPress Security Team before anyone asks me: No, I was not aware.” Justin Sainton also <a href=\"https://x.com/JS_Zao/status/1845245386862268521\">tweeted </a>along the same lines: “I do not love it. (Speaking independently, as a member of the Plugin Review Team)”</p>\n\n\n\n<p>Several people also pointed out that ACF&#8217;s logos are still there in the new plugin, while WP Engine logos are still in the assets folder, while others referred to the post published by the Plugin Review Team <a href=\"https://make.wordpress.org/plugins/2021/02/16/reminder-forked-premium-plugins-are-not-permitted/\">Forked Premium Plugins Are Not Permitted</a>.</p>\n\n\n\n<a href=\"https://x.com/richardhyland/status/1845216757352468777\"><img width=\"2890\" height=\"978\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-21.png\" alt=\"\" class=\"wp-image-175046\" /></a>\n\n\n\n<a href=\"https://x.com/BFTrick/status/1845172736785850698\"><img width=\"2888\" height=\"1028\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-22.png\" alt=\"\" class=\"wp-image-175049\" /></a>\n\n\n\n<a href=\"https://x.com/techandtrading/status/1845467669727736099\"><img width=\"1816\" height=\"586\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-31.png\" alt=\"\" class=\"wp-image-175071\" /></a>\n\n\n\n<a href=\"https://x.com/DanielW_Kiwi/status/1845299674665865524\"><img width=\"2926\" height=\"1082\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-24.png\" alt=\"\" class=\"wp-image-175051\" /></a>\n\n\n\n<a href=\"https://x.com/interesting_op/status/1845187104516489466\"><img width=\"2114\" height=\"770\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-28.png\" alt=\"\" class=\"wp-image-175058\" /></a>\n\n\n\n<p>The creator of Ruby on Rails, David Heinemeier Hansson, published <a href=\"https://world.hey.com/dhh/open-source-royalty-and-mad-kings-a8f79d16\">Open source royalty and mad kings</a>. WP And Legal Stuff published <a href=\"https://wpandlegalstuff.com/the-acfscf-fork-and-legal-risk/\">ACF>SCF ‘fork’ and legal risk</a>. </p>\n\n\n\n<p>Tim Nash, a WordPress security consultant, has published an <a href=\"https://timnash.co.uk/advisory-advanced-custom-fields-changes/\">advisory about the ACF changes</a>, while James Giroux published <a href=\"https://jamesgiroux.ca/acf-gets-a-fork-by-wordpress-org/\">ACF Gets A Fork By WordPress.org</a> where he says “While emotions are high, this move highlights the importance of maintaining the security and integrity of WordPress’s ecosystem. Forking under the GPL is not unprecedented, and this action reinforces the need for WP Engine/Silver Lake to negotiate in good faith.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other Forks</h3>\n\n\n\n<p>In a blog post titled <a href=\"https://wordpress.org/news/2024/10/spoon/\">Forking is Beautiful</a>, Matt mentioned two recent WordPress fork attempts &#8211; <strong>FreeWP &amp; AspirePress</strong>. </p>\n\n\n\n<p>About Vinny Green&#8217;s <a href=\"https://freewp.com/\">FreeWP</a>, Matt said: &#8220;We strongly encourage anyone who disagrees with the direction WordPress is headed in to join up with Vinny and create an amazing fork of WordPress. Viva FreeWP!&#8221;</p>\n\n\n\n<p>In response, Vinny took to <a href=\"https://x.com/vinnysgreen/status/1844488053060141233\">X to clarify</a>: &#8220;I love how I never said I was going to fork the project and only wanted to support those who did. Matt is incredible at only hearing the things he wants to hear. Thanks for the free promotion, I guess. We in the biz called that earned media.&#8221;</p>\n\n\n\n<p>The <a href=\"https://freewp.com/faq/\">FAQ section</a> in the FreeWP website has more details about the project: &#8220;To the best of our knowledge, it is a website that starts with “freewp” and ends with “.com”. Any further details are at the discretion of the individual who manages it.&#8221; </p>\n\n\n\n<p>&#8220;What’s FreeWP then? Besides a more pleasant depiction of the domain? Its burgeoning project that is dedicated to the following mission: Coming soon. And not a fork.&#8221; </p>\n\n\n\n<p>So you guessed its status! But you can sign up now to get updates. </p>\n\n\n\n<p><a href=\"https://aspirepress.org/\">AspirePress</a>, on the other hand, is a loosely collected group of volunteers that offer their support to the WordPress platform and it &#8220;exists to be a community of individuals focused on helping WordPress become the platform we all aspire for it to be.&#8221;</p>\n\n\n\n<p>They are building a <a href=\"https://aspirepress.org/a-vision-for-aspirepress-and-a-community-run-org-mirror/\">mirror of WP .org</a> and <a href=\"https://x.com/AspirePressOrg/status/1845280032228331818\">tweeted</a>: &#8220;In case we have&#8217;t been crystal clear, we <strong>have not</strong> forked WordPress. Rumors to the contrary are exaggerations.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Oct 2024 17:57:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"Gutenberg Times: Gutenberg Changelog #109 – Gutenberg 19.4, Creating a Block Theme, Responsive Navigation Block Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=30411\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-109-a-responsive-navigation-block/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68591:\"<p>In this episode, Birgit Pauli-Haack and Anne Katzeff discuss Gutenberg 19.4, Creating a Block Theme, Responsive Navigation Block Plugin, and more.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-109-a-responsive-navigation-block/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-109-a-responsive-navigation-block/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special guest: Anne Katzeff</h2>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a href=\"https://www.linkedin.com/in/annekatzeff/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-x  wp-block-social-link\"><a href=\"https://x.com/ASKDesign2\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">X</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://profiles.wordpress.org/askdesign/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://www.instagram.com/annekatzeff_askdesign/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.askdesign.biz/blog/2024/01/building-my-first-wordpress-block-theme-part-1/\">Building My First WordPress Block Theme &#8211; part 1</a></li>\n\n\n\n<li><a href=\"https://www.askdesign.biz/blog/2024/02/building-my-first-wordpress-block-theme-part-2-navigation/\">Building My First WordPress Block Theme – part 2: Navigation</a></li>\n\n\n\n<li><a href=\"https://www.askdesign.biz/blog/2024/04/building-my-first-wordpress-block-theme-part-3-header/\">Building My First WordPress Block Theme &#8211; part 3: Header</a></li>\n\n\n\n<li><a href=\"https://www.askdesign.biz/blog/2024/09/building-my-first-wordpress-block-theme-part-4-child-themes/\">Building My First WordPress Block Theme – part 4: Child Themes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-2/\">WordPress 6.7 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">Help Test WordPress 6.7</a></li>\n\n\n\n<li><a href=\"https://www.wpgraphql.com/\">WPGraphQL</a></li>\n\n\n\n<li><a href=\"https://www.wpgraphql.com/2024/10/07/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic\">WPGraphQL Becomes a Canonical Plugin</a></li>\n\n\n\n<li>Developer Hours: <a href=\"https://www.youtube.com/watch?v=6lBIkf3xNDw\">How to Simplify Client Editing in WordPress</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/plugins/getdave-responsive-navigation-block/\">Responsive Navigation Block</a> (Plugin) </li>\n\n\n\n<li>Video: <a href=\"https://www.youtube.com/watch?v=R5kzAaEsDMg\">Responsive MOBILE MENU using the WORDPRESS Navigation block</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=0lKBhwFqAds\">Video: WordPress Mobile Menus Fixed in 3 Minutes!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg 19.4</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/10/09/whats-new-in-gutenberg-15-9-31-may-2/\">What’s new in Gutenberg 19.4? (9 Oct)</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in active development or discussed</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Twenty-Twenty-Five Default Theme</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/twentytwentyfive\">GitHub repo</a></li>\n\n\n\n<li><a href=\"https://2025.wordpress.net\">Demo Site </a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Hello and welcome to our 109th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about Gutenberg 19.4, creating a block theme, Responsive Navigation Block plugin, and more.</p>\n\n\n\n<p>I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time Core contributor for the WordPress Open Source Project sponsored by Automattic.</p>\n\n\n\n<p>Today I&#8217;m delighted to team up with Anne Katzeff once more to spread the joy of WordPress. Anne is a theme developer who has embraced block themes and posts regularly in the Outreach channel with questions that helps others as well. Anne and I, we met in Florida, and we are co-organizers of the local WordPress Meetup. And she became a dear friend. Welcome to the show, Anne. How are you today?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Hi, Birgit. It&#8217;s great to see you. Always enjoy talking with you. I&#8217;m doing well today. Thank you. How about yourself?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>I&#8217;m doing well. I finally got over my cold. I might still sound a little horsey like the last episode, and I apologize for that. I didn&#8217;t know until I listened to how bad it actually was.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Creating a Block Theme<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>Yeah. So Anne, you shared your learning on building your first block theme in a series of blog posts. So let me go right in there. What were your biggest wins looking back in your approach of building themes?</p>\n\n\n\n<p><em>Anne Katzeff</em>: All right, let&#8217;s dive right in. As I was reviewing it, I realized that way back, the seed of it was being invited to be a test case for the Create Block Theme plugin. And a couple of folks on that development team zoomed in with me and watched me live use the plugin my first time using it. So I didn&#8217;t know anything, it was really interesting for all of us because there was this learning curve and they were trying not to interfere and ask questions. So I was a tester and they monitored me, and that experience gave me the confidence to start exploring block theme design. And so I was quickly a fan of the Create Block Theme plugin. The very first clear takeaway for me at that time, it was still part the font embedment was still part of that plugin, and it&#8217;s now been introduced into Core. And I think that&#8217;s part of what the plugin&#8217;s role is is to serve as an exploration platform. And those features that people really find useful are gradually taken into Core and become part of that.</p>\n\n\n\n<p>So that was the first one. And then creating a child theme. So I&#8217;ve always created child themes, I know how to do them in various ways. But to just have that one button to do it was like, &#8220;Oh, yay.&#8221; And then I went through a series of pain points as I was starting to&#8230; I was actually working on a real site and doing all this for the first time with block themes. So I got familiar with Global Settings, and my first pain point was the content and wide measurements. I didn&#8217;t understand that, so I had to play around with that and wrap my brain around it. And then segueing from there into the group layout settings, that was a real pain point for me. It was like, &#8220;What? What are you talking about?&#8221; So all these new concepts. And for me to learn these things, I just play around. I&#8217;m not afraid to make mistakes, so I just try this, try that.</p>\n\n\n\n<p>I got a feeling for how all those things work, found the connection between nested or group blocks and the width characteristics within them. And I realized, God, there&#8217;s so much flexibility in this building of block themes. So then I went on to navigation, another pain point for me. It really was a completely different way of constructing a menu. So that took a lot of exploration, a lot of challenges. And I think I figured it out logistically how to add the pages and posts. That wasn&#8217;t the problem. The problem was more how to style it. So in Global Settings you have your typography, your colors, and your layout. And I saw colors, links, just weren&#8217;t really applying to what was happening in the navigation. So I gradually discovered that you have to go into the template or rather the template part. Let me look at my notes because I had to review all this yesterday like, &#8220;Okay, so how does this work?&#8221;</p>\n\n\n\n<p>Yeah, it&#8217;s styled in the block of a nav pattern, which is my process, and then that&#8217;s placed into a template.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So say that again. Your process is to create a pattern, put the navigation block in there, and then add that pattern to a header.</p>\n\n\n\n<p><em>Anne Katzeff:</em> To a header. Yeah. Right. So in case, because of the synced part of the pattern, we wanted to be able to edit it globally, I think. This is months ago, so I&#8217;m trying to remember what was it that I figured out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So I think that&#8217;s what I did. And I just sort of stumbled, gradually stumbled on to how to style the navigation and the hover. I think there may be a hover now, not positive about this, but at the time I had to use custom CSS.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. For the link, there is now a hover feature in the Global Style. So you could always do it via the theme.json file. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> True. Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haa</em>ck: So you kind of ventured out to create or design the theme right in the Site Editor. And kind of setting up your, first, your color palettes, then your typography, and then the layouts. So that&#8217;s the width that the wide widths kind of thing. And then you try to do the header and the navigation and everything in a child theme. Is that kind of….</p>\n\n\n\n<p><em>Anne Katzeff:</em> You got it. Yeah. So theme.json was a new language for me. I know HTML and CSS, so I didn&#8217;t want to dive into that cold. So I&#8217;m using the full Site Editor as a bridge, and that was also part of my learning curve and my still part of my process is to use the full Site Editor, make all my customiza&#8230; or as many customizations in there that I can along with occasional CSS. See, I come into it with, I&#8217;m a custom CSS girl, but I realized quickly, &#8220;Oh, I don&#8217;t need to do that anymore. There&#8217;s really no need for that style CSS file aside from registering the theme.&#8221; So a little tweak in my process there. And finally, when things are looking good or a certain milestone, I&#8217;ll save the changes to the theme. Now, I had a lot of trepidation about doing this. I couldn&#8217;t breathe the first time I did it because I wasn&#8217;t sure what exactly is going to happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Is my theme going to go away?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Is my theme going to disappear? So I took the leap and did it, and then I exported that theme. And that was a big light bulb for me. Then I realized, &#8220;Oh, if I do that, then I can do version control.&#8221; Because I have control over the theme files. Once you save what&#8217;s done in the full Site Editor, once you save it to the theme, it takes those from the database and puts them into the theme files. That was the key for me. I&#8217;m still doing it that way. That&#8217;s where I&#8217;m at today.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So that&#8217;s where you are today. So did you create new templates for your theme or for that client site?</p>\n\n\n\n<p><em>Anne Katzeff:</em> I probably did. Let me see. Oh yeah, for the blog part, yes, I absolutely did. So I used Twenty Twenty Four as my parent theme, and it comes packaged with certain patterns and options for the blog.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Okay, yeah. And then now I understand it. So the child theme you took from Twenty Twenty-Four.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And then you modified it with the colors and the typography and all the others?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Cool, cool, cool. So the listeners, you can read up about that on Anne Katzeff&#8217;s blog where she has four parts and really goes into the details on how she managed the navigation and the header and why child theme and all that.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. I wasn&#8217;t sure how many parts it would turn into.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right.</p>\n\n\n\n<p><em>Anne Katzeff</em>: So I didn&#8217;t ever say part one of blah, blah, blah, but I think four parts, that&#8217;s it.</p>\n\n\n\n<p>Birgit Pauli-Haack: Yeah, right now, that&#8217;s what I found on your blog. I watched it kind of growing a bit and feeling that. You said that you had to try a lot of trial and error to kind of figure things out. How do you feel about creating your second block theme?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Much better, much more comfortable. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>What would you start first with? What would you start with?</p>\n\n\n\n<p><em>Anne Katzeff</em>: Well, strangely enough, the very first time I did all this, created my first block theme, I actually forgot to create the child theme. So I was moving along in Twenty Twenty Four, making all these modifications, and then I realized, &#8220;Oh, I have to make my child theme.&#8221; So I wasn&#8217;t sure again what will happen if I do that. So I basically started from scratch because I didn&#8217;t want to mess up anything. So now it&#8217;s so crazy, Birgit, because that&#8217;s always the first step for me is to create a child theme. And I know a lot of people just would take the parent theme Twenty Twenty Four, whatever it is they want to modify and run with it. And that&#8217;s a perfectly fine way to do it too. It&#8217;s just that I like to know that my customizations will stick if the Twenty Twenty Four theme is updated. And indeed it has been updated.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Anne Katzeff</em>: What was the question? Oh, was it easier? Yes, definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And what would be your first step that&#8230; From the trial and error, what are the learnings kind of? How would you approach it now, apart from creating the child theme first?</p>\n\n\n\n<p><em>Anne Katzeff</em>: Yeah, I would do pretty much what I&#8217;ve already done the first time. So I&#8217;d go into the child theme is being modified. I&#8217;d go through the full Site Editor and modify my Global Settings, tackle my navigation almost right away probably after my Global Settings with typography, choosing the font and colors. And determining what that inner content width should be because I think the default is 840 maybe, and that&#8217;s a little too narrow for me. Yeah. So I make it a little bit wider. I try to stick with what works and not mess around too much.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So you want your theme to be connected with the Twenty Twenty-Four, so when that gets updated, your theme gets updated too, but you keep the modifications from-</p>\n\n\n\n<p><em>Anne Katzeff:</em> Exactly. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> But the Create Block Theme plugin also gives you two more choices. One is to clone the current theme.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So then you make it a new theme, which is not, it&#8217;s detached from Twenty Twenty-Four. And the other one is that you can start a theme from scratch. It&#8217;s not entirely from scratch, but you get the bare minimum on templates and hardly any presets for that. So you can kind of go into the theme.json or in your Site Editor and start from a white background pretty much.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Yep.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So you don&#8217;t have, I&#8217;m not quite sure what the trigger would be to actually use a child theme with that setting, because if you can clone it, then you get it. But then the updates from Twenty Twenty-Four, you wouldn&#8217;t get.</p>\n\n\n\n<p><em>Anne Katzeff:</em> I think I do it with client work as a good fallback for them, a safety net.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff: </em>If I were designing a theme to submit to the repository, I would probably use the clone feature and not worry so much about any updates because it would be a standalone theme. So that&#8217;s kind of the delineation for me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Okay, cool. Yeah, no, I find that very interesting to talk to theme developers and how they&#8230; So what are the new concepts that you find easier now that you went through both of them? The classic theme, you&#8217;re a long time classic theme developer and now building block themes. What was the shift? Do you need to think a little bit differently with something?&nbsp;</p>\n\n\n\n<p><em>Anne Katzeff:</em> Well, as a user of block themes, that was an easy transition for me. But yet clients still struggle with that. I think they get initially intimidated, and then once I do some tutorials with them, they go, &#8220;Oh, okay, I&#8217;m good.&#8221; But getting into the full Site Editor, there were several new concepts, primarily, like templates, I understood. But template parts and patterns, I wasn&#8217;t quite sure what is the exact difference here. And gradually I came to understand blocks are the place that we begin. We take a bunch of blocks to form patterns perhaps, and then we can reuse those patterns if they&#8217;re synced into the template parts. And the template parts are what form the layouts for the templates. So once I played around with all those different things, I understood the sequence. And they are building blocks, literally. And I also figured out, &#8220;Oh, template parts are actually mini templates.&#8221; They&#8217;re like little guys that could stand on their own maybe at some point in time.</p>\n\n\n\n<p>So it all kind of started to fall into place. I got a nice comment this morning on part three of my blog series, which is about the header. And where I explain that pattern of blocks to patterns to template parts to templates. And the person appreciated the breakdown. I went, &#8220;Oh, I&#8217;m always relieved when people find value in what I say.&#8221; It&#8217;s like, &#8220;Okay, someone&#8217;s listening.&#8221; Someone like me, like Sally Field. So it was validating to get that feedback.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So that was the big concept for me. And then little tweaks in the language with the Create Block Theme plugin. Some of the options at the very beginning are still there now. But I think the language was tweaked or maybe it was just my evolution because perhaps the saving changes to the theme was always there. Was it always there?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. That was a Core feature of the Create Block Theme that you could take everything out of the database into a theme and have it in the files.</p>\n\n\n\n<p><em>Anne Katzeff:</em> And it seems so straightforward now when we&#8217;re talking about it. And I think on some level I got it, but on another level I really didn&#8217;t. And so I was scared. I&#8217;m scared to do that, but then I….</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You braved it.</p>\n\n\n\n<p><em>Anne Katzeff:</em> I did. And it&#8217;s like a miracle.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah, yeah, yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> The Outreach channel is a great place where we can almost talk directly with developers, including the wonderful Create Block Theme plugin team and get answers to our questions. No question seems to be a silly one in that Slack channel, which is nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, so dear listeners, I think we talked about it before with Jessica Lyschik as well, that the Outreach channel is definitely a place where you can meet a few of the developer theme builders and also block builders. And also I know that there are quite a few that hang out there, like Justin Tadlock and Nick Diego, myself and a few others. Yeah. I know that Rich Tabor once in a while kind of looks at some of the questions because it&#8217;s really important to figure out what is not working right or what is not explained right. And to find the difference about it, we need to have a conversation and that&#8217;s the place to have the conversation. So recently I had a conversation, it was not in the channel, but I realized that there is another way to&#8230; In the Site Editor on the right-hand side, when you create a template, you can also click on a design section underneath it, and then you get different ways to form the template.</p>\n\n\n\n<p>And those are actually patterns, template patterns pretty much. So they have a theme, they have a template type, and then you say archive. So when you create a new archive template, you get a suggestion of a series of patterns if they&#8217;re with a theme. Yeah. And that was kind of really something that I had a hard time getting my head around. Where does it all live? And it lives in a pattern directory of a default theme. You will find them in the Twenty Twenty-Four. You also will find them in Twenty Twenty-Five. Yeah. So that&#8217;s another way of offering your theme users multiple ways to skin the cat or to display some of the things that you want to display on an archive page for a category or a single post template. And you have multiple patterns of those. Then you can offer them when they click on a new template or switch them up.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. And then there are all those patterns on WordPress.org that you can just&#8230; If you&#8217;re logged in, it&#8217;s so easy you just copy it, I think, not remembering off the top of my head, but it&#8217;s a wonderful feature.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It would be added to your Canvas. Yeah. I think the new Zoom Out&#8230; Have you tried it with the new Zoom Out view?</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> What do you think about it?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Well, I have notes about that. Let me gather my thoughts here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You have notes about it.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah, I do because I had a lot of reactions to it. One last thought before we segue into that about the patterns. Not only are there some wonderful patterns that can be inspiring, but you can learn so much from their structure on how to do a layout. So there are multipurpose patterns out there. So the Zoom Out separator, I think it begins to address the issue of very cluttered UI, user interface. There&#8217;s a lot packed into the real estate here, and we&#8217;ve had ongoing discussions about it. You&#8217;ve got the left and right sidebars, the admin sidebar, the full Site Editor sidebar. And then if you open up the list view, you&#8217;ve got another sidebar, pop-up modals, dropdown sub-menus. It&#8217;s really hard to find your way and then remember where you are. So I think this feature is making strides, it still needs work.</p>\n\n\n\n<p>So far from what I gather, it looks like just a one-step zoom. I had a thought initially. Wouldn&#8217;t it be cool if it were a magnifying kind of thing?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff:</em> I&#8217;m not sure if we need that, but it would be cool. And it&#8217;s almost currently a toggle on and off.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff:</em> We&#8217;re starting to get a number of view-related options I noticed, because that Zoom thing is tucked between several other icons up on that upper right corner, the display and other things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, the preview.</p>\n\n\n\n<p><em>Anne Katzeff:</em> The preview. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff: </em>And I&#8217;m thinking when you reach a certain threshold of stuff that is related, can&#8217;t we find a way to group them and reduce that clutter?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> These are just some of the thoughts I had.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you&#8217;re right.</p>\n\n\n\n<p><em>Anne Katzeff</em>: But the other thing that happened while I was looking at this and seeing all the work being done, there&#8217;s a great discussion on GitHub as this feature evolves. And to me it was such a wonderful example of WordPress collaborative teamwork.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Some snippets of the conversation are like, &#8220;During the act of dragging, everything else should be inert.&#8221; &#8220;Ah, yes.&#8221; And then another one. &#8220;We can be much better at changing the visual appearance of the Editor, highlighting drop zones, for instance.&#8221; &#8220;Ah.&#8221; It&#8217;s great stuff if you have the time to read through it. It just made me so appreciative of the details the….</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That people think about. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>People are working really hard at this stuff.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff: </em>And it doesn&#8217;t take&#8230; It&#8217;s not a simple fix sometimes, it takes discussion and testing. So you&#8217;ve put the issue out there, there&#8217;s some discussion and then there&#8217;s testing, and then there&#8217;s resolution and tweaking, and it&#8217;s very cool. It made me really happy to be a part of it even as an observer.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, it&#8217;s a great description of how actually things are getting done in Gutenberg and how many people are kind of working on it and discussing it. So the Zoom Out view is right now, I think the biggest advantage is when you&#8217;re working with patterns and you&#8217;re trying to create a page with a subset of patterns. So you have a hero pattern, then you have a services pattern, and then you have a post pattern and you kind of want to assemble one page with all the different patterns. So you actually, and then afterwards&#8230; And that&#8217;s how you use the Zoom Out because it only highlights the sections. So it’s between the patterns. So you&#8217;re not putting a pattern inside another pattern, inside another pattern.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right.</p>\n\n\n\n<p>Birgit Pauli-Haack: Which I have done multiple times. And I said, &#8220;Well, I’ll get myself out of it again.&#8221; So I got a real trouble thing there.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And so for that, it is really good because then you can just&#8230; And there on the left-hand side with a Zoom Out, there are four or five action items that you can do. One is delete a full pattern, which is sometimes really difficult. And then you can move a pattern up and down just if you had it in the wrong place. Yeah. Those are the two things that I can remember for those.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. Reducing the number of distractions.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes, that&#8217;s pretty much kind of a single purpose kind of zoom kind of thing. And when you&#8217;re done with all the patterns, you can zoom in again with clicking on the toggle again. And then manage all the single blocks that you have there now with the pattern. So yeah, changing the images, changing the headlines, changing the text, and you don&#8217;t have to worry about the patterns again. I think that&#8217;s right now the biggest advantage of using Zoom Out. I think it&#8217;s not particularly helpful in any other context right now, but it&#8217;s also, you can&#8217;t select a single block while in Zoom Out. You have to get out of Zoom Out before to do that. So it kind of separates the concerns a little bit and takes care of the overwhelm.&nbsp;</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah, totally.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, there are I think 50 patterns in the Twenty Twenty-Five or so. So it&#8217;s really interesting to kind of move them around and mix and match them. Yeah. So yeah. Any other insights that you want to share with our listeners about your block theme building adventures before we go into our announcements and to the rest of the show?</p>\n\n\n\n<p><em>Anne Katzeff: </em>Ooh, let&#8217;s see. While you were talking about all that, I was thinking about the navigation again. And now we mentioned there&#8217;s a new mobile option on that, which I have yet to explore, but I&#8217;ve been seeing posts about it on Twitter. So get ready, hold onto your hats. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, we are going to talk a little bit later about that. That&#8217;s a new plugin, a plugin to test things out, but we can talk about it now.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions &#8211; Responsive Navigation Block</h3>\n\n\n\n<p>So Dave Smith, who&#8217;s a Core contributor on Gutenberg and has actually worked on a Navigation Block quite a bit before, he&#8217;s now working on the Zoom Out, and he&#8217;s also a release lead for 6.7. He created a standalone plugin where you can have a Responsive Navigation Block. So it comes with two variations, a Navigation Block for desktop and a Navigation Block for mobile. And you can style them differently. So you need to install the plugin and then you can create the different Navigation Blocks for a certain header, what? Yeah, template.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Would it pick up automatically? It picks up the content from the regular navigation, desktop navigation?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, you need to design it. You need to design.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Is it a desktop or is it a mobile kind of thing?</p>\n\n\n\n<p><em>Anne Katzeff</em>: Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And you can rename them as well. Yeah, so Dave did a longer video, 25 minutes. I haven&#8217;t watched it completely, but I will share the link to it in the show notes. I went for Jamie Marsland&#8217;s three-minute piece because it all came out today or yesterday kind of thing, so I didn&#8217;t get a chance to see it all.</p>\n\n\n\n<p><em>Anne Katzeff:</em> It&#8217;s hot off the press.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Hot off the press. Yes. So you install it and then you decide, &#8220;Okay, which one is the desktop? Which one&#8217;s the mobile?&#8221;</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And then you can give the mobile a different background or something like that. And then it picks up on the&#8230; And even when you look at the&#8230; edit the mobile Block, Navigation Block, it actually reduces the Canvas to a mobile size.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, wow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So it&#8217;s also-</p>\n\n\n\n<p><em>Anne Katzeff</em>: You get a preview.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; that part of it. You get a preview of how it is.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So it&#8217;s also using some of the Zoom Out, Zoom In kind methods in the background.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right. Oh, the mind, how it works. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So yeah, it&#8217;s kind of really interesting. Yeah. We share the link in the show notes and then also to the two videos so you can kind of learn more about it dear listeners.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Now you were saying you can rename those menus.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes.</p>\n\n\n\n<p><em>Anne Katzeff:</em> And that just sparked another memory for me because yesterday I think I wanted to rename a pattern and I wasn&#8217;t able to do it. I was like, &#8220;Really? I can&#8217;t rename a pattern.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, was it your own pattern? Or was it a pattern that came from the theme?</p>\n\n\n\n<p><em>Anne Katzeff: </em>Well, it&#8217;s all mine now because it&#8217;s embedded in my child theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right. But when you said, okay&#8230; If it&#8217;s in the theme, you probably are not able to. So you need to duplicate it first to rename it.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Or you go into your files if you have them and rename it there because they don&#8217;t want&#8230; I don&#8217;t think it&#8217;s something that you want to rename the pattern from your theme because when the update comes, it kind of will overwrite stuff again if it&#8217;s the same….</p>\n\n\n\n<p><em>Anne Katzeff:</em> Got you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. So it&#8217;s kind of that one is definitely something to…</p>\n\n\n\n<p><em>Anne Katzeff:</em> Always something to experiment with. Yeah. Okay.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So we have announcements here.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> WordPress 6.7 Beta 2 has come out and is ready for testing. Remember final release is November 12th and it&#8217;s coming closer and closer. Now the WordPress test team also has some great instructions on how you can assist in testing the new versions. It&#8217;s in the Help Test WordPress 6.7 aptly titled post. It&#8217;s a long post, but it has a great table of contents menu where you can kind of pick the feature that you want to test and then you go in and get some nice instructions. First, a little explanation of how it&#8217;s supposed to work, and then some instructions, what you can do with it. I went through the theme testing instructions there. This is actually a great way to explore the new theme.&nbsp;</p>\n\n\n\n<p><em>Anne Katzeff:</em> Absolutely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; some testing instructions. Yeah. So go ahead and start testing your own plugins and themes and everything if they&#8217;re compatible, how they&#8217;re compatible to 6.7. The release candidate is scheduled for October 20th. That&#8217;s also when the Field Guide comes out. So if you are waiting for the developer notes that come with a Field Guide, that&#8217;s the date to look out for. That&#8217;s also where all the developer related APIs have all the explanations in there. So are you looking forward to 6.7?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Anything in particular?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Maybe. I don&#8217;t know off the top of my head. As we go through the enhancements, I&#8217;ll chime in.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. All right. Yeah. So there&#8217;s another development that I wanted to let you know about it. WPGraphQL, it&#8217;s a way to use GraphQL with WordPress Database and it&#8217;s mostly used for headless WordPress developers or by them. Jason Bahl has started working for Automattic and brings his WPGraphQL plugin with him and it&#8217;s going to be a canonical plugin, meaning it&#8217;s going to be a plugin that will be maintained by Core developers. So he&#8217;s back full-time working on the plugin, which he couldn&#8217;t do at WP Engine. So that is a great development out of that. And I remember 2018, or was it even &#8217;17? I think it was in 2018 that Jason Bahl developed or showcased his WPGraphQL plugin at WordCamp US. And that seems so far away again, now it&#8217;s about six years. Yeah. And having developed that since then almost full time, it&#8217;s really very robust. And a lot of enterprise level websites are actually built on top of it.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Ah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Because to integrate WordPress with other data and need to use WordPress for the content management or content creation. But the other website or the website that use that content is also connecting with other data.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, wow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So they needed a front-end on top of it that&#8217;s in JavaScript or any other maybe Next.js or something like that. But the WPGraphQL kind of connects all those pieces. It&#8217;s really cool.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Wow. Sounds cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And there is a new Developer Hours on the schedule and it will change the broadcast method. So if you are a regular attendee of the Developer Hours every two weeks of the month, you had to go to Zoom first and then log in and had to be at Meetup first, then on Zoom first, and then you were able to kind of attend the Developer Hours. Now all these processes are shortened and it will be a live stream on the WordPress channel on YouTube. So you just kind of subscribe to that, it&#8217;s announced there. And I will share of course the link in the show notes. The next Developer Hours is happening on Tuesday, October 15th, and at 15:00 UTC. If my calculations are correct, that&#8217;s 5:00 P.M. Central Europe Time or 11:00 A.M. Eastern Time. And that&#8217;s directly from the YouTube channel. You don&#8217;t have to log in&#8230; You only have to log into YouTube, which you probably have an account for and then you can be participating in the chat.</p>\n\n\n\n<p>So the topic is How to Simplify Client Editing in WordPress. And the description reads like, “Discover the full potential of WordPress Editor and Site Editor in these presentations designed to showcase the many ways you can simplify, curate the ways your clients edit content in WordPress. Will tackle a common challenge, creating a more controlled and user-friendly block editing experience that aligns with brand guidelines, limits user capabilities and prevents accidental changes and more. So you learn practical techniques like lock patterns, enabling content only editing, disabling specific blocks, configuring the theme.json, adjust editor settings and restrict block functionality.&#8221; So it&#8217;s Nick Diego and Jamie Marsland and they will discuss the current limitations and how you contribute to the future of WordPress to better support your clients and non-technical users.&nbsp;</p>\n\n\n\n<p><em>Anne Katzeff:</em> It sounds great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>It&#8217;s a really great topic and these are so many questions that we get when we are on WordCamps or in other places on how can I make this go away? Kind of how can I&#8230;</p>\n\n\n\n<p><em>Anne Katzeff:</em> Ah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, how can I not have them change the color of things? Or something like that. Yeah, so&#8230;</p>\n\n\n\n<p><em>Anne Katzeff: </em>That&#8217;s exactly the branding issue. Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> And fonts.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. It&#8217;s a big change.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Don&#8217;t change the type. I know you like those curly Q fonts, but no one can read them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I know it&#8217;s an existential fear from designers that clients mock up the design that they spend so much time to do.</p>\n\n\n\n<p><em>Anne Katzeff:</em> It&#8217;s real.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s real. Yeah. So join Nick Diego and Jamie Marsland on October 15th, 15:00 UTC. All right. So we talked about the plugin.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 19.4</h3>\n\n\n\n<p>Yeah, we are now to Gutenberg 19.4. And that&#8217;s been released this week and it had 186 PRs from 54 contributors. And of those 54 contributors, six&#8230; Well, let me look at it first. Yeah, six, were new of them, so congratulations for your first contribution to Gutenberg to those new contributors.&nbsp;</p>\n\n\n\n<p>Anne Katzeff: And again, what struck me was the amount of work that goes into it and fixing bugs, cleaning up the UI. There seems to be a lot more attention on that, which makes my heart sing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s the first Beta of 6.7 came out October 1st. And this is the first Gutenberg plugin after that that has a lot of bug fixes in there that will come into 6.7. The enhancements are locked, so those won&#8217;t get into 6.7, but all the bug fixes that or most of them will come into 6.7.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>So let&#8217;s start with the enhancements. So for end users, it&#8217;s probably easier to find the Query Loop Block. First of all, why would you know what that&#8217;s called because it sounds so technical? But it&#8217;s the posts and the post types and the blogs and all that. So all these keywords are now discoverable when you look for that. So what else is in there? Do you want to take turns on it?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, I saw the File Block, allow content only editing. It&#8217;s just there&#8217;s so many little things that users come across. And if you find something that doesn&#8217;t seem right, just let the team know because they clean it up and it looks like that is one of the bugs that&#8217;s been fixed. So that was good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. If it was in content only, you weren&#8217;t able to upload anything or do anything.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. I mean, what? So it&#8217;s a stumbling block that&#8217;s been removed. And the other one with the navigator, they just added a new smoother transition for exiting certain scenarios. So I like that. Instead of this jarring screen change. What else did we see? We talked about the Zooming feature.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Zoom Out, yeah, we already talked about that.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. There are quite a few enhancements for that. There&#8217;s a content only Zoom Out Mode and then there&#8217;s also only Zoom Out on inserters on block selection.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So help me understand this one, Birgit, because I think it&#8217;s meant to ensure that the default block inserters display on hover, even on Zoom Out Mode. So is that what it addressed?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So you have that in Canvas too, that when you hover between blocks that you all of a sudden get a sibling inserter. And that&#8217;s a little bit [inaudible 00:39:27] in the Zoom Out Mode. So it only will show up, let the inserter show when you actually select a block.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Got you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So it&#8217;s not going to hover&#8230; When you hover over Zoom Out, it was showing every time you&#8217;re going from one place to the next, it shows you an inserter, which you probably wouldn&#8217;t need at that moment because you are just hovering.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So now they&#8217;re doing it when you select the block.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. That&#8217;s fine-tuning. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s definitely-</p>\n\n\n\n<p><em>Anne Katzeff:</em> That was great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So the Zoom Out, so what will come to the 6.7 is the Zoom Out Mode for patterns, but they&#8217;re also working on other things on the Zoom Out and for the Zoom Out Mode and kind of figuring out, okay, when can you do what in different scenarios?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And so it&#8217;s definitely an active development. And we&#8217;ll only have a reduced from the plugin to the 6.7. There&#8217;s only a subset of that it will come to 6.7 that they are very confident about. And the other ones, they&#8217;re still kind of trying to figure things out. Yeah. And the data forms, the Data Views. We talked about quite a lot here on the podcast and also on the Weekend Edition. With 19.4, there&#8217;s also the data forms component that&#8217;s part of the Data Views that has now combined field support. So you can have form labels and fields next to each other. So they are in columns or something like that.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Ah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So the component now offers that particular feature for developers who use that for their plugins.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay. Good. And then something about the Edit Mode, they updated the tools menu with the right and slash design order. There was a lot of attention given to that. And to be honest, I&#8217;ve never ever used that feature. It&#8217;s like I don&#8217;t really see the point of it, but&#8230; To me, it just adds to the clutter. I&#8217;m all for clearing out the clutter.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I think it&#8217;s also there for those who are traveling the Canvas via keyboard navigation, so they can get in and out. So the problem there is that you need to navigate either to go from block to block or go into the block. And that&#8217;s where the right end design or the right end design mode kind of changes. Is it either do you edit the block or do you want to select the block kind of? So for someone who is around the Canvas with a keyboard, there&#8217;s a toggle in between. For those who actually see what they&#8217;re doing and use the mouse, it&#8217;s almost seamless. So that&#8217;s why you probably haven&#8217;t used it because you can select the block with a mouse and automatically are in the Edit Mode. But you can also scroll the Canvas and then point with a mouse to get into an Edit Mode. But when you&#8217;re around with a keyboard, you need the different modes to know if you are traveling up and down the Canvas or you&#8217;re going deeper into the block. I don&#8217;t know if I explained this.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay. So it&#8217;s like an accessibility tool?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes, absolutely.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Okay. Got you. Thank you for that explanation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It probably also would get a little bit more prominent for the Zoom Out view because then there&#8217;s a different Edit Mode and a different Select Mode as well. So there&#8217;s similar concepts there that will come with the Zoom Out. But I&#8217;m really excited about the next one, and that is that you now have a command, palette command to add a new page within the Site Editor so you don&#8217;t have to get out and out and out, go to the pages…</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. Thank you. Absolutely. And it&#8217;s so sensible. It&#8217;s like tackling the separation of content and design. It&#8217;s just such a sensible addition. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And there&#8217;s a little quality of life kind of change. For the connected blocks, the color is going to be purple, but now they also have a purple backdrop color. So you can really see, okay, this is&#8230; The color, the purple was nice, but it also was very subtle. So with the background it&#8217;s a little bit more obvious, ah, for the block.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay. Yeah, because I wasn&#8217;t sure if I agreed with that enhancement. My concern was does it pass in accessibility tests?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff: </em>And I would assume it does. That gets grayed out maybe for people with color blindness or issues.</p>\n\n\n\n<p><em>Birgit Pauli-Haac</em>k: Yeah, I&#8217;m not an accessibility specialist, but I am sure they have at least checked the color contrast with it if it&#8217;s a grayed out kind of backdrop there.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So the text is purple, it&#8217;s a darker purple on a lighter purple.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, absolutely. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And it&#8217;s a more of blurry kind of backdrop. So it&#8217;s actually an icon kind of stands out there.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So for the next one, the extensibility new feature is that the pre-save post and the save post filters that were before unstable are now stabilized. And the difference is that if they&#8217;re unstable, you never know what happens. There might be breaking changes if you use them for your plugin development. What they allow you is to add additional things to check before a post is saved. So if you don&#8217;t have an excerpt, you can, as a plugin developer, you could prevent the post to save until an excerpt is added to it or the featured image or something that&#8230; or any other kind of check that they want to do on the publishing thing. And you would use the pre-save post filter and then allow the save post filter as well if you want to save additional things with it.</p>\n\n\n\n<p>So these features were all there before, but they had the unstable something, underscore unstable in front of it. And that means for any developer, &#8220;Okay, if I use this, I&#8217;m on my own.&#8221; There&#8217;s no documentation, there is no guarantee that it&#8217;s backwards compatible and any of that. It can change at any time. When it&#8217;s declared stable, it&#8217;s kind of the promise of backwards compatibility is kind of attached to it. So a lot of plugin developers are really happy about that, I would think.</p>\n\n\n\n<p><em>Anne Katzeff:</em> You&#8217;re so good at explaining things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Oh, really?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yes. Absolutely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Sometimes I think I&#8217;m kind of rambling a bit.</p>\n\n\n\n<p><em>Anne Katzeff:</em> No. Not for me. It works for me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you. The Block Hooks are now supporting asynchronous filters and actions. So if you want to go out and do something with another feature, you can use async methods for your plugin and your blocks that you add to another block. That&#8217;s the Block Hooks, right? Block Hooks are, there&#8217;s a hook where you can say after this paragraph, put a link there or put a hash there for whatever. And then now you can do it with async filters and action. So cool. It&#8217;s an enhancement for the developers that can, so they can use modern stuff like JavaScript.</p>\n\n\n\n<p>All right. So I think we are&#8230; Are we through the post or did&#8230;</p>\n\n\n\n<p><em>Anne Katzeff:</em> I think the enhancements.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> We&#8217;re through enhancements?</p>\n\n\n\n<p><em>Anne Katzeff:</em> I think so.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. There are two things I wanted to point out, I think from the documentation. Yeah. So speaking about Data Views, all the documentation is actually in the storybook site that&#8217;s attached to the Gutenberg repo. And they now added another page there that kind of adds a high level graphical representation of Data Views and data source attraction. Which is really helpful for those who want to use that. It&#8217;s a new API, so documentation, so it&#8217;s a little bit behind, but if you want to explore that, that&#8217;s definitely here for your perusal.</p>\n\n\n\n<p><em>Anne Katzeff:</em> I&#8217;m a big fan of visuals that help us understand concepts, so I like that one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, me too. Me too. Gives you a little map of your clutter brain. I don&#8217;t want to do mine. And there is another item in the documentation section of the Changelog. They added another page for Core concepts at the interactivity API documentation about using TypeScript within the interactivity API model. So that&#8217;s definitely worth a read for those who use the interactivity API or those who want to use them and still trying to figure out the use case, which can be hard. I cannot see that, we will get there.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Code Quality</h3>\n\n\n\n<p>Speaking of stable, the BorderBoxControl component as well as the BorderControl and the BoxControl. These three components are now also promoted to stable. So it&#8217;s safe to use in your custom blocks or if you use them in your plugin settings pages as well. So I&#8217;m glad that there&#8217;s some work there to migrate things that have been around for a while to actually say, okay, make a decision. It&#8217;s stable and we support backwards compatibility for that. It&#8217;s definitely a commitment. I don&#8217;t know, some people have commitment issues but not developers. So that&#8217;s the Changelog from Gutenberg Plugin 19.4.</p>\n\n\n\n<p>Well, thank you so much for going through that with me. I also know just today, the Developer blog has a roundup post every month called What&#8217;s New for Developers, and it comes out today. Today&#8217;s October the 10th, and the 10th is the publishing date. And I will add that to the show notes so you can also not only look at the 19.4, but also what&#8217;s coming from Core into 16.7 and what&#8217;s just new. There&#8217;s a ton of things in there. I reviewed it this morning and I was amazed what all is in there that was in 19.3, was in 19.4 and also comes with 6.7. So it&#8217;s definitely a great place to catch up. So now end the section-</p>\n\n\n\n<p><em>Anne Katzeff:</em> And I&#8217;ve been keeping an eye&#8230; I&#8217;m, sorry, Birgit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Go ahead.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p><em>Anne Katzeff</em>: I&#8217;ve been keeping an eye on the development and design of the next default theme Twenty Twenty Five.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Okay. Yeah.&nbsp;</p>\n\n\n\n<p><em>Anne Katzeff:</em> And initially I thought, &#8220;Oh, I&#8217;ll contribute to this.&#8221; And I just haven&#8217;t had the time, but I&#8217;m keeping an eye on it. I&#8217;m getting really excited about new things that are coming our way when that&#8217;s all ready&#8230; Several months ago there was a call for, I think Carolina may have done this, but someone probably Carolina said, &#8220;What would you like to see in the next default theme?&#8221; And one of the things I mentioned was some more portfolio type of options for artists and designers and folks like me. And sure enough, there&#8217;s a portfolio aspect to it for photo blogs and I would think other applications. There&#8217;s a bunch of stuff happening with grids like the density of grid layouts, the Data View options, patterns. We&#8217;ve got the, like we&#8217;ve been talking about today, the Zoom Out and the drag and drop&#8230; We didn&#8217;t actually mention the drag and drop part of the Zoom out, which-</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, we didn&#8217;t.</p>\n\n\n\n<p><em>Anne Katzeff:</em> &#8230; that was one of the most exciting parts for me. So when you&#8217;re in the Zoom In, you can drag and drop from somewhere-</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>The patterns.</p>\n\n\n\n<p><em>Anne Katzeff:</em> From the patterns, that&#8217;s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> From the patterns. Yes. In this Zoom Out Mode, you can drag and drop them over.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Zoom&#8230; Oh, okay. Yeah, got switched in my head. Another feature that&#8217;s been mentioned elsewhere on the Twitterverse, for example, the uploads for HEIC images, that&#8217;s been enabled or will be enabled. And there are just so many different design tools that they&#8217;re considering, like item colors in a list item, borders for different colors for borders and paragraphs and buttons and things like that. And an integration of a Lightbox similar to the Gallery. Well, maybe I have it twisted in my head there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> The Gallery Block will have a Lightbox aspect to it. And then again, I always want to see, and I would love to see more work in the UI design and Custom Fields area. So we haven&#8217;t really touched on that, but those are things that are of interest to me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So I think they’re doing a fabulous job. Coming your way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Coming your way to the WordPress instance near you with WordPress 6.7. And I wanted to&#8230; That sounded so technical with the HEIC image. Those are images made with an iPhone and you can now upload them to your WordPress site without having to go into your computer, download them to your computer and then go and upload them again. Now you can do this from your phone. And that&#8217;s actually quite interesting. So you can use your WordPress site if you want to, like your Instagram kind of thing, but you have your own space there. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Does it convert those images to JPEG?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yes.</p>\n\n\n\n<p><em>Anne Katzeff:</em> It does. It compresses them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. That&#8217;s actually the feature, because web browsers don&#8217;t support HEIC images, so you need to convert them to what browsers do and to make them there. But on upload it will do all the things, all the magic. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p>Birgit Pauli-Haack: And yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> See I don&#8217;t rely on the native WordPress compression. I do that compression myself before I do an upload and I convert to JPEG, but this is all on desktop. So if you want to go directly from your phone to your site, that&#8217;s a nice feature.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s what a lot of people do that want to share their photos, upload them to the blog. And then of course with the new Twenty Twenty-Five, and thank you for pointing that out, you are now getting a great designs for photo blogs and portfolio things. I really like also, the patterns that they offer for galleries, there are six or seven patterns.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Oh, really? Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, they are in there.</p>\n\n\n\n<p><em>Anne Katzeff: </em>That&#8217;s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And 6.7 comes with a bunch of new design tools. It&#8217;s mainly borders for everybody. Every single block.</p>\n\n\n\n<p><em>Anne Katzeff:</em> That could be a blog title. Borders for all.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Borders for all. Borders for us. Oh no, that was a bookstore.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, right. Right, Borders Bookstore.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So the images got their Lightbox with 6.5, I think.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>There was nothing in there for 6.6. And then now with the 6.7, the gallery, so when you add images to the gallery, there&#8217;s another feature there. There&#8217;s actually, when you upload a bunch of photos in your Canvas, in your next post, it automatically creates a gallery. So that&#8217;s also something. And then when you have an Image Block and you drag and drop another image next to it also automatically creates a Gallery Block, so you have them side by side.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Huh. Okay. So it doesn&#8217;t automatically create a column.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No.</p>\n\n\n\n<p><em>Anne Katzeff:</em> A Column Block. Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And now when you&#8217;re in the gallery, the link feature of the image, and that&#8217;s also for the Image Block, the link feature, it kind of comes out as a drop-down, the link button and it gives you the choice. Do you want to link at it or do you want to have a Lightbox or expand on click because you can&#8217;t have both? There&#8217;s only one click and it&#8217;s either a link to someplace else or you get your Lightbox there.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Makes sense. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That you can set for every image in your gallery. So it&#8217;s now possible.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And then-</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. Wouldn&#8217;t it be curious if some of the gallery images clicked&#8230; When you clicked on them, you&#8217;d get a Lightbox for one and then a link for&#8230; What a mess. You have to choose.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It confuses people. And then when all the pictures have the link to Lightbox, then you also get a gallery slider. Not a slider, but a previous and next for your images. So you can actually watch the gallery in expand mode throughout the images. Yeah. So it&#8217;s really-</p>\n\n\n\n<p><em>Anne Katzeff:</em> Will there be a navigation device? Or you just do it with your keyboard?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> There will be arrows next to each other.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Arrows. Yeah. Mm-hmm. Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I don&#8217;t know if there are bullets, so you know how many are in there. I don&#8217;t recall, but I need to test them.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Maybe you can style them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Well, yes you can-</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. You can probably style them differently.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you need to style them through CSS then. Yeah, you can-</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, I see what you mean. Yeah. Below the Lightbox, the dots underneath.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So you kind of indicate how many of that. So yeah, glad that we talked about 6.7 a little bit. Yeah, the Query Loop definitely has some nice features in there, now it knows the template you are adding it to. And then you can actually&#8230; Ryan Welcher did great work on that to add additional settings into the sidebar for the Query Loop Blocks. So you can change the order and you could do that as well. And then you have drop-downs for categories and all that taxonomy, different kinds of taxonomies by author.&nbsp;</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah, I would really want to play with that. Yeah, because what I was wondering, I think I read somewhere that you can have maybe a grid of six, let&#8217;s say, and then interrupt that pattern with maybe two, and then go back to another grid of six. So I think you can mix them in, which is very exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And so you have three Query Blocks and then each one of them can be a different category or can have a different feature set or something like that. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah. That&#8217;s great. Outstanding.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s what you also see on the&#8230; We talked about Twenty Twenty-Five that you have different kind of blogs. So one is a simple blog, the other one is the photo blog, and the third feature is kind of a news blog. You have multiple posts a day or something like that. You get a magazine view.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Yeah, the categories are perfect for a newspaper or magazine type of content.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Exactly, yeah. And there is one little trick that if you get some&#8230; Because you have multiple Query Blocks, so it goes out and does the query multiple times, that might be a performance hit.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Oh yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> But if you remove, because on that magazine look, you don&#8217;t want that pagination there on the Query Loop. You can take that out of it and then the performance is a little bit better there.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s going to be really interesting. Yeah. All right.</p>\n\n\n\n<p><em>Anne Katzeff:</em> All right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So we&#8217;re coming to the end of the show and if people want to get in contact with you, how would they find you?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, so on Twitter, who am I on Twitter? Let me have a look at myself on Twitter. ASKDesign2 and-</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. With the number 2, right?</p>\n\n\n\n<p><em>Anne Katzeff:</em> With the number 2. And where else? On Instagram am I the same? Probably.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So are you on WordPress Slack?</p>\n\n\n\n<p><em>Anne Katzeff:</em> I am on WordPress Slack. Who am I there? Let&#8217;s see. It&#8217;s funny, you never look at yourself on these things. I am Anne Katzeff on that. Yeah. So those are the two places.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So it&#8217;s K-A-T-Z-E-F, right?</p>\n\n\n\n<p><em>Anne Katzeff:</em> K-A-T-Z-E-F-F as in flower.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. And your website is&#8230;</p>\n\n\n\n<p><em>Anne Katzeff:</em> Askdesign, A-S-KDesign.biz. So when I was first getting my website up and running, askdesign.com was already taken. That domain name was already taken by a plumber. So my brother said, &#8220;What about .biz?&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm.</p>\n\n\n\n<p><em>Anne Katzeff: </em>So that&#8217;s what I did.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s a good domain name, yes. All right, so I will share all the links to Anne as well in the show notes. And thank you very much for taking the time and being here and going through the changeover with me.</p>\n\n\n\n<p><em>Anne Katzeff:</em> My pleasure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; sharing all your blog theme experiences here.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Thanks for the invite.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, absolutely. You might get another one in a couple of months.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So dear listeners, always the show notes will be published on <a href=\"http://gutenbergtimes.com/podcast\">GutenbergTimes.com/podcast</a>. And this is episode 109. And if you have questions or suggestions or news you want us to include, send them to <a href=\"mailto:Changelog@GutenbergTimes.com\">Changelog@GutenbergTimes.com</a>, that&#8217;s <a href=\"mailto:Changelog@GutenbergTimes.com\">Changelog@GutenbergTimes.com</a>, or just ping me on Twitter or on WordPress Slack. That&#8217;s it for now, I&#8217;ll talk to you in two weeks with 19.5 and more about 6.7.</p>\n\n\n\n<p>Thank you so much, Anne, and goodbye.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Thanks so much Birgit.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Oct 2024 09:33:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Everyone’s An Owner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=127874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2024/10/owner-mentality/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4893:\"<p>Last Friday we said goodbye to 159 colleagues as part of our <a href=\"https://ma.tt/2024/10/alignment/\">alignment offer</a>. It was a tough day, there are a lot of close relationships within Automattic, and goodbyes are always hard.</p>\n\n\n\n<p>On Monday, I got to <a href=\"https://www.youtube.com/watch?v=pviYWzu0dzk\">be Oprah for a few minutes</a>. We had scheduled a town hall for leaders around the company to speak to everyone, and our <a href=\"https://woocommerce.com/\">Woo</a> team had ~350 people in person at a meetup in Tulum. I had five minutes to talk, and over the weekend, I had been brainstorming with finance and HR for something nice we could do for everyone who stayed. We couldn&#8217;t give them all a six-month bonus, which would have cost ~$126M, but we did take how much we spent on severance for the 159 people, rounded up a bit, and granted everyone at Automattic 200 shares of A12 stock, so about a $12M bonus for the employees.</p>\n\n\n\n<p>What&#8217;s A12 stock? This is probably the first time you&#8217;re hearing about it, we haven&#8217;t had a chance to talk about this publicly much before.</p>\n\n\n\n<p>Usually, options or common stock in a private company is fairly illiquid, with rare opportunities to sell or lots of restrictions <a href=\"https://www.nytimes.com/2017/03/03/technology/uber-said-to-consider-changes-to-employee-stock-compensation.html\">like what Uber had</a>; it&#8217;s not an efficient or predictable market. Options are &#8220;nice&#8221; because they can defer taxes, but you still have to exercise them, and they can go underwater. Also, as a fully distributed company, we have people in 91 countries, so security and tax laws around options make them not worth it in most places outside of the US.</p>\n\n\n\n<p>When thinking about a stock plan for Automatticians, we thought, our most sophisticated investors have nice protections like a 1x liquidation preference, what if we gave that to employees, too? So to summarize, A12 is a special class of stock available only to buy if you&#8217;re a current Automattician with these characteristics:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>There are twice-a-year windows to buy. You have to hold for 1 year, but then there are quarterly windows to sell, which is very predictable.</li>\n\n\n\n<li>Automattic maintains the internal market, and provides a backstop so you can always sell the shares at what you paid for them or more, like a 1x liquidation preference.</li>\n\n\n\n<li>Current employees can buy, but former employees are eligible for every selling window, there&#8217;s no politics like can happen with tender offers. It&#8217;s reliable and predictable.</li>\n\n\n\n<li>Unlike options, A12 stock never expires. Once you own it, you own it.</li>\n\n\n\n<li>Initially we only allowed $25k/year of A12 to be purchased, but as our business has scaled we now allow up to $1M/yr of A12 stock to be purchased. (Remember, the company has to backstop the purchase price.)</li>\n\n\n\n<li>A12 is just economic rights, it doesn&#8217;t have any voting rights.</li>\n\n\n\n<li>A12 stock can be transferred to a trust.</li>\n\n\n\n<li>The price is set by an external firm, just like our 409a. Because that process discounts us so much for being private, it&#8217;s a pretty good deal compared to what investors would pay for a share.</li>\n\n\n\n<li>We&#8217;ve mostly moved away from options, which really only work for already wealthy, sophisticated hires. We pay very generous base salary (which banks love, makes it easier to get a mortgage) and then people can make a personal decision whether the characteristics of A12 fits with their financial planning alongside index funds, stocks, and bonds.</li>\n</ul>\n\n\n\n<p>We&#8217;ve been running this program since 2016. The main downside risk for A12 holders, which isn&#8217;t that different from common stock, is that we go out of business and can&#8217;t keep our commitments. But that&#8217;s true of any stock investment, and we have a pretty solid track record.</p>\n\n\n\n<p>We want everyone to have an owner mentality, so we&#8217;ve also now started granting 1 share of A12 stock to every new hire.</p>\n\n\n\n<p>Our legal team has their hands full right now with the <a href=\"https://www.cnbc.com/2024/10/05/wordpress-ceo-matt-mullenweg-goes-nuclear-on-silver-lake-wp-engine-.html\">Silver Lake / WP Engine stuff</a>, but we&#8217;d like to open source our docs around this so other companies can offer the same thing easily, I&#8217;ll see if we can make time for that in the next few weeks.</p>\n\n\n\n<p>We also announced something else cool for employees on Monday around our Grand Meetup in 2025, but to know that secret you have to <a href=\"https://automattic.com/work-with-us/\">work with us</a>. We are one of the most open companies, but we can&#8217;t publish everything! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/263a.png\" alt=\"☺\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Oct 2024 23:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: Secure Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17956\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/secure-custom-fields/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2839:\"<p>On behalf of the <a href=\"https://wordpress.org/about/security/\">WordPress security team</a>,  I am announcing that we are invoking <a href=\"https://github.com/wordpress/wporg-plugin-guidelines/blob/trunk/guideline-18.md\">point 18 of the plugin directory guidelines</a> and are forking Advanced Custom Fields (ACF) into a new plugin, Secure Custom Fields. SCF has been updated to remove commercial upsells and fix a security problem.</p>\n\n\n\n<p>On October 3<sup>rd</sup>, the ACF team announced ACF plugin updates will come directly from their website. Sites that followed the ACF team&#8217;s instructions on “How to update ACF” will continue to get updates directly from WP Engine. On October 1<sup>st</sup>, 2024, WP Engine also deployed its own solution for updates and installations for plugins and themes across their customers’ sites in place of <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress.org</a>’s update service.</p>\n\n\n\n<p>Sites that continue to use&nbsp;<a target=\"_blank\" href=\"https://wordpress.org/\" rel=\"noreferrer noopener\">WordPress.org</a>’s update service and have not chosen to switch to ACF updates from WP Engine can click to update to switch to Secure Custom Fields. Where sites have chosen to have plugin auto-updates from&nbsp;<a target=\"_blank\" href=\"https://wordpress.org/\" rel=\"noreferrer noopener\">WordPress.org</a>&nbsp;enabled, this update process will auto-switch them from Advanced Custom Fields to Secure Custom Fields.</p>\n\n\n\n<p>This update is as minimal as possible to fix the security issue. Going forward, Secure Custom Fields is now a non-commercial plugin, and if any developers want to get involved in maintaining and improving it, please get in touch.</p>\n\n\n\n<p>Similar situations have happened before, but not at this scale. This is a rare and unusual situation brought on by WP Engine&#8217;s legal attacks, we do not anticipate this happening for other plugins.</p>\n\n\n\n<p>WP Engine has <a href=\"https://www.advancedcustomfields.com/blog/installing-and-upgrading-to-the-latest-version-of-acf/\">posted instructions for how to use their version of Advanced Custom Fields that uses their own update server</a>, so you have that option, though the WordPress Security Team does not recommend it until they fix the security issues. You can uninstall Advanced Custom Fields and <a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">activate Secure Custom Fields from the plugin directory</a> and be just fine.</p>\n\n\n\n<p>There is separate, but not directly related news that <a href=\"https://www.wpgraphql.com/2024/10/07/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic\">Jason Bahl has left WP Engine to work for Automattic and will be making WPGraphQL a canonical community plugin</a>. We expect others will follow as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Oct 2024 18:26:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Gutenberg Times: Testing WordPress 6.7, Gutenberg 19.4, responsive Navigation Block — Weekend Edition #307\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=30296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/testing-wordpress-6-7-gutenberg-19-4-responsive-navigation-block-weekend-edition-307/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18141:\"<p>Hi there! </p>\n\n\n\n<p>Greetings from WordCamp Karlsruhe! A great new WordCamp in Germany, with talks in German. I am writing this from the Karlsruhe venue. The video team is busy uploading the recordings to WordPress TV and has already published the sessions almost in real time.  <a href=\"https://wordpress.tv/event/wordcamp-karlsruhe-2024/\">When you read this, all talks will be online.</a></p>\n\n\n\n<p>It has been a great way to get grounded after the last two weeks and talk with with long-time friends and make new ones. in the WordPress Community.  Huge Thank you to the organizers, volunteers, speakers, sponsors, and attendees for a wonderful event. </p>\n\n\n\n<p>And now we continue with our usual programming. Enjoy the updates and have a great weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-307/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-307/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-307/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>The <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-2/\">WordPress 6.7 Beta 2</a> ready for testing! The final release is scheduled for November 12, 2024. The WordPress Test team has some instructions on what and how you can assist in testing the new version. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">Help Test WordPress 6.7</a>. </p>\n\n\n\n<a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\"><img width=\"652\" height=\"374\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/10/early-6.7-highlight-grid.png?resize=652%2C374&ssl=1\" alt=\"\" class=\"wp-image-30359\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> continued their series of Core Editor Improvement post with<a href=\"https://make.wordpress.org/core/2024/10/08/core-editor-improvement-new-features-and-flows-for-font-management/\"> New features and flows for Font Management</a>. They highlighted enhanced flows for typography, including better font selection, more intuitive settings, and improved accessibility features. The updates aim to streamline the user experience, making it easier for users to customize text styles and sizes. Overall, these enhancements focus on providing greater control over typography in block-based layouts, aligning with user feedback and needs.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Gutenberg 19.4 is now live. It&#8217;s stoke full of bug fixes from the first two weeks of WordPress 6.7 beta testing. Besides those, release lead <strong>Carlos Bravo</strong> highlighted in his post <a href=\"https://make.wordpress.org/core/2024/10/09/whats-new-in-gutenberg-15-9-31-may-2/\"><strong>What’s new in Gutenberg 19.4? (9 Oct)</strong></a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/10/09/whats-new-in-gutenberg-15-9-31-may-2/#new-write-design-modes\">New Write / Design modes.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/09/whats-new-in-gutenberg-15-9-31-may-2/#public-block-bindings\">Block Bindings Editor APIs are public</a></li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/core/2024/10/09/whats-new-in-gutenberg-15-9-31-may-2/\"><img width=\"652\" height=\"367\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/10/gb-19-4-write-design-2048x1152-1.png?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-30395\" /></a>\n\n\n\n<p><strong>Anne Katzeff</strong>, theme developer from Boston, and I caught up on the Gutenberg Changelog episode 109. Besides covering the Gutenberg 19.4 changelog and other announcements, and we talked through <a href=\"https://www.askdesign.biz/blog/2024/01/building-my-first-wordpress-block-theme-part-1/\">Katzeff&#8217;s experience on building a block theme.</a> As always, the episode will arrive at your favorite podcast app over the weekend. </p>\n\n\n\n<img width=\"652\" height=\"184\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/10/Screenshot-2024-10-12-at-15.51.00.png?resize=652%2C184&ssl=1\" alt=\"\" class=\"wp-image-30397\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-109-a-responsive-navigation-block/\">Gutenberg Changelog #109 – Gutenberg 19.4, Creating a Block Theme, Responsive Navigation Block Plugin</a> with special guest Anne Katzeff</p>\n\n\n\n<img width=\"652\" height=\"184\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/10/Screenshot-2024-10-12-at-15.51.00.png?resize=652%2C184&ssl=1\" alt=\"Gutenberg Changelog with Anne Katzeff and Birgit Pauli-Haack\" class=\"wp-image-30397\" />\n</div></div>\n\n\n\n<p><strong>Joen Asmussen</strong> listed in his <strong><a href=\"https://make.wordpress.org/design/2024/10/07/design-share-65-sep-23-oct-4/\">Design Share #65 (Sep 23-Oct 4)</a> </strong>the various projects the WordPress design team has been working on: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Using Data Views to manage navigation menus</li>\n\n\n\n<li>Exploring different treatments for the Featured image control</li>\n\n\n\n<li>Favorites in Data views</li>\n\n\n\n<li>Reorganizing the block transform menu</li>\n\n\n\n<li>Contextual ordering controls in data views</li>\n\n\n\n<li>ListboxControl component</li>\n\n\n\n<li>Component Audit</li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/design/2024/10/07/design-share-65-sep-23-oct-4/\"><img width=\"652\" height=\"451\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/10/transform.webp?resize=652%2C451&ssl=1\" alt=\"\" class=\"wp-image-30400\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> published <a href=\"https://developer.wordpress.org/news/2024/10/10/whats-new-for-developers-october-2024/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>What’s new for developers? (October 2024)</strong></a>. With WordPress 6.7 just around the corner, stay up-to-date on the latest developer news from the past month, including major updates to WordPress Playground.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Fränk Klein</strong> published a Case Study in <a href=\"https://wpdevelopment.courses/articles/my-peak-challenge-case-study/\"><strong>How <em>My Peak Challenge</em> boosted conversion rates and engagement with a block-based website</strong></a> and share the approach of converting a site to a block-based theme. &#8220;When it came to WordPress, the agency relied on Elementor in the past. However, the poor performance and user experience led PerezCarreno &amp; Coindreau to rethink their approach. And give Full-Site Editing a try.&#8221; he wrote.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Dave Smith</strong>, core-contributor, released a stand-alone plugin, <strong><a href=\"https://wordpress.org/plugins/getdave-responsive-navigation-block/\">Responsive Navigation Block</a>.</strong> It comes with two variations of the Navigation block for desktop and mobile you can style using the styles controls. of the block editor. Via the plugin&#8217;s settings page you and update breakpoint size and unit. <em><a href=\"https://www.youtube.com/watch?v=R5kzAaEsDMg\">Dave also published a video about his new plugin</a>. </em></p>\n\n\n\n<p>On YouTube, <strong>Jamie Marsland </strong>published a little tutorial on how to use this new plugin: <a href=\"https://www.youtube.com/watch?v=0lKBhwFqAds\"><strong>WordPress Mobile Menus Fixed in 3 Minutes!</strong></a></p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On <strong>October 22 at 20:00 UTC</strong>, <strong>Wes Theron</strong> invites you to join him for the online tutorial: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/303497771/?eventOrigin=group_events_list\"><strong>Creating a portfolio site with a block theme and patterns</strong></a>. &#8220;This will show you how to leverage an extensive patterns library to save time and build your site from a solid foundation.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>There are now<strong> <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">993 Block Themes</a></strong><a href=\"https://wordpress.org/themes/tags/full-site-editing/\"> </a>listed in the WordPress Theme Directory. The latest additions are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/themes/podbase/\">Podbase</a> and <a href=\"https://wordpress.org/themes/adonay/\">Adonay</a> by <a href=\"https://github.com/Automattic/themes\">Automattic</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/coach-mentor/\">Coach Mentor</a> by <a href=\"https://superbthemes.com/\">Superb Themes</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/creazione-fse/\">Creazione FSE</a> by <a href=\"https://gracethemes.com/\">Grace Themes</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/photolancer/\">Photolancer</a> by <a href=\"https://cozythemes.com/\">CozyThemes</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/drweb/\">Drweb</a> by <a href=\"https://realtimethemes.com/\">Real Time Themes</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/kids-learning-toys/\">Kids Learning Toys</a> by <a href=\"https://www.ovationthemes.com/\">Ovation Themes</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/alpha-brunch-cafe/\">Alpha Brunch Cafe</a> by <a href=\"https://profiles.wordpress.org/abuturab/\">Abu Turab</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/maxiblocks-go/\">MaxiBlocks Go</a> by <a href=\"https://profiles.wordpress.org/ckp267/\">Christiaan Pieterse</a></li>\n</ul>\n\n\n\n<a href=\"https://wordpress.org/themes/tags/full-site-editing/\"><img width=\"652\" height=\"434\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/10/Screenshot-2024-10-12-at-16.12.11.png?resize=652%2C434&ssl=1\" alt=\"\" class=\"wp-image-30402\" /></a>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p>In  a webinar for Cloudways, I shared <a href=\"https://www.youtube.com/watch?v=DURhjdY6R8U\"><strong>How to use Create-Block scaffolding tool for creating blocks</strong></a> and demo&#8217;s the basic examples of building a copyright block. I followed the example of the Block Editor Handbook: <a href=\"https://developer.wordpress.org/block-editor/getting-started/tutorial/\">Tutorial: Build your first block</a>. The slidedeck also <a href=\"https://docs.google.com/presentation/d/1XCgATXz0bsM5BZ9TsMHAy3uTeQxmfGBaOw3l4Ihzj14/edit#slide=id.g306224f485d_0_125\">provides a ton of resources</a> on block development with articles from the WordPress Developer Blog. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you depend on <a href=\"https://www.wpgraphql.com/\"><strong>WPGraphQL</strong></a> for your headless WordPress instance, rejoice as Jason Bahl has joined Automattic and is <a href=\"https://www.wpgraphql.com/2024/10/07/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic\">back full-time working on it as a canonical plugin for WordPress</a>. </p>\n\n\n\n<p><strong>Jyolsna JE</strong> at WPTavern picked up the story: <a href=\"https://wptavern.com/wpgraphql-to-become-a-canonical-plugin-as-its-creator-joins-automattic\"><strong>WPGraphQL to Become a Canonical Plugin as its Creator Joins Automattic</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <strong>Developer Hours</strong> are now live-streaming on YouTube. On October 15, 2024, at 15:00 UTC you can discuss <a href=\"https://www.youtube.com/live/6lBIkf3xNDw\"><strong>How to Simplify Client Editing in WordPress</strong></a> with Jamie Marsland and Nick Diego. &#8220;You’ll learn practical techniques like using locked patterns, enabling content-only editing, disabling specific blocks, configuring theme.json, adjusting Editor settings, and restricting block functionality. We’ll also discuss the current limitations and how you can contribute to the future of WordPress to better support your clients and non-technical users.&#8221; They wrote in their description. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest live stream, <strong>Ryan Welcher</strong> was <a href=\"https://www.youtube.com/watch?v=NIDS4PFUHBI\"><strong>looking at the Block Bindings API coming in WordPress 6.7</strong></a>, exploring the now public APIs stable editor APIs. A dev note is in the works and will come out with the Fieldguide later this month. For a preview, you can consult the PR <a href=\"https://github.com/WordPress/gutenberg/pull/65713\">Block Bindings: Open the stable editor APIs&nbsp;#65713</a> for some insights, too. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image:</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Oct 2024 09:14:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Gravatar: The Non-Technical Founder’s Guide to Building a Robust Social Network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://blog.gravatar.com/2024/10/11/create-a-social-network/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25215:\"<p>We believe that the days of a few large social networks are over, and the future is many, more niche platforms.</p>\n\n\n\n<p>Users are increasingly concerned about privacy and moderation policies on major social media apps. This shift has sparked interest in newer, more focused social networks that cater to specific interests or communities.</p>\n\n\n\n<p>Creating a social media platform isn&#8217;t just for tech giants anymore. Whether you&#8217;re a seasoned entrepreneur or a visionary with a unique idea, there are various approaches to bringing your social network to life. This guide explores different methods and provides a checklist of essential elements for launching your app.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Laying the Groundwork for Your Social Network</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Defining Your Vision and Unique Selling Proposition (USP)</strong></h3>\n\n\n\n<p>Your vision sets the foundation for your social network. It should address a specific need or gap in the market while aligning with your personal or company values. Here are some examples:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Long-term goal:</strong> &#8220;Create a platform that connects pet owners for playdates and advice sharing.&#8221;</li>\n\n\n\n<li><strong>Potential pivot:</strong> &#8220;Expand from pet owners to include pet service providers like vets and groomers.&#8221;</li>\n\n\n\n<li><strong>Value alignment:</strong> &#8220;Promote responsible pet ownership and animal welfare.&#8221;</li>\n</ul>\n\n\n\n<p>Your USP is what sets your platform apart. It could be a unique feature, target audience, or approach to content. Examples include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Unique feature:</strong> &#8220;AI-powered pet breed identification from photos.&#8221;</li>\n\n\n\n<li><strong>Target audience:</strong> &#8220;Focus on exotic pet owners, an underserved niche.&#8221;</li>\n\n\n\n<li><strong>Content approach:</strong> &#8220;User-generated care guides verified by veterinarians.&#8221;</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Market Research and Competitor Analysis</strong></h3>\n\n\n\n<p>Thorough market research involves both quantitative and qualitative methods:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Quantitative: </strong>Online surveys about pet ownership habits and social media usage.</li>\n\n\n\n<li><strong>Qualitative: </strong>Focus groups with pet owners to understand their needs and frustrations.</li>\n\n\n\n<li><strong>Cultural considerations:</strong> Pet ownership norms in different countries or regions.</li>\n</ul>\n\n\n\n<p>Identify market gaps by exploring current trends. For example, you might find that while there are many general pet forums, there&#8217;s no dedicated platform for aquarium enthusiasts.</p>\n\n\n\n<p>For competitor analysis, examine existing pet-related social networks:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Strengths: </strong>Large user base, extensive pet care articles.</li>\n\n\n\n<li><strong>Weaknesses: </strong>Limited features for local connections and generic content.</li>\n\n\n\n<li><strong>Business model:</strong> Advertising revenue, premium memberships.</li>\n</ul>\n\n\n\n<p>Use a SWOT (Strengths, Weaknesses, Opportunities, and Threats) analysis to compare your idea against competitors:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Strengths: </strong>Niche focus, unique features.</li>\n\n\n\n<li><strong>Weaknesses: </strong>Smaller initial user base, limited resources.</li>\n\n\n\n<li><strong>Opportunities: </strong>Growing pet ownership trends and increasing demand for specialized information.</li>\n\n\n\n<li><strong>Threats: </strong>Potential for larger networks to add similar features.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating User Personas</strong></h3>\n\n\n\n<p>Develop multiple personas representing different user segments. For example:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td colspan=\"2\"><strong>Sarah, 28, first-time dog owner</strong></td></tr><tr><td><strong>Demographics</strong></td><td>Young professional, urban dweller.</td></tr><tr><td><strong>Psychographics</strong></td><td>Seeks advice, values convenience.</td></tr><tr><td><strong>Goals</strong></td><td>Find local dog parks, connect with experienced owners.</td></tr><tr><td><strong>Frustrations</strong></td><td>Overwhelmed by conflicting online advice.</td></tr></tbody></table>\n\n\n\n<p><br />Consider creating an anti-persona to understand who you&#8217;re not targeting and focus your features and marketing efforts on actual pet owners.<br /></p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td colspan=\"2\"><strong>Emma, 60, non-pet owner</strong></td></tr><tr><td><strong>Demographics</strong></td><td>60, retired, small-town resident.</td></tr><tr><td><strong>Psychographics</strong></td><td>Values a low-maintenance, pet-free lifestyle.</td></tr><tr><td><strong>Goals</strong></td><td>Enjoys travel and hobbies, avoids pet responsibilities.</td></tr><tr><td><strong>Frustrations</strong></td><td>Finds pet care burdensome, dislikes animals in public spaces</td></tr></tbody></table>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Outlining Core Features and Functionality</strong></h3>\n\n\n\n<p>Start with must-have features for your Minimum Viable Product (MVP). Use the MoSCoW method to prioritize:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Must have:</strong> User profiles, pet profiles, and friend connections.</li>\n\n\n\n<li><strong>Should have:</strong> Photo sharing, direct messaging.</li>\n\n\n\n<li><strong>Could have: </strong>Event planning for pet meetups.</li>\n\n\n\n<li><strong>Won&#8217;t have (for MVP):</strong> Marketplace for pet products.</li>\n</ul>\n\n\n\n<p>Technical complexity and resource requirements will inevitably have an impact on the features you get started with. For instance, implementing a real-time chat feature might require more resources than a basic messaging system. The good news is that as long as you priortize UX at every stage of your network, it’s fine to roll out more advanced features later!&nbsp;</p>\n\n\n\n<p>Finally, <strong>plan for scalability from the start.</strong> Design your database structure to accommodate future growth, such as adding new pet types or expanding to international markets. Letting your users know what’s coming through a roadmap is a great way to keep them engaged or interested even though your network might be at early stages.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Essential Elements of a Social Media Platform</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>User Authentication and Security</strong></h3>\n\n\n\n<p>You need <a href=\"https://blog.gravatar.com/2024/07/26/user-authentication-methods/\">reliable authentication and security measures</a> to protect user data and build trust. Consider implementing:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Multiple authentication methods:</strong>\n<ul class=\"wp-block-list\">\n<li>Email and password.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"2289\" height=\"1145\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/10/pap_graphic.png\" alt=\"Password Authentication Protocol example\" class=\"wp-image-2277\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Phone number verification.</li>\n\n\n\n<li><a href=\"https://blog.gravatar.com/2024/05/09/single-sign-on-solutions/\">Single sign-on</a> (e.g., Sign in with <a href=\"https://www.google.co.uk/\">Google</a>, <a href=\"https://www.facebook.com/\">Facebook</a>, or <a href=\"https://www.apple.com/\">Apple</a>).</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"1500\" height=\"1500\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/10/signin_iag.png\" alt=\"Single Sign On example\" class=\"wp-image-2279\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Two-Factor Authentication (2FA):</strong>\n<ul class=\"wp-block-list\">\n<li>SMS codes.</li>\n\n\n\n<li>Authenticator apps (like <a href=\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en\">Google Authenticator</a> or <a href=\"https://authy.com/\">Authy</a>).</li>\n\n\n\n<li><a href=\"https://blog.gravatar.com/2024/05/04/authentication-protocols/\">Biometric verification</a> (fingerprint or face recognition).</li>\n</ul>\n</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"371\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/10/biometric-verification.png?w=660\" alt=\"Biometric verification\" class=\"wp-image-2280\" />\n\n\n\n<p>Ensure compliance with data protection regulations like <a href=\"https://gdpr-info.eu/\">GDPR</a> and <a href=\"https://oag.ca.gov/privacy/ccpa\">CCPA</a>. This includes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Clear privacy policies.</li>\n\n\n\n<li>User consent for data collection.</li>\n\n\n\n<li>Options for users to download or delete their data.</li>\n</ul>\n\n\n\n<p>Regularly conduct security audits and penetration testing to identify and address vulnerabilities.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>User Profiles and Account Management</strong></h3>\n\n\n\n<p>Create comprehensive yet <a href=\"https://blog.gravatar.com/2024/06/05/user-profile-page-examples/\">flexible user profiles</a>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Basic information:</strong> Name, username, profile picture.</li>\n\n\n\n<li><strong>Optional fields:</strong> Bio, location, interests.</li>\n\n\n\n<li><strong>Pet-specific info (for a pet-focused network): </strong>Pet types, breeds, ages.</li>\n</ul>\n\n\n\n<p>Offer granular privacy settings:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Control who can see profile information.</li>\n\n\n\n<li>Options to make certain posts public or private.</li>\n</ul>\n\n\n\n<p>Consider implementing verification systems for specific user types, such as certified pet trainers or veterinarians.</p>\n\n\n\n<p><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f4a1.png\" alt=\"💡\" class=\"wp-smiley\" /> If you’re looking for an excellent profile management tool to integrate into your social networking platform, <a href=\"https://gravatar.com/\">Gravatar</a> allows users to create and manage their online identities across multiple platforms, saving development time and ensuring profile consistency.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Content Creation and Sharing</strong></h3>\n\n\n\n<p>Support various content types to keep your platform engaging:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Text posts (with character limits appropriate for your audience).</li>\n\n\n\n<li>Images and photo albums.</li>\n\n\n\n<li>Videos (consider length limits based on your server capacity).</li>\n\n\n\n<li>Links (with preview capabilities).</li>\n\n\n\n<li>Polls or quizzes.</li>\n</ul>\n\n\n\n<p>Implement content moderation tools:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automated filters for inappropriate content.</li>\n\n\n\n<li>User reporting systems.</li>\n\n\n\n<li>Human moderation for complex cases.</li>\n</ul>\n\n\n\n<p>Address copyright issues by implementing <a href=\"https://copyrightalliance.org/education/copyright-law-explained/the-digital-millennium-copyright-act-dmca/dmca-notice-takedown-process/\">DMCA takedown procedures</a> and educating users about copyright laws.</p>\n\n\n\n<p>Optimize for mobile:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Easy photo/video uploads from mobile devices.</li>\n\n\n\n<li>Mobile-friendly content creation interfaces.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Social Interactions</strong></h3>\n\n\n\n<p>Design intuitive features for connecting and interacting:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Friend/follow actions:\n<ul class=\"wp-block-list\">\n<li><em>Add Friend</em> or <em>Follow</em> buttons on profiles.</li>\n\n\n\n<li>Suggestions for new connections based on mutual friends or interests.</li>\n</ul>\n</li>\n\n\n\n<li>Privacy controls:\n<ul class=\"wp-block-list\">\n<li>Blocking and muting options.</li>\n\n\n\n<li>Control over who can send messages or comment on posts.</li>\n</ul>\n</li>\n\n\n\n<li>Engagement features:\n<ul class=\"wp-block-list\">\n<li>Likes, reactions (e.g., love, laugh, support).</li>\n\n\n\n<li><a href=\"https://blog.gravatar.com/2024/07/11/enable-comments-in-wordpress/\">Comments with threading for conversations</a>.</li>\n\n\n\n<li>Sharing options (within the platform and to external sites).</li>\n</ul>\n</li>\n\n\n\n<li>Groups and communities:\n<ul class=\"wp-block-list\">\n<li>Public and private group options.</li>\n\n\n\n<li>Group roles (admin, moderator, member).</li>\n\n\n\n<li>Group-specific content feeds.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>News Feeds and Content Discovery</strong></h3>\n\n\n\n<p>Create an engaging and personalized content experience:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Algorithmic feed:</strong>\n<ul class=\"wp-block-list\">\n<li>Balance between chronological order and relevance.</li>\n\n\n\n<li>Machine learning for personalized recommendations.</li>\n</ul>\n</li>\n\n\n\n<li><strong>Discovery features:</strong>\n<ul class=\"wp-block-list\">\n<li>&#8220;Explore&#8221; or &#8220;Trending&#8221; sections.</li>\n\n\n\n<li>Hashtag systems for content categorization.</li>\n</ul>\n</li>\n\n\n\n<li><strong>Ethical considerations:</strong>\n<ul class=\"wp-block-list\">\n<li>Transparency about how content is ranked.</li>\n\n\n\n<li>Options to see a chronological feed to avoid filter bubbles.</li>\n</ul>\n</li>\n\n\n\n<li><strong>User control:</strong>\n<ul class=\"wp-block-list\">\n<li>Ability to mute certain topics or users.</li>\n\n\n\n<li>&#8220;See less like this&#8221; options for fine-tuning preferences.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Notifications and Alerts</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Types of notifications:</strong>\n<ul class=\"wp-block-list\">\n<li>New friend requests or followers.</li>\n\n\n\n<li>Likes, comments, and mentions.</li>\n\n\n\n<li>Direct messages.</li>\n\n\n\n<li>Group activity updates.</li>\n</ul>\n</li>\n\n\n\n<li><strong>Delivery methods:</strong>\n<ul class=\"wp-block-list\">\n<li>In-app notifications.</li>\n\n\n\n<li>Push notifications for mobile devices.</li>\n\n\n\n<li>Email digests (daily or weekly summaries).</li>\n</ul>\n</li>\n\n\n\n<li><strong>User control:</strong>\n<ul class=\"wp-block-list\">\n<li>Granular settings for each notification type.</li>\n\n\n\n<li><em>Do Not Disturb</em> modes or scheduled quiet times.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Development Approaches: Choosing the Right Path</strong></h2>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>Approach</strong></td><td><strong>Pros</strong></td><td><strong>Cons</strong></td><td><strong>Best For</strong></td><td><strong>Examples</strong></td></tr><tr><td><strong>No-code Solutions</strong></td><td>Rapid prototyping and iteration. Lower initial development costs. Accessible to non-technical founders.</td><td>Limited customization options. Potential performance issues at scale. Dependency on the no-code platform&#8217;s future.</td><td>MVPs, small-scale projects, validation of concepts.</td><td><a href=\"https://wordpress.com/\">WordPress</a> + <a href=\"https://buddypress.org/\">BuddyPress</a><a href=\"https://bubble.io/\">Bubble</a><a href=\"https://www.adalo.com/\">Adalo</a>&nbsp;<a href=\"https://draftbit.com/\">Draftbit</a></td></tr><tr><td><strong>App Templates and White-Label Solutions</strong></td><td>Faster time-to-market with pre-built features. Essential social network functionality included. More cost-effective than full custom development.</td><td>Less unique in terms of features and design. May include unnecessary features. Potential licensing costs and restrictions.</td><td>Entrepreneurs seeking a balance between customization and speed. Niche social networks with standard features.</td><td><a href=\"https://socialengine.com/\">SocialEngine</a><a href=\"https://www.ning.com/\">Ning</a><a href=\"https://wordpress.org/plugins/peepso-core/\">PeepSo</a> (WordPress plugin)</td></tr><tr><td><strong>Custom Development</strong></td><td>Full control over features, design, and UX. Better performance and scalability potential. Ownership of all code and IP.</td><td>Higher initial costs. Longer development time. Requires ongoing maintenance and updates.</td><td>Unique social network concepts. Platforms expecting high growth. Projects with specific technical requirements.</td><td>Facebook (initial version)<a href=\"https://www.linkedin.com/\">LinkedIn</a><a href=\"https://www.tiktok.com/\">TikTok</a></td></tr><tr><td><strong>Hybrid Approaches</strong></td><td>Combines benefits of multiple methods. Allows for gradual scaling and customization. Flexibility in development.</td><td>Can be complex to manage. Requires clear planning and architecture. May lead to technical debt if not managed properly.</td><td>Startups with some technical expertise. Projects with evolving requirements. Platforms needing quick launch with future customization.</td><td>Starting with WordPress + BuddyPress, then adding custom featuresUsing a white-label solution with custom front-end</td></tr></tbody></table>\n\n\n\n<p><br />When choosing your approach, consider your technical expertise, budget, timeline, and long-term goals. For example, if you&#8217;re validating a concept, a no-code solution like Bubble might be ideal. For a unique, scalable platform, custom development could be the best choice.</p>\n\n\n\n<p>Hybrid approaches offer flexibility. You might start with a template and gradually replace components with custom code as you grow. Or use microservices architecture to combine off-the-shelf solutions with custom-built features.</p>\n\n\n\n<p>Remember to leverage APIs and third-party services for non-core functionality. For instance, <a href=\"https://akismet.com/\">Akismet</a> for spam protection or <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">Gravatar’s REST API</a> for user avatars can save development time and improve your platform&#8217;s features.</p>\n\n\n\n<p>Whichever path you choose, focus on creating value for your users and be prepared to adapt your approach as your social network evolves.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Leveraging Gravatar for User Profile Management</strong></h2>\n\n\n\n<img tabindex=\"0\" width=\"1473\" height=\"918\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/10/gravatar-profiles-as-a-service-1.png\" alt=\"Gravatar – Profile as a Service homepage\" class=\"wp-image-2282\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> (Globally Recognized Avatar) is a powerful tool for simplifying user profile management in your social network. This service allows users to create and maintain a single online identity across multiple platforms.</p>\n\n\n\n<p>Key benefits of integrating Gravatar:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://blog.gravatar.com/2024/09/06/onboarding-user-experience/\"><strong>Simplified user onboarding</strong></a><strong>:</strong> Users can instantly import their existing profiles, reducing registration friction.</li>\n\n\n\n<li><strong>Consistent user representation:</strong> Avatars and profile information remain uniform across various platforms.</li>\n\n\n\n<li><strong>Automatic updates: </strong>When users modify their Gravatar profile, changes reflect across all connected platforms.</li>\n\n\n\n<li><strong>Reduced development time:</strong> Eliminates the need to build a complex profile management system from scratch.</li>\n</ol>\n\n\n\n<p>Gravatar&#8217;s universal API integrates easily with various platforms, from <a href=\"https://wordpress.org/\">WordPress</a> sites to custom-coded applications. Popular platforms like <a href=\"https://github.com/\">GitHub</a>, <a href=\"https://slack.com/\">Slack</a>, and <a href=\"https://openai.com/\">OpenAI</a> already use Gravatar, providing a familiar experience for many users.</p>\n\n\n\n<p>Implementation is straightforward:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Sign up for a Gravatar developer account.</li>\n\n\n\n<li>Use the Gravatar API to fetch user profiles based on email addresses.</li>\n\n\n\n<li>Display Gravatar images using a simple URL structure.</li>\n</ul>\n\n\n\n<p>For more details on how to implement Gravatar in your social network, check out the<a href=\"https://docs.gravatar.com/api/profiles/tutorial-user-profile/\"> Gravatar API Documentation</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Ensuring Security and Data Protection</strong></h2>\n\n\n\n<p>Security and data protection are paramount for any social network, so make sure to implement these best practices to safeguard your platform:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use secure authentication methods, including multi-factor authentication.</li>\n\n\n\n<li>Encrypt all data, both in transit and at rest.</li>\n\n\n\n<li>Regularly update and patch your systems to address vulnerabilities.</li>\n\n\n\n<li>Conduct frequent security audits and penetration testing.</li>\n</ul>\n\n\n\n<p>Gravatar is a privacy-forward platform that stores user data securely and allows users to control information sharing, simplifying compliance with global data protection laws with legislation such as the GDPR and CCPA.&nbsp;</p>\n\n\n\n<p>Other compliance measures you should consider are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Implement clear, accessible privacy policies.</li>\n\n\n\n<li>Obtain explicit user consent for data collection and usage.</li>\n\n\n\n<li>Provide options for users to access, download, and delete their data.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Launching and Growing Your Social Network</strong></h2>\n\n\n\n<p>A successful launch involves several important steps:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Beta testing: </strong>Get a small group of users to test your platform before the official launch. Their feedback will be invaluable for making improvements.</li>\n\n\n\n<li><strong>Gather user feedback:</strong> Create channels for users to easily provide feedback. This could be through in-app forms, email surveys, or user interviews.</li>\n\n\n\n<li><strong>Make iterative improvements:</strong> Use the feedback to continuously improve your platform. Be prepared to pivot if necessary.</li>\n</ol>\n\n\n\n<p>For marketing and user acquisition:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Leverage existing social media platforms to create buzz about your new network.</li>\n\n\n\n<li>Use content marketing to showcase the unique features of your platform.</li>\n\n\n\n<li>Form partnerships with influencers or brands that align with your target audience.</li>\n</ul>\n\n\n\n<p>Community management is the best strategy for retaining users and fostering a positive environment. Engage with your users regularly, moderate content effectively, and create opportunities for people to connect with each other.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Measuring Success and Iterating for Improvement</strong></h2>\n\n\n\n<p>Tracking Key Performance Indicators (KPIs) is crucial for measuring your social network&#8217;s success and guiding improvements. Focus on these essential metrics:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>User growth rate: </strong>Track new sign-ups over time.</li>\n\n\n\n<li><strong>Daily and monthly active users (DAU/MAU):</strong> Measure platform engagement.</li>\n\n\n\n<li><strong>Retention rate: </strong>Monitor how many users return regularly.</li>\n\n\n\n<li><strong>Engagement metrics: </strong>Track likes, comments, shares, and time spent on the platform.</li>\n\n\n\n<li><strong>Churn rate:</strong> Measure the percentage of users who stop using your platform.</li>\n</ul>\n\n\n\n<p>Utilize analytics tools like <a href=\"https://marketingplatform.google.com/about/analytics/\">Google Analytics</a>, <a href=\"https://jetpack.com/\">JetPack</a> (for WordPress), <a href=\"https://mixpanel.com/\">Mixpanel</a>, or custom solutions to gather and analyze this data.</p>\n\n\n\n<p>Then, make sure you implement a continuous improvement cycle:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Collect data: </strong>Regularly gather metrics and user feedback.</li>\n\n\n\n<li><strong>Analyze:</strong> Identify trends, issues, and opportunities in the data.</li>\n\n\n\n<li><strong>Hypothesize: </strong>Develop theories about how to improve based on your analysis.</li>\n\n\n\n<li><strong>Test: </strong>Implement changes on a small scale or with A/B testing.</li>\n\n\n\n<li><strong>Evaluate: </strong>Measure the impact of your changes.</li>\n\n\n\n<li><strong>Iterate: </strong>Refine successful changes and roll them out platform-wide.</li>\n</ul>\n\n\n\n<p>Stay updated on industry trends and competitor offerings to inform your improvement efforts. Remember, successful social networks continuously evolve based on user needs and behaviors.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Next Steps: Turn Your Vision into Reality</strong></h2>\n\n\n\n<p>Creating a new social media platform that offers value to users is entirely possible, with various avenues to get it done. The technical hurdles vary depending on your chosen method, but with the right approach, everything can be accomplished.</p>\n\n\n\n<p>Remember, building a social network is a journey of continuous learning and adaptation. Stay curious, be open to feedback, and don&#8217;t be afraid to iterate on your ideas. Your unique perspective as a non-technical founder can be a valuable asset in creating a platform that truly resonates with users.</p>\n\n\n\n<p>Take advantage of tools like the Gravatar API and all the benefits it brings. Explore the <a href=\"https://docs.gravatar.com/\">Gravatar Profile-as-a-Service documentation</a> to see how easy and convenient everything can be!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Oct 2024 14:54:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Do The Woo Community: Do the Woo Joins WooSesh as a Featured Community Partner Again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=86039\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://dothewoo.io/blog/do-the-woo-joins-woosesh-as-a-featured-community-partner-again/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:933:\"<p><a href=\"https://woosesh.com/\">Well, get ready, <strong>WooSesh</strong> is coming October 29th and 30th. </a></p>\n\n\n\n<p>An event we all look forward to every year. And we will once again be their <em>Featured Community Partner</em>.</p>\n\n\n\n<p>For those of you that don&#8217;t know about WooSesh, it&#8217;s <em>the</em> virtual conference for WooCommerce store builders designed to help grow your&nbsp;business. In other words, you, are readers and listeners.</p>\n\n\n\n<p>It&#8217;s free to register and the schedule is amazing. Also, don&#8217;t miss the Do the Woo Recaps both days with our hosts Courtney Robertson, Jonathan Wold, Robbie Adair and Marcus Burnette.</p>\n\n\n\n<p>And make sure you watch for an episode of WordPress Event talk coming next week with founder Brian Richards and BobWP.</p>\n\n\n\n<p>But again, it&#8217;s free. <strong><a href=\"https://woosesh.com/\">So make sure you get your ticket today</a></strong>!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Oct 2024 14:42:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: Forking is Beautiful\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2024/10/spoon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1776:\"<p>The right to fork the software is at the heart of open source. WordPress itself started as a fork of the <a href=\"https://cafelog.com/\">b2/cafelog project</a>. WordPress was one of several forks from b2, which included b2++ (which eventually became WordPress Multisite) and some like <a href=\"https://b2evolution.net/\">b2evolution which still continue today</a>.</p>\n\n\n\n<p>The last decent fork attempt for WordPress was <a href=\"https://www.classicpress.net/\">ClassicPress</a> in 2018, over disagreements about <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> being integrated into core.</p>\n\n\n\n<p>We&#8217;re very proud to announce that <a href=\"https://x.com/vinnysgreen\">Vinny Green</a>, a former WordPress community member, has started his fork, <a href=\"https://freewp.com/the-wait-is-over-freewp-is-here-to-shake-up-the-wordpress-ecosystem/\">FreeWP</a>. We strongly encourage anyone who disagrees with the direction WordPress is headed in to join up with Vinny and create an amazing fork of WordPress. Viva FreeWP!</p>\n\n\n\n<p>If there are other forks of WordPress we should highlight, let us know.</p>\n\n\n\n<p>Updates with other fork efforts:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://aspirepress.org/about-us/\">AspirePress</a> &#8220;AspirePress exits [sic] to be a community of individuals focused on helping WordPress become the platform we all aspire for it to be.&#8221;</li>\n\n\n\n<li><a href=\"https://openpress.ai/\">OpenPress</a> is not a fork, but their name implies they want people to consider it as an alternative to WordPress. They are building on Laravel, using the CC-0 license, and claim to be optimized for AI. <a href=\"https://github.com/OpenPress-ai/wp-openpress-exporter\">Their plugin to export from WordPress is here</a>.</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Oct 2024 21:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordPress.org Login Gets Mandatory Affiliation Checkbox Following WP Engine Dispute\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=174814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/wordpress-org-login-gets-mandatory-affiliation-checkbox-following-wp-engine-dispute\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9191:\"<p>The ongoing WP Engine-Automattic issue shows no signs of being resolved and has, in fact, increased in intensity. The conflict started last month with Matt Mullenweg’s <a href=\"https://wptavern.com/highlights-from-matt-mullenwegs-spiciest-word-camp-presentation-at-wordcamp-us-2024\">spiciest Word Camp presentation</a> at WordCamp US 2024 where he accused WP Engine of being a “cancer to WordPress”.</p>\n\n\n\n<p>Yesterday, users who logged onto the WordPress.org home page were surprised to see two new additions. First, there was a new “<a href=\"https://x.com/wpengine/status/1841633469685723292\">WP Engine has filed a massive lawsuit</a>” session under the password field linking to WP Engine’s X post.</p>\n\n\n\n<a href=\"https://twitter.com/wpengine/status/1841633469685723292\"><img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXfbe72RsbBR6GxSxt6OW0R_0VZ8deFzTzjOuu3D2iZzC3SZgGJW18jtaNPeEtjgAeYplIJSlt2yuMqvojIleLWo6J7Sh2PiGFAsQRKKGcZAf-Ia9Px6tcazAbrWO1bCJe0sq3LSvsbFzDVK-gC1OK_up9lp?key=g1WBxcIO135GVx_YbxJdhw\" alt=\"\" /></a>\n\n\n\n<p>Second, a new mandatory check box. You could access the account only if you confirmed “I am not affiliated with WP Engine in any way, financially or otherwise.” </p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXdgKsQJWVfjcx3Eh3gQIa0nQxc_8_LpDXqEjMO8y_OKSlZnIOyh4GcZoCoM4rgLibiqC2Au_ClMzVfxhlOnEsL61MThuD3h7koKnfmTfpq38bGy4qW-IWdtO4ZNW_RDJcI-rQqL656mX8_2pvrvu6XP-rd9?key=g1WBxcIO135GVx_YbxJdhw\" alt=\"\" />\n\n\n\n<p>While the lawsuit mention was soon removed from the homepage, the checkbox remains.</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXfBqNeDr5XeF4yzp_vHJbemfoqYMN4SoSdOtFd3yLlm-vF3k1ohDgVCLciEbnRez8iJlW4332mG9eR_W2rGJ79wjkwXWP-miTHvCAkm3ZbcefXXPPuqlg4HFfGZmKO2HSLvJJ_bXiPXIJFebYEbDehW-wHb?key=g1WBxcIO135GVx_YbxJdhw\" alt=\"\" />\n\n\n\n<p>WordPress.org later <a href=\"https://x.com/WordPress/status/1843957482231849174\">tweeted</a>: “If you have questions on whether you are affiliated with @wpengine or not, please get in touch with them.”</p>\n\n\n\n<p>Matt shared in Slack that “There have been a ton of sign-ins since the checkbox went live” He also posted this question in <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1728463022015469\">Slack</a>: “What actions should WP Engine do for WordPress.org to remove the new login checkbox.”</p>\n\n\n\n<p>Core-committer <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> asked Matt for <a href=\"https://wordpress.slack.com/archives/C02QB8GMM/p1728463928352389\">more clarification</a> regarding the new checkbox. Matt shared that the checkbox is part of WP Engine’s ban, and the values from it are not stored. Also, WP Engine&#8217;s lawsuit has put everyone who participates in .org in the position of possibly needing legal representation.&nbsp;</p>\n\n\n\n<p>Several community members have reported being blocked from WordPress Slack including <a href=\"https://x.com/JavierCasares/status/1843963052183433331\">Javier Casares</a> (Hosting Team Rep and also Lead for the WordPress Advanced Administration Handbook), <a href=\"https://x.com/rmccue/status/1843967630585311595\">Ryan McCue</a> (WordPress committer, and co-lead on the WordPress REST API), <a href=\"https://x.com/jonoalderson/status/1843985559745921046\">Jono Alderson</a> (technical SEO consultant), <a href=\"https://x.com/alexsirota/status/1843970587107991872\">Alex Sirota</a> (founder of NewPath Consulting) and <a href=\"https://x.com/LinuxJedi/status/1843966957495939093\">Andrew Hutchings</a> (Chief Contributions Officer at MariaDB Foundation).</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Response</h3>\n\n\n\n<p>Many are just eager for the escalating drama to end. Community members also took to X to share their opinions.</p>\n\n\n\n<p><strong>Rajendra Zore</strong>, CMO of RunCloud <a href=\"https://x.com/rajendrazore/status/1843897786632212909\">summed it up</a> best: “Every day, I hope today will be the day this WP vs WPE drama ends. The Community—who built this OSS and has been completely ignored—finally deserves the attention it’s been missing. The most dysfunctional leadership I’ve ever seen is shamelessly on display, leaving the community feeling like a child caught between fighting parents. So toxic! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f623.png\" alt=\"😣\" class=\"wp-smiley\" />” </p>\n\n\n\n<p><strong>Bozz Media</strong> <a href=\"https://x.com/bozzmedia/status/1843869886403256330\">asked</a>: “Financially, or otherwise&#8221; what does this even mean? Is this meant to cover customers of WPE? Either way;  Yikes… Beyond the check mark how is an unrelated “news” link about WPE part of the login form in any way a rational or acceptable UI update to .org ??” </p>\n\n\n\n<p>Plugin developer <strong>Daan van den Bergh</strong> <a href=\"https://x.com/Dan0sz/status/1843891750596948394\">tweeted</a>: “I&#8217;m starting to dislike WordPress because of this. I don&#8217;t care about WP Engine: I don&#8217;t use their services/plugins, yet I get slapped in the face with this drama every day. Now a F-in login page? WTF!” </p>\n\n\n\n<p><strong>James Giroux</strong> (Technical Account Manager at WordPress VIP) published <a href=\"https://jamesgiroux.ca/why-is-matt-turning-up-the-volume/\">Why Is Matt Turning Up The Volume?</a> He notes “This conflict reveals the true cost of maintaining WordPress infrastructure, and it’s a fight for the survival of WordPress’s values and community integrity.” He continued “Matt is well within his rights as the principal financier of the infrastructure around WordPress to decide who can and cannot access it. He’s usually quite permissive of many things and extends a lot of grace. In this fight for the heart and soul of WordPress, though, he is not holding his punches.”</p>\n\n\n\n<p><strong>David Heinemeier Hansson</strong>, the creator of Ruby on Rails shared <a href=\"https://world.hey.com/dhh/automattic-is-doing-open-source-dirty-b95cf128\">Automattic is doing open source dirty</a>. He says “Between creating one of the most widely used open-source programs and powering half the internet, there&#8217;s every tribal reason to side with Automattic over WP Engine&#8217;s private-equity owners at Silver Lake….But I suspect Automattic wants to have their cake and eat it too. They want to retain WordPress&#8217; shine of open source, but also be able to extract their pound of flesh from any competitor that might appear, whenever they see fit. Screw that.” </p>\n\n\n\n<p>He also had this to say: “That&#8217;s the deal. That&#8217;s open source. I give you a gift of code, you accept the terms of the license. There cannot be a second set of shadow obligations that might suddenly apply, if you strike it rich using the software. Then the license is meaningless, the clarity all muddled, and certainty lost.” </p>\n\n\n\n<a href=\"https://twitter.com/photomatt/status/1843803465719620012\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXf4uq8SvgT5t4q8yIKUoisr_bmXnlwX9ggl5MW1A_FwjFcCJfXgL-jkuWECh62-_falB7uVXAF4bie6fWXU4dMLq_BY2keajzdSvyurN7HPk_R03BL9dqjoYaPmrgR3seFiLtlPUqVXeVJ5c965EiBDWRE?key=g1WBxcIO135GVx_YbxJdhw\" alt=\"\" /></a>\n\n\n\n<p><strong>Guillermo Rauch</strong>, CEO of Vercel, has <a href=\"https://x.com/rauchg/status/1844167329913110667\">shared</a> a Twitter thread analysing the WP login checkbox. </p>\n\n\n\n<p><a href=\"https://x.com/photomatt/status/1843803465719620012\"></a>Some took it as a chance to let their imagination run wild. </p>\n\n\n\n<a href=\"https://x.com/xaver_/status/1843926554042306951\"><img width=\"976\" height=\"1682\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-12.png\" alt=\"\" class=\"wp-image-174818\" /></a>\n\n\n\n<a href=\"https://x.com/MetaPrinxss/status/1843919050478621156\"><img width=\"500\" height=\"425\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-14-500x425.png\" alt=\"\" class=\"wp-image-174821\" /></a>\n\n\n\n<p>TheWPGirls have a new song <a href=\"https://www.youtube.com/watch?v=Duz9crandDE\">WP Engine Affiliate Blues (Can&#8217;t Prove I&#8217;m Innocent)</a>. </p>\n\n\n\n<h3 class=\"wp-block-heading\">WP Engine Responds</h3>\n\n\n\n<p>WP Engine has responded in a tweet: “Like the rest of the community, we have seen a new checkbox for logins at WordPress.org that has created confusion amongst the community as to whether or how they are obliged to answer the question posed next to the checkbox. We value our customers, agencies, users and the community as a whole, none of whom are affiliates of WP Engine.”</p>\n\n\n\n<a href=\"https://x.com/wpengine/status/1844078545603092691\"><img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXc_7InS3cMSyWqsPT23hxh7XC7ow8IPWdyInox0rUVK82yXldSb7E_pOvcnW0_WG-LYbwMBOxe_d2bMWeh6JgjExlM_MVXXquSrKQui0GRYQyd6H1-WLhJmHqeTwqffvJBbxE4xd-SIws6bund4x_A_yHsF?key=g1WBxcIO135GVx_YbxJdhw\" alt=\"\" /></a>\n\n\n\n<p>This is affecting the morale of the thousands of people who voluntarily contribute to their beloved CMS. But then you know what happens when elephants fight.&nbsp;</p>\n\n\n\n<p>(For those who might have missed parts of the dispute, I’ll share a quick summary soon.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Oct 2024 04:26:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"HeroPress: Ten Years Of HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=7473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://heropress.com/ten-years-of-heropress/#utm_source=rss&utm_medium=rss&utm_campaign=ten-years-of-heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81164:\"<img width=\"1024\" height=\"235\" src=\"https://heropress.com/wp-content/uploads/2024/10/heropress_everyone-1024x235.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" /><p><a href=\"https://heropress.com/feed/#future\">Be sure to read the announcement at the bottom!</a></p>\n\n\n\n<p>In late November of 2014 I woke to an email that would change my life.  It said</p>\n\n\n\n<blockquote><p>I want you do do something great for WordPress.</p></blockquote>\n\n\n\n<p>I wrote back and asked &#8220;What is it?&#8221; and he wrote back</p>\n\n\n\n<blockquote><p>That&#8217;s your journey to discover.</p></blockquote>\n\n\n\n<p>What a thing! I won&#8217;t tell the whole story here, I&#8217;ve told it many times, but this was the spark that started HeroPress.</p>\n\n\n\n<p>For those that don&#8217;t remember, <a href=\"https://wptavern.com/heropress-fails-to-attract-backers-cancels-kickstarter-campaign-ahead-of-deadline\">HeroPress Version 1 ended in failure</a>. Everyone walked away and it was done. But people kept emailing me and telling me not to let it go.  So we pivoted from a video format to text, and away we went.</p>\n\n\n\n<p>In the years that followed we&#8217;ve published <strong>278 essays</strong> in <strong>29 languages</strong> from <strong>66 countries</strong>. There were 136 women, 134 men, and 3 non-binary folk. The longest anyone ever took to get me an essay was 9 years.  The shortest was 2 hours.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\">\n<p>Here we all are:</p>\n\n\n<ul id=\"contrib-grid\"><li><a href=\"https://heropress.com/contributors/lana-miro/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/09/Lana_Kravchenko-1-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Lana Miro\" title=\"Lana Miro\" /></a></li><li><a href=\"https://heropress.com/contributors/mumtahina-faguni/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/08/mumta-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mumtahina Faguni\" title=\"Mumtahina Faguni\" /></a></li><li><a href=\"https://heropress.com/contributors/rae-morey/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/08/rae-morey-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rae Morey\" title=\"Rae Morey\" /></a></li><li><a href=\"https://heropress.com/contributors/ben-evans/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/06/ben-2023-square-extra-small-1-scaled-1.avif\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ben Evans\" title=\"Ben Evans\" /></a></li><li><a href=\"https://heropress.com/contributors/elena-brescacin/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/06/foto-Elena-Brescacin-ottobre-2023-scaled_600.avif\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Elena Brescacin\" title=\"Elena Brescacin\" /></a></li><li><a href=\"https://heropress.com/contributors/tor-bjorn-fjellner/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/06/tobi-selfie20210519-sq-600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tor-Björn Fjellner\" title=\"Tor-Björn Fjellner\" /></a></li><li><a href=\"https://heropress.com/contributors/nada-elsharkawy/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/04/Nada_ElSharkawy2.avif\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nada Elsharkawy\" title=\"Nada Elsharkawy\" /></a></li><li><a href=\"https://heropress.com/contributors/dr-rhiannon-little-surowski/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/04/rhiannon-little-surowski-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Dr. Rhiannon Little-Surowski\" title=\"Dr. Rhiannon Little-Surowski\" /></a></li><li><a href=\"https://heropress.com/contributors/matteo-enna/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/03/matteo-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Matteo Enna\" title=\"Matteo Enna\" /></a></li><li><a href=\"https://heropress.com/contributors/syed-laden/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/03/1052441B-31C7-4153-94F9-227FF564B1E1-Photoroom.png-Photoroom-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Syed Laden\" title=\"Syed Laden\" /></a></li><li><a href=\"https://heropress.com/contributors/juan-chen/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/03/Juan-Chen-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Juan Chen\" title=\"Juan Chen\" /></a></li><li><a href=\"https://heropress.com/contributors/adrita-chakraborty/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/02/Adrita-WordCamp-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Adrita Chakraborty\" title=\"Adrita Chakraborty\" /></a></li><li><a href=\"https://heropress.com/contributors/aki-hamano/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/01/aki_hamano-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Aki Hamano\" title=\"Aki Hamano\" /></a></li><li><a href=\"https://heropress.com/contributors/nahuai-badiola/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/01/Nahuai-Badiola-cuad-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nahuai Badiola\" title=\"Nahuai Badiola\" /></a></li><li><a href=\"https://heropress.com/contributors/quentin-le-duff/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/12/quentin-leduff-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Quentin Le Duff\" title=\"Quentin Le Duff\" /></a></li><li><a href=\"https://heropress.com/contributors/ganga-kafle/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/12/ganga_kafle-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ganga Kafle\" title=\"Ganga Kafle\" /></a></li><li><a href=\"https://heropress.com/contributors/tremi-dkhar/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/10/JN_09968-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tremi Dkhar\" title=\"Tremi Dkhar\" /></a></li><li><a href=\"https://heropress.com/contributors/adelina-tuca/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/10/adelina-heropress-photo-150x150.webp\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Adelina Tuca\" title=\"Adelina Tuca\" /></a></li><li><a href=\"https://heropress.com/contributors/krupa-nanda/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/09/krupa_nanda-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Krupa Nanda\" title=\"Krupa Nanda\" /></a></li><li><a href=\"https://heropress.com/contributors/sadie-michaela-harris/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/09/Sadie-profile-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sadie-Michaela Harris\" title=\"Sadie-Michaela Harris\" /></a></li><li><a href=\"https://heropress.com/contributors/justin-kopepasah/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/09/suit-up-with-lincoln-600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Justin Kopepasah\" title=\"Justin Kopepasah\" /></a></li><li><a href=\"https://heropress.com/contributors/emma-young/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/08/emma_young-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Emma Young\" title=\"Emma Young\" /></a></li><li><a href=\"https://heropress.com/contributors/jennifer-farhat/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/08/jennifer_farhat-150x150.jpeg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jennifer Farhat\" title=\"Jennifer Farhat\" /></a></li><li><a href=\"https://heropress.com/contributors/igor-ligay/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/06/igor_ligay-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Igor Ligay\" title=\"Igor Ligay\" /></a></li><li><a href=\"https://heropress.com/contributors/amy-kamala/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2024/06/amy_kamala_2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Amy Kamala\" title=\"Amy Kamala\" /></a></li><li><a href=\"https://heropress.com/contributors/rita-robles-loaiza/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/05/robles-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rita Robles Loaiza\" title=\"Rita Robles Loaiza\" /></a></li><li><a href=\"https://heropress.com/contributors/ericka-barboza/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/05/Ericka-Barboza-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ericka Barboza\" title=\"Ericka Barboza\" /></a></li><li><a href=\"https://heropress.com/contributors/rachel-winchester/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/03/rachel_winchester-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rachel Winchester\" title=\"Rachel Winchester\" /></a></li><li><a href=\"https://heropress.com/contributors/ajay-dsouza/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/02/ajay-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ajay D&#8217;Souza\" title=\"Ajay D&#8217;Souza\" /></a></li><li><a href=\"https://heropress.com/contributors/mark-andrew-nordstrom/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/02/mark-andrew-nordstrom-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mark-Andrew Nordstrom\" title=\"Mark-Andrew Nordstrom\" /></a></li><li><a href=\"https://heropress.com/contributors/samantha-mueller/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/02/samantha_meuller-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Samantha Mueller\" title=\"Samantha Mueller\" /></a></li><li><a href=\"https://heropress.com/contributors/james-koussertari/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/01/james-koussertari-2023-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"James Koussertari\" title=\"James Koussertari\" /></a></li><li><a href=\"https://heropress.com/contributors/a-h-m-nazmul-hasan-monshi/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/01/robin-heropress-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"A H M Nazmul Hasan Monshi\" title=\"A H M Nazmul Hasan Monshi\" /></a></li><li><a href=\"https://heropress.com/contributors/destiny-kanno/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/01/Destiny-Fox-Kanno-scaled-1-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Destiny Kanno\" title=\"Destiny Kanno\" /></a></li><li><a href=\"https://heropress.com/contributors/ellen-bauer/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2023/01/ellen-bauer-600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ellen Bauer\" title=\"Ellen Bauer\" /></a></li><li><a href=\"https://heropress.com/contributors/isotta-peira/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/12/isotta-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Isotta Peira\" title=\"Isotta Peira\" /></a></li><li><a href=\"https://heropress.com/contributors/anders-noren/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/12/anders-padjelanta-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Anders Norén\" title=\"Anders Norén\" /></a></li><li><a href=\"https://heropress.com/contributors/alfredo-navas/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/10/alfredo_navas-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Alfredo Navas\" title=\"Alfredo Navas\" /></a></li><li><a href=\"https://heropress.com/contributors/lesley-sim/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/10/lesley_sim-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Lesley Sim\" title=\"Lesley Sim\" /></a></li><li><a href=\"https://heropress.com/contributors/akshat-choudhary/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/07/akshat_choudhary-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Akshat Choudhary\" title=\"Akshat Choudhary\" /></a></li><li><a href=\"https://heropress.com/contributors/timi-wahalahti/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/07/timi_wahalahti-2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Timi Wahalahti\" title=\"Timi Wahalahti\" /></a></li><li><a href=\"https://heropress.com/contributors/donna-cavalier/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/07/donna-600x600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Donna Cavalier\" title=\"Donna Cavalier\" /></a></li><li><a href=\"https://heropress.com/contributors/hari-shanker/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/07/hari-shanker-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Hari Shanker\" title=\"Hari Shanker\" /></a></li><li><a href=\"https://heropress.com/contributors/artemy-kaydash/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/04/artemy_kaydash-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Artemy Kaydash\" title=\"Artemy Kaydash\" /></a></li><li><a href=\"https://heropress.com/contributors/menaka-sankaralingam/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/04/MenakaSankaralingam-min-150x150.jpeg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Menaka Sankaralingam\" title=\"Menaka Sankaralingam\" /></a></li><li><a href=\"https://heropress.com/contributors/laurence-bahiirwa/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/04/laurence-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Laurence Bahiirwa\" title=\"Laurence Bahiirwa\" /></a></li><li><a href=\"https://heropress.com/contributors/huanyi-eric-chuang/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/03/7C66B336-E5AF-4914-8B15-62FB92597D57-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Huanyi (Eric) Chuang\" title=\"Huanyi (Eric) Chuang\" /></a></li><li><a href=\"https://heropress.com/contributors/paulo-aquino/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/02/paulo_aquino-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Paulo Aquino\" title=\"Paulo Aquino\" /></a></li><li><a href=\"https://heropress.com/contributors/monika-rao/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2022/01/monika_rao-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Monika Rao\" title=\"Monika Rao\" /></a></li><li><a href=\"https://heropress.com/contributors/kim-coleman/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/12/Kim_Coleman-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kim Coleman\" title=\"Kim Coleman\" /></a></li><li><a href=\"https://heropress.com/contributors/dj-billings/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/11/dj-billings-600x600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"DJ Billings\" title=\"DJ Billings\" /></a></li><li><a href=\"https://heropress.com/contributors/daniel-kossmann/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/11/daniel-kossmann-wordcamp-sao-paulo-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Daniel Kossmann\" title=\"Daniel Kossmann\" /></a></li><li><a href=\"https://heropress.com/contributors/hauwa-abashiya/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/11/haa-wordpress-600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Hauwa Abashiya\" title=\"Hauwa Abashiya\" /></a></li><li><a href=\"https://heropress.com/contributors/stefano-cassone/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/11/stefano_cassone-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Stefano Cassone\" title=\"Stefano Cassone\" /></a></li><li><a href=\"https://heropress.com/contributors/nigel-rodgers/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/10/nigel_rogers-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nigel Rodgers\" title=\"Nigel Rodgers\" /></a></li><li><a href=\"https://heropress.com/contributors/estela-rueda/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/09/estela_with_bruno_600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Estela Rueda\" title=\"Estela Rueda\" /></a></li><li><a href=\"https://heropress.com/contributors/devin-maeztri/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/09/devin_maeztri-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Devin Maeztri\" title=\"Devin Maeztri\" /></a></li><li><a href=\"https://heropress.com/contributors/jos-velasco/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/08/Jos-Velasco-3-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jos Velasco\" title=\"Jos Velasco\" /></a></li><li><a href=\"https://heropress.com/contributors/pam-woest/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/08/pam_woest-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Pam Woest\" title=\"Pam Woest\" /></a></li><li><a href=\"https://heropress.com/contributors/ihtisham-zahoor/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/07/ihtishamzahoor-pp-600x600-min-150x150.jpeg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ihtisham Zahoor\" title=\"Ihtisham Zahoor\" /></a></li><li><a href=\"https://heropress.com/contributors/yusuf-omotoso/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/07/YusufP-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Yusuf Omotoso\" title=\"Yusuf Omotoso\" /></a></li><li><a href=\"https://heropress.com/contributors/marieke-van-de-rakt/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/07/marieke_van_de_rakt-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Marieke van de Rakt\" title=\"Marieke van de Rakt\" /></a></li><li><a href=\"https://heropress.com/contributors/gobinda-tarafdar/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/07/Gtarafdar_600_600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Gobinda Tarafdar\" title=\"Gobinda Tarafdar\" /></a></li><li><a href=\"https://heropress.com/contributors/anne-mccarthy/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/06/anne_mccarthy-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Anne McCarthy\" title=\"Anne McCarthy\" /></a></li><li><a href=\"https://heropress.com/contributors/carla-doria-medina/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/05/carla-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Carla Doria Medina\" title=\"Carla Doria Medina\" /></a></li><li><a href=\"https://heropress.com/contributors/dhara-shah/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/05/dhara_shah-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Dhara Shah\" title=\"Dhara Shah\" /></a></li><li><a href=\"https://heropress.com/contributors/ashley-gibson/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/04/ashley-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ashley Gibson\" title=\"Ashley Gibson\" /></a></li><li><a href=\"https://heropress.com/contributors/sunita-rai/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/04/sraiprofilephoto-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sunita Rai\" title=\"Sunita Rai\" /></a></li><li><a href=\"https://heropress.com/contributors/vito-peleg/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/03/vito_peleg-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Vito Peleg\" title=\"Vito Peleg\" /></a></li><li><a href=\"https://heropress.com/contributors/ronald-gijsel/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/03/ronald_gijsel-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ronald Gijsel\" title=\"Ronald Gijsel\" /></a></li><li><a href=\"https://heropress.com/contributors/jeff-matson/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/04/jeff_matson-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jeff Matson\" title=\"Jeff Matson\" /></a></li><li><a href=\"https://heropress.com/contributors/allison-dye/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/03/allison-dye-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Allison Dye\" title=\"Allison Dye\" /></a></li><li><a href=\"https://heropress.com/contributors/angela-jin/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/01/angela_jin-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Angela Jin\" title=\"Angela Jin\" /></a></li><li><a href=\"https://heropress.com/contributors/ryan-kienstra/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2021/01/600-600-author-ryan-kienstra_light-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ryan Kienstra\" title=\"Ryan Kienstra\" /></a></li><li><a href=\"https://heropress.com/contributors/sally-strebel/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/12/image1-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sally Strebel\" title=\"Sally Strebel\" /></a></li><li><a href=\"https://heropress.com/contributors/pooja-derashri/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/10/pooja-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Pooja Derashri\" title=\"Pooja Derashri\" /></a></li><li><a href=\"https://heropress.com/contributors/thelma-mutete/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/09/thelma-heropress-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Thelma Mutete\" title=\"Thelma Mutete\" /></a></li><li><a href=\"https://heropress.com/contributors/tijana-andrejic/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/09/image_from_ios-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tijana Andrejic\" title=\"Tijana Andrejic\" /></a></li><li><a href=\"https://heropress.com/contributors/imran-sayed/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/08/imran-600x600-1-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Imran Sayed\" title=\"Imran Sayed\" /></a></li><li><a href=\"https://heropress.com/contributors/tammie-lister/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/08/tammie_lister-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tammie Lister\" title=\"Tammie Lister\" /></a></li><li><a href=\"https://heropress.com/contributors/joe-simpson-jr/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/07/joe_simpson_jr-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Joe Simpson Jr.\" title=\"Joe Simpson Jr.\" /></a></li><li><a href=\"https://heropress.com/contributors/siobhan-cunningham/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/06/Avatar_Siobhan_500x500-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Siobhan Cunningham\" title=\"Siobhan Cunningham\" /></a></li><li><a href=\"https://heropress.com/contributors/yordan-soares/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/05/yordan-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Yordan Soares\" title=\"Yordan Soares\" /></a></li><li><a href=\"https://heropress.com/contributors/predrag-zdravkovic/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/05/screenshot_2020-05-14_at_15.33.33-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Predrag Zdravkovic\" title=\"Predrag Zdravkovic\" /></a></li><li><a href=\"https://heropress.com/contributors/noah-plumb/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/05/noah_plumb_avatar-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Noah Plumb\" title=\"Noah Plumb\" /></a></li><li><a href=\"https://heropress.com/contributors/maja-loncar/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/05/maja_loncar-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Maja Loncar\" title=\"Maja Loncar\" /></a></li><li><a href=\"https://heropress.com/contributors/elisabeth-klaar/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/04/ElisabethKlaar600x600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Elisabeth Klaar\" title=\"Elisabeth Klaar\" /></a></li><li><a href=\"https://heropress.com/contributors/tyler-lau/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/04/Tyler-Lau-min-150x150.jpeg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tyler Lau\" title=\"Tyler Lau\" /></a></li><li><a href=\"https://heropress.com/contributors/bud-kraus/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/03/Bud-Kraus-Head-Shot-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Bud Kraus\" title=\"Bud Kraus\" /></a></li><li><a href=\"https://heropress.com/contributors/alexander-covtun/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/01/alexander_covtun-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Alexander Covtun\" title=\"Alexander Covtun\" /></a></li><li><a href=\"https://heropress.com/contributors/fike-kolama/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2020/01/fike_komala-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Fike Komala\" title=\"Fike Komala\" /></a></li><li><a href=\"https://heropress.com/contributors/morteza-geransayeh/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/11/208a1219-c698-41ca-96e7-51518232209c-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Morteza Geransayeh\" title=\"Morteza Geransayeh\" /></a></li><li><a href=\"https://heropress.com/contributors/olga-glekler/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/09/1dixRv2Q_600x600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Olga Gleckler\" title=\"Olga Gleckler\" /></a></li><li><a href=\"https://heropress.com/contributors/nirav-mehta/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/09/nirav-in-storeapps-tee-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nirav Mehta\" title=\"Nirav Mehta\" /></a></li><li><a href=\"https://heropress.com/contributors/aniello-forlini/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/08/IMG_8485-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Aniello Forlini\" title=\"Aniello Forlini\" /></a></li><li><a href=\"https://heropress.com/contributors/pramod-jodhani/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/07/dp-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Pramod Jodhani\" title=\"Pramod Jodhani\" /></a></li><li><a href=\"https://heropress.com/contributors/sandy-edwards/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/07/sandy_edwards_min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sandy Edwards\" title=\"Sandy Edwards\" /></a></li><li><a href=\"https://heropress.com/contributors/allie-nimmons/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/07/Allie-Nimmons-HeroPress-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Allie Nimmons\" title=\"Allie Nimmons\" /></a></li><li><a href=\"https://heropress.com/contributors/yvette-sonneveld/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/06/yvette-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Yvette Sonneveld\" title=\"Yvette Sonneveld\" /></a></li><li><a href=\"https://heropress.com/contributors/afsana-multani/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/06/afsana_multani-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Afsana Multani\" title=\"Afsana Multani\" /></a></li><li><a href=\"https://heropress.com/contributors/tevya-washburn/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/06/tevya-profile-avatar-sq-600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tevya Washburn\" title=\"Tevya Washburn\" /></a></li><li><a href=\"https://heropress.com/contributors/ugyen-dorji/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/06/Ugyen_600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ugyen Dorji\" title=\"Ugyen Dorji\" /></a></li><li><a href=\"https://heropress.com/contributors/taylor-rose/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/05/TaylorWheadshot600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Taylor Rose\" title=\"Taylor Rose\" /></a></li><li><a href=\"https://heropress.com/contributors/naoko-takano/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/05/naoko-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Naoko Takano\" title=\"Naoko Takano\" /></a></li><li><a href=\"https://heropress.com/contributors/michelle-ames/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/05/michelleames-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Michelle Frechette\" title=\"Michelle Frechette\" /></a></li><li><a href=\"https://heropress.com/contributors/eric-karkovack/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/05/eric-karkovack-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Eric Karkovack\" title=\"Eric Karkovack\" /></a></li><li><a href=\"https://heropress.com/contributors/abdullah-ramzan/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/04/abdullah-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Abdullah Ramzan\" title=\"Abdullah Ramzan\" /></a></li><li><a href=\"https://heropress.com/contributors/anyssa-ferreira/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/04/anyssa-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Anyssa Ferreira\" title=\"Anyssa Ferreira\" /></a></li><li><a href=\"https://heropress.com/contributors/tristup-ghosh/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/04/tristup-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tristup Ghosh\" title=\"Tristup Ghosh\" /></a></li><li><a href=\"https://heropress.com/contributors/sam-smith/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/04/sam_smith-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sam Smith\" title=\"Sam Smith\" /></a></li><li><a href=\"https://heropress.com/contributors/anh-tran/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/03/anh_tran-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Anh Tran\" title=\"Anh Tran\" /></a></li><li><a href=\"https://heropress.com/contributors/anita-carter/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/03/anita-carter-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Anita Carter\" title=\"Anita Carter\" /></a></li><li><a href=\"https://heropress.com/contributors/miriam-schwab/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/03/Miriam_Schwab600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Miriam Schwab\" title=\"Miriam Schwab\" /></a></li><li><a href=\"https://heropress.com/contributors/amena-mabrouk/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/03/amena-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Amena Mabrouk\" title=\"Amena Mabrouk\" /></a></li><li><a href=\"https://heropress.com/contributors/sarah-williams/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/02/20180530_083150-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sarah Williams\" title=\"Sarah Williams\" /></a></li><li><a href=\"https://heropress.com/contributors/collins-agbonghama/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/02/heroprofile-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Collins Agbonghama\" title=\"Collins Agbonghama\" /></a></li><li><a href=\"https://heropress.com/contributors/kimberly-lipari/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2019/01/48164587_10103754911439674_56047369002680320_n-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kimberly Lipari\" title=\"Kimberly Lipari\" /></a></li><li><a href=\"https://heropress.com/contributors/marcel-bootsman/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/12/marcel_bootsman-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Marcel Bootsman\" title=\"Marcel Bootsman\" /></a></li><li><a href=\"https://heropress.com/contributors/jill-binder/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/11/jillbinderweb-black-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jill Binder\" title=\"Jill Binder\" /></a></li><li><a href=\"https://heropress.com/contributors/jc-palmes/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/09/jc-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"JC Palmes\" title=\"JC Palmes\" /></a></li><li><a href=\"https://heropress.com/contributors/ahmed-khalifa/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/09/ahmed-khalifa-heropress-headshot-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ahmed Khalifa\" title=\"Ahmed Khalifa\" /></a></li><li><a href=\"https://heropress.com/contributors/cami-kaos/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/08/cami_kaos-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Cami Kaos\" title=\"Cami Kaos\" /></a></li><li><a href=\"https://heropress.com/contributors/aaron-jorbin/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/07/aaron-jorbin-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Aaron Jorbin\" title=\"Aaron Jorbin\" /></a></li><li><a href=\"https://heropress.com/contributors/zipal-patel/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/06/zipal_patel-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Zipal Patel\" title=\"Zipal Patel\" /></a></li><li><a href=\"https://heropress.com/contributors/pravin-parmar/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/05/pravin_parmar-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Pravin Parmar\" title=\"Pravin Parmar\" /></a></li><li><a href=\"https://heropress.com/contributors/cathi-bosco/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/04/cathi_bosco-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Cathi Bosco\" title=\"Cathi Bosco\" /></a></li><li><a href=\"https://heropress.com/contributors/katie-keith/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/03/Katie-Keith-square-150x150.jpeg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Katie Keith\" title=\"Katie Keith\" /></a></li><li><a href=\"https://heropress.com/contributors/kori-ashton/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/02/kori_ashton_WordPress_Developer-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kori Ashton\" title=\"Kori Ashton\" /></a></li><li><a href=\"https://heropress.com/contributors/francesca-marano/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/02/francesca_marano-__michele_famiglietti-600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Francesca Marano\" title=\"Francesca Marano\" /></a></li><li><a href=\"https://heropress.com/contributors/mel-choyce/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/02/melchoyce-cropped-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mel Choyce\" title=\"Mel Choyce\" /></a></li><li><a href=\"https://heropress.com/contributors/renee-johnson/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/01/renee-johnson-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Renee Johnson\" title=\"Renee Johnson\" /></a></li><li><a href=\"https://heropress.com/contributors/ebonie-butler/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/01/ebonie_butler-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ebonie Butler\" title=\"Ebonie Butler\" /></a></li><li><a href=\"https://heropress.com/contributors/alexander-gounder/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/01/alexander_gounder-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Alexander Gounder\" title=\"Alexander Gounder\" /></a></li><li><a href=\"https://heropress.com/contributors/john-blackbourn/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/01/john_blackbourn-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"John Blackbourn\" title=\"John Blackbourn\" /></a></li><li><a href=\"https://heropress.com/contributors/meher-bala/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/12/heropress-picture-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Meher Bala\" title=\"Meher Bala\" /></a></li><li><a href=\"https://heropress.com/contributors/igor-benic/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/12/ibenic-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Igor Benić\" title=\"Igor Benić\" /></a></li><li><a href=\"https://heropress.com/contributors/gabor-javorszky/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/12/gj-600-600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Gabor Javorszky\" title=\"Gabor Javorszky\" /></a></li><li><a href=\"https://heropress.com/contributors/chetan-prajapati/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/12/chetan-prajapati-heropress-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Chetan Prajapati\" title=\"Chetan Prajapati\" /></a></li><li><a href=\"https://heropress.com/contributors/mary-job/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/11/mary_job-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mary Job\" title=\"Mary Job\" /></a></li><li><a href=\"https://heropress.com/contributors/michael-nde-tabefor/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/11/michawl_nde-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Michaël Nde Tabefor\" title=\"Michaël Nde Tabefor\" /></a></li><li><a href=\"https://heropress.com/contributors/sheryle-gillihan/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/11/sheryle_gillihan2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sheryle Gillihan\" title=\"Sheryle Gillihan\" /></a></li><li><a href=\"https://heropress.com/contributors/bianca-welds/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/11/Bianca-Welds-1-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Bianca Welds\" title=\"Bianca Welds\" /></a></li><li><a href=\"https://heropress.com/contributors/kim-parsell/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/10/2014-wcdayton-kim-600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kim Parsell\" title=\"Kim Parsell\" /></a></li><li><a href=\"https://heropress.com/contributors/tara-claeys/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/10/taraclaeys600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tara Claeys\" title=\"Tara Claeys\" /></a></li><li><a href=\"https://heropress.com/contributors/rodica-andronache/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/10/rodica-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rodica Andronache\" title=\"Rodica Andronache\" /></a></li><li><a href=\"https://heropress.com/contributors/tracy-apps/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/10/tapps-800x800-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tracy Apps\" title=\"Tracy Apps\" /></a></li><li><a href=\"https://heropress.com/contributors/catalina-alvarez/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-30-at-3.33.38-PM-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Catalina Alvarez\" title=\"Catalina Alvarez\" /></a></li><li><a href=\"https://heropress.com/contributors/carolina-nymark/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/09/carolina-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Carolina Nymark\" title=\"Carolina Nymark\" /></a></li><li><a href=\"https://heropress.com/contributors/christie-chirinos/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/09/slack-imgs-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Christie Chirinos\" title=\"Christie Chirinos\" /></a></li><li><a href=\"https://heropress.com/contributors/wendie-huis-t-veld/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/09/wendie_at_wceu-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Wendie Huis in ‘t Veld\" title=\"Wendie Huis in ‘t Veld\" /></a></li><li><a href=\"https://heropress.com/contributors/damian-samolej/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/09/damian-hp-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Damian Samolej\" title=\"Damian Samolej\" /></a></li><li><a href=\"https://heropress.com/contributors/m-asif-rahman/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2018/08/Super-Asif-R1-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"M Asif Rahman\" title=\"M Asif Rahman\" /></a></li><li><a href=\"https://heropress.com/contributors/juhi-patel/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/08/juhi-600X600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Juhi Patel\" title=\"Juhi Patel\" /></a></li><li><a href=\"https://heropress.com/contributors/milana-cap/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/08/milana-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Milana Cap\" title=\"Milana Cap\" /></a></li><li><a href=\"https://heropress.com/contributors/sallie-goetsch/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/08/sallie-goetsch-2016-min-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sallie Goetsch\" title=\"Sallie Goetsch\" /></a></li><li><a href=\"https://heropress.com/contributors/sonja-jaakkola/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/08/sonja_jaakkola-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sonja Jaakkola\" title=\"Sonja Jaakkola\" /></a></li><li><a href=\"https://heropress.com/contributors/sami-keijonen/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/07/sami-keijonen-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sami Keijonen\" title=\"Sami Keijonen\" /></a></li><li><a href=\"https://heropress.com/contributors/marius-jensen/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/07/marius-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Marius Jensen\" title=\"Marius Jensen\" /></a></li><li><a href=\"https://heropress.com/contributors/denis-yanchevskiy/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/07/photo-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Denis Yanchevskiy\" title=\"Denis Yanchevskiy\" /></a></li><li><a href=\"https://heropress.com/contributors/alice-orru/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/07/alice_square_wc-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Alice Orru\" title=\"Alice Orru\" /></a></li><li><a href=\"https://heropress.com/contributors/michele-butcher-jones/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/06/michele_butcher-jones-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Michele Butcher-Jones\" title=\"Michele Butcher-Jones\" /></a></li><li><a href=\"https://heropress.com/contributors/juan-hernando/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/06/profile_ciudadanob_600x600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Juan Hernando\" title=\"Juan Hernando\" /></a></li><li><a href=\"https://heropress.com/contributors/birgit-olzem/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/06/birgit-olzem-heropress-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Birgit Olzem\" title=\"Birgit Olzem\" /></a></li><li><a href=\"https://heropress.com/contributors/nashwan-d/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/06/nashwan-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nashwan D\" title=\"Nashwan D\" /></a></li><li><a href=\"https://heropress.com/contributors/suyogya-shukla/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/05/suyogya_shukla-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Suyogya Shukla\" title=\"Suyogya Shukla\" /></a></li><li><a href=\"https://heropress.com/contributors/kumar-abhirup/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/05/Kumar_Abhirup-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kumar Abhirup\" title=\"Kumar Abhirup\" /></a></li><li><a href=\"https://heropress.com/contributors/nidhi-jain/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/05/Nidhi-2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nidhi Jain\" title=\"Nidhi Jain\" /></a></li><li><a href=\"https://heropress.com/contributors/jonathan-bossenger/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/04/Headshot600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jonathan Bossenger\" title=\"Jonathan Bossenger\" /></a></li><li><a href=\"https://heropress.com/contributors/elizabeth-shilling/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/04/sdwc_end_ed-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Elizabeth Shilling\" title=\"Elizabeth Shilling\" /></a></li><li><a href=\"https://heropress.com/contributors/carole-olinger/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/04/carole-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Carole Olinger\" title=\"Carole Olinger\" /></a></li><li><a href=\"https://heropress.com/contributors/jamaal-jaamac/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/04/jamaal_jaamac_2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jamaal Jaamac\" title=\"Jamaal Jaamac\" /></a></li><li><a href=\"https://heropress.com/contributors/natalie-miller/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/04/natalie_miller-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Natalie Miller\" title=\"Natalie Miller\" /></a></li><li><a href=\"https://heropress.com/contributors/rebecca-haden/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/03/rebecca-face2-1-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rebecca Haden\" title=\"Rebecca Haden\" /></a></li><li><a href=\"https://heropress.com/contributors/varun-dubey/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/03/varun_dubey-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Varun Dubey\" title=\"Varun Dubey\" /></a></li><li><a href=\"https://heropress.com/contributors/heather-burns/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/03/heatherburns_hat-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Heather Burns\" title=\"Heather Burns\" /></a></li><li><a href=\"https://heropress.com/contributors/monique-dubbelman/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/03/monique-dubbelman-boemedia-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Monique Dubbelman\" title=\"Monique Dubbelman\" /></a></li><li><a href=\"https://heropress.com/contributors/thabo-tswana/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/02/thabo_tswana-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Thabo Tswana\" title=\"Thabo Tswana\" /></a></li><li><a href=\"https://heropress.com/contributors/kasia-swiderska/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/02/kasiaswiderska-600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kasia Świderska\" title=\"Kasia Świderska\" /></a></li><li><a href=\"https://heropress.com/contributors/chris-ford/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/02/lorem-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Chris Ford\" title=\"Chris Ford\" /></a></li><li><a href=\"https://heropress.com/contributors/adam-soucie/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/02/adam-soucie-headshot-600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Adam Soucie\" title=\"Adam Soucie\" /></a></li><li><a href=\"https://heropress.com/contributors/shiva-poudel/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/01/ProfilePicturePhoto-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Shiva Poudel\" title=\"Shiva Poudel\" /></a></li><li><a href=\"https://heropress.com/contributors/heather-acton/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/01/heather-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Heather Acton\" title=\"Heather Acton\" /></a></li><li><a href=\"https://heropress.com/contributors/emilie-lebrun/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/01/emilie_lebrun-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Emilie Lebrun\" title=\"Emilie Lebrun\" /></a></li><li><a href=\"https://heropress.com/contributors/baris-unver/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/01/barisunver-pic-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Barış Ünver\" title=\"Barış Ünver\" /></a></li><li><a href=\"https://heropress.com/contributors/winstina-hughes/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2017/01/winstina_hughes-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Winstina Hughes\" title=\"Winstina Hughes\" /></a></li><li><a href=\"https://heropress.com/contributors/tom-nowell/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/12/tomjn-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tom Nowell\" title=\"Tom Nowell\" /></a></li><li><a href=\"https://heropress.com/contributors/andrei-lupu/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/12/andrei-lupu-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Andrei Lupu\" title=\"Andrei Lupu\" /></a></li><li><a href=\"https://heropress.com/contributors/sarah-wefald/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/12/sarah_wefald-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sarah Wefald\" title=\"Sarah Wefald\" /></a></li><li><a href=\"https://heropress.com/contributors/jackie-delia/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/12/jd-social-600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jackie D&#8217;Elia\" title=\"Jackie D&#8217;Elia\" /></a></li><li><a href=\"https://heropress.com/contributors/robert-cheleuka/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/11/robert_cheleuka-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Robert Cheleuka\" title=\"Robert Cheleuka\" /></a></li><li><a href=\"https://heropress.com/contributors/nisha-singh/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/10/nisha_singh-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nisha Singh\" title=\"Nisha Singh\" /></a></li><li><a href=\"https://heropress.com/contributors/dee-teal/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/11/dee-teal-0416-9240-600-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Dee Teal\" title=\"Dee Teal\" /></a></li><li><a href=\"https://heropress.com/contributors/marina-pape/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/11/marina-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Marina Pape\" title=\"Marina Pape\" /></a></li><li><a href=\"https://heropress.com/contributors/tine-haugen/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/11/tine_haugen-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tine Haugen\" title=\"Tine Haugen\" /></a></li><li><a href=\"https://heropress.com/contributors/eric-kuznacic/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/10/eric-kuznacic-headshot-2016-min-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Eric Kuznacic\" title=\"Eric Kuznacic\" /></a></li><li><a href=\"https://heropress.com/contributors/carl-alberto/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/10/CarlAlbertoWordPressDeveloperPhilippines-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Carl Alberto\" title=\"Carl Alberto\" /></a></li><li><a href=\"https://heropress.com/contributors/kayla-jenkins-medina/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/10/20161011_090853-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kayla Jenkins-Medina\" title=\"Kayla Jenkins-Medina\" /></a></li><li><a href=\"https://heropress.com/contributors/tamsin-taylor/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/09/tamsin2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tamsin Taylor\" title=\"Tamsin Taylor\" /></a></li><li><a href=\"https://heropress.com/contributors/vladimir-petkov/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/09/kaladan-600-600-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Vladimir Petkov\" title=\"Vladimir Petkov\" /></a></li><li><a href=\"https://heropress.com/contributors/sophia-derosia/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/09/sophia_derosia-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sophia DeRosia\" title=\"Sophia DeRosia\" /></a></li><li><a href=\"https://heropress.com/contributors/abhishek-kumar/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/09/abhishek-heropress-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Abhishek Kumar\" title=\"Abhishek Kumar\" /></a></li><li><a href=\"https://heropress.com/contributors/david-wolfpaw/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/09/davidlaietta2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"David Wolfpaw\" title=\"David Wolfpaw\" /></a></li><li><a href=\"https://heropress.com/contributors/ed-kratz/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/08/edkratz-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ed Kratz\" title=\"Ed Kratz\" /></a></li><li><a href=\"https://heropress.com/contributors/uriahs-victor/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/08/uriahs_victor-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Uriahs Victor\" title=\"Uriahs Victor\" /></a></li><li><a href=\"https://heropress.com/contributors/nevena-tomovic/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/08/nevena_tomovic_heropress-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nevena Tomovic\" title=\"Nevena Tomovic\" /></a></li><li><a href=\"https://heropress.com/contributors/stacey-barton/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/08/staceybartron-600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Stacey Bartron\" title=\"Stacey Bartron\" /></a></li><li><a href=\"https://heropress.com/contributors/juhi-saxena/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/07/juhi-14-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Juhi Saxena\" title=\"Juhi Saxena\" /></a></li><li><a href=\"https://heropress.com/contributors/marc-benzakein/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/07/marc_benzakein-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Marc Benzakein\" title=\"Marc Benzakein\" /></a></li><li><a href=\"https://heropress.com/contributors/amy-lane/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/07/amylane-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Amy Lane\" title=\"Amy Lane\" /></a></li><li><a href=\"https://heropress.com/contributors/madalin-milea/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/07/madalin-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Madalin Milea\" title=\"Madalin Milea\" /></a></li><li><a href=\"https://heropress.com/contributors/topher-derosia/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/07/topher_wordcamp_headshot-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Topher DeRosia\" title=\"Topher DeRosia\" /></a></li><li><a href=\"https://heropress.com/contributors/erica-franz/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/06/erica-franz-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Erica Franz\" title=\"Erica Franz\" /></a></li><li><a href=\"https://heropress.com/contributors/ana-segota/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/06/ana_segota-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ana Segota\" title=\"Ana Segota\" /></a></li><li><a href=\"https://heropress.com/contributors/maedah-batool/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/06/maedah_photo-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Maedah Batool\" title=\"Maedah Batool\" /></a></li><li><a href=\"https://heropress.com/contributors/vlad-olaru/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/06/vlad_olaru_pixelgrade-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Vlad Olaru\" title=\"Vlad Olaru\" /></a></li><li><a href=\"https://heropress.com/contributors/ed-finkler/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/05/ed_finkler-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ed Finkler\" title=\"Ed Finkler\" /></a></li><li><a href=\"https://heropress.com/contributors/sam-najian/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/05/sam_najian-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sam Najian\" title=\"Sam Najian\" /></a></li><li><a href=\"https://heropress.com/contributors/nicole-osburn/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/05/nicole_osburn-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nicole Osburn\" title=\"Nicole Osburn\" /></a></li><li><a href=\"https://heropress.com/contributors/puneet-sahalot/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/05/puneet-heropress-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Puneet Sahalot\" title=\"Puneet Sahalot\" /></a></li><li><a href=\"https://heropress.com/contributors/karin-taliga/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/05/karin_taliga_portrait_-600x600_72dpi-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Karin Taliga\" title=\"Karin Taliga\" /></a></li><li><a href=\"https://heropress.com/contributors/andrea-zoellner/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/04/andrea_z-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Andrea Zoellner\" title=\"Andrea Zoellner\" /></a></li><li><a href=\"https://heropress.com/contributors/tonya-mork/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/04/hellofromtonya-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tonya Mork\" title=\"Tonya Mork\" /></a></li><li><a href=\"https://heropress.com/contributors/nicole-kohler/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/03/nicole-600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nicole Kohler\" title=\"Nicole Kohler\" /></a></li><li><a href=\"https://heropress.com/contributors/jitendra-harpalani/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/03/jitendra-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jitendra Harpalani\" title=\"Jitendra Harpalani\" /></a></li><li><a href=\"https://heropress.com/contributors/hardeep-asrani/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/03/hardeep_asrani-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Hardeep Asrani\" title=\"Hardeep Asrani\" /></a></li><li><a href=\"https://heropress.com/contributors/raghavendra-satish-peri/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/03/raghava_with_child-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Raghavendra Satish Peri\" title=\"Raghavendra Satish Peri\" /></a></li><li><a href=\"https://heropress.com/contributors/mahangu-weerasinghe/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/03/mahangu_weerasingh-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mahangu Weerasinghe\" title=\"Mahangu Weerasinghe\" /></a></li><li><a href=\"https://heropress.com/contributors/ahmad-awais/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/03/ahmad_awais-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ahmad Awais\" title=\"Ahmad Awais\" /></a></li><li><a href=\"https://heropress.com/contributors/jesse-petersen/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/02/2015-WCORL-professional-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jesse Petersen\" title=\"Jesse Petersen\" /></a></li><li><a href=\"https://heropress.com/contributors/ayla-view/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/02/aylaview-heropress-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ayla View\" title=\"Ayla View\" /></a></li><li><a href=\"https://heropress.com/contributors/matt-geri/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/02/matt-square-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Matt Geri\" title=\"Matt Geri\" /></a></li><li><a href=\"https://heropress.com/contributors/rebecca-gill/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/01/Headshot2014-124sq-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rebecca Gill\" title=\"Rebecca Gill\" /></a></li><li><a href=\"https://heropress.com/contributors/shayda-torabi/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/01/headshot-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Shayda Torabi\" title=\"Shayda Torabi\" /></a></li><li><a href=\"https://heropress.com/contributors/dustin-filippini/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/01/dustin-filippini-icy-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Dustin Filippini\" title=\"Dustin Filippini\" /></a></li><li><a href=\"https://heropress.com/contributors/muhammad-adnan/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/01/adnan-profile-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Muhammad Adnan\" title=\"Muhammad Adnan\" /></a></li><li><a href=\"https://heropress.com/contributors/lisa-gibson/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2016/01/heropress-lisa-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Lisa Gibson\" title=\"Lisa Gibson\" /></a></li><li><a href=\"https://heropress.com/contributors/ben-meredith/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/12/ben_meredith-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ben Meredith\" title=\"Ben Meredith\" /></a></li><li><a href=\"https://heropress.com/contributors/tunbosun-ayinla/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/12/tunbosun-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Tunbosun Ayinla\" title=\"Tunbosun Ayinla\" /></a></li><li><a href=\"https://heropress.com/contributors/mayank-gupta/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/12/hiral-me-600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mayank Gupta\" title=\"Mayank Gupta\" /></a></li><li><a href=\"https://heropress.com/contributors/carrie-dils/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/12/carrie_dils-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Carrie Dils\" title=\"Carrie Dils\" /></a></li><li><a href=\"https://heropress.com/contributors/sofia-woods/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/11/sofia-woods-600x600px-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sofia Woods\" title=\"Sofia Woods\" /></a></li><li><a href=\"https://heropress.com/contributors/sakin-shrestha/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/11/sakin-shrestha-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sakin Shrestha\" title=\"Sakin Shrestha\" /></a></li><li><a href=\"https://heropress.com/contributors/ines-van-dijk/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/11/inesvanessen-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ines van Dijk\" title=\"Ines van Dijk\" /></a></li><li><a href=\"https://heropress.com/contributors/michael-beil/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/11/michael-raised-eyebrows-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Michael Beil\" title=\"Michael Beil\" /></a></li><li><a href=\"https://heropress.com/contributors/basilis-kanonidis/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/10/1466041_10202658144436484_624003027_n-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Basilis Kanonidis\" title=\"Basilis Kanonidis\" /></a></li><li><a href=\"https://heropress.com/contributors/chandra-maharzan/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/10/cm-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Chandra Maharzan\" title=\"Chandra Maharzan\" /></a></li><li><a href=\"https://heropress.com/contributors/rahul-bansal/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/10/Rahul-Bansal-600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rahul Bansal\" title=\"Rahul Bansal\" /></a></li><li><a href=\"https://heropress.com/contributors/kyle-maurer/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/10/kyle-maurer-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Kyle Maurer\" title=\"Kyle Maurer\" /></a></li><li><a href=\"https://heropress.com/contributors/rian-rietveld/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/09/rian-rietveld-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rian Rietveld\" title=\"Rian Rietveld\" /></a></li><li><a href=\"https://heropress.com/contributors/shady-sharaf/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/09/shady-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Shady Sharaf\" title=\"Shady Sharaf\" /></a></li><li><a href=\"https://heropress.com/contributors/bob-dunn/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/09/bobwp-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Bob Dunn\" title=\"Bob Dunn\" /></a></li><li><a href=\"https://heropress.com/contributors/sheeba-abraham/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/08/sheeba-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sheeba Abraham\" title=\"Sheeba Abraham\" /></a></li><li><a href=\"https://heropress.com/contributors/michelle-schulp/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/08/michelle-600x600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Michelle Schulp\" title=\"Michelle Schulp\" /></a></li><li><a href=\"https://heropress.com/contributors/becky-davis/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/08/BD2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Becky Davis\" title=\"Becky Davis\" /></a></li><li><a href=\"https://heropress.com/contributors/samer-bechara/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/08/sam.resized-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Samer Bechara\" title=\"Samer Bechara\" /></a></li><li><a href=\"https://heropress.com/contributors/amanda-rush/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/07/amanda-rush-2014-10-25-1549-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Amanda Rush\" title=\"Amanda Rush\" /></a></li><li><a href=\"https://heropress.com/contributors/mario-peshev/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/07/mario_peshev-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mario Peshev\" title=\"Mario Peshev\" /></a></li><li><a href=\"https://heropress.com/contributors/sunny-ratilal/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/07/sunny-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sunny Ratilal\" title=\"Sunny Ratilal\" /></a></li><li><a href=\"https://heropress.com/contributors/caleb-burks/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/07/caleb_burks-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Caleb Burks\" title=\"Caleb Burks\" /></a></li><li><a href=\"https://heropress.com/contributors/ema-derosia/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/06/ema_claire-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ema DeRosia\" title=\"Ema DeRosia\" /></a></li><li><a href=\"https://heropress.com/contributors/nikhil-vimal/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/06/rsz_-rpbnkvk-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Nikhil Vimal\" title=\"Nikhil Vimal\" /></a></li><li><a href=\"https://heropress.com/contributors/juanfra-aldasoro/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/06/juanfra-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Juanfra Aldasoro\" title=\"Juanfra Aldasoro\" /></a></li><li><a href=\"https://heropress.com/contributors/leo-gopal/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/06/DSC05695-x-scaled-e1655124360632-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Leo Gopal\" title=\"Leo Gopal\" /></a></li><li><a href=\"https://heropress.com/contributors/jordan-quintal/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/06/jordanq-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Jordan Quintal\" title=\"Jordan Quintal\" /></a></li><li><a href=\"https://heropress.com/?post_type=hp-contributors&p=321\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/05/dsc08733-square-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Private: Lara Littlefield\" title=\"Private: Lara Littlefield\" /></a></li><li><a href=\"https://heropress.com/contributors/rafael-ehlers/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/05/rafael-ehlers-2023-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Rafael Ehlers\" title=\"Rafael Ehlers\" /></a></li><li><a href=\"https://heropress.com/contributors/julie-kuehl/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/05/kuehl-headshot-150x150.jpeg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Julie Kuehl\" title=\"Julie Kuehl\" /></a></li><li><a href=\"https://heropress.com/contributors/dan-griffiths/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/05/dan_griffiths-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Dan Griffiths\" title=\"Dan Griffiths\" /></a></li><li><a href=\"https://heropress.com/contributors/mika-epstein/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/04/mika_600-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Mika Epstein\" title=\"Mika Epstein\" /></a></li><li><a href=\"https://heropress.com/contributors/ramya-pandyan/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/04/ramya_600_2-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Ramya Pandyan\" title=\"Ramya Pandyan\" /></a></li><li><a href=\"https://heropress.com/contributors/aditya-kane/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/04/aditya-kane-150x150.png\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Aditya Kane\" title=\"Aditya Kane\" /></a></li><li><a href=\"https://heropress.com/contributors/sean-davis/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/04/seandavis-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Sean Davis\" title=\"Sean Davis\" /></a></li><li><a href=\"https://heropress.com/contributors/saurabh-shukla/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/03/saurabh_shukla-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Saurabh Shukla\" title=\"Saurabh Shukla\" /></a></li><li><a href=\"https://heropress.com/contributors/andrey-rarst-savchenko/\"><img width=\"50\" height=\"50\" src=\"https://heropress.com/wp-content/uploads/2015/03/rarst-150x150.jpg\" class=\"attachment-50x50 size-50x50 wp-post-image\" alt=\"Andrey &#8220;Rarst&#8221; Savchenko\" title=\"Andrey &#8220;Rarst&#8221; Savchenko\" /></a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-image kb-image7473_89b59f-1f\"><a href=\"https://heropress.com/wp-content/uploads/2023/03/CleanShot-2023-03-03-at-13.57.23@2x.png\" class=\"kb-advanced-image-link\"><img width=\"1024\" height=\"124\" src=\"https://heropress.com/wp-content/uploads/2023/03/CleanShot-2023-03-03-at-13.57.23@2x-1024x124.png\" alt=\"horizontal rule\" class=\"kb-img wp-image-5357\" /></a></div>\n</div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\"></div>\n\n\n<p>HeroPress has allowed me to attend dozens of WordCamps around the world, including Pune, WC Europe, WC Asia, WC US, WC Italy, and many many more. At every WordCamp someone comes up to me and says &#8220;Hi, we met at such and such a WordCamp! Thanks so much for what you do.&#8221;</p>\n\n\n\n<h2 class=\"kt-adv-heading7473_9cde24-b5 wp-block-kadence-advancedheading\">The Stories</h2>\n\n\n\n<p>Oh the stories!  Every single one is a delight. People ask me what my favorite one is, and I can never tell.  They&#8217;re all great. Some make me laugh, some make me cry.  All of them make me glad I&#8217;m in WordPress and that I&#8217;m involved in this wonderful thing called HeroPress.</p>\n\n\n\n<h2 id=\"future\" class=\"kt-adv-heading7473_cf8c91-97 wp-block-kadence-advancedheading\">The Future</h2>\n\n\n\n<p>HeroPress is committed to sharing inspiring stories from around the world, showing how WordPress has helped individuals overcome challenges and create new opportunities. Maintaining the site and producing the content takes time, effort, and resources. To ensure that HeroPress continues on into the future, we need your financial support.</p>\n\n\n\n<p>As costs rise and obligations shift, our ability to highlight these important voices can become more difficult. </p>\n\n\n\n<p>HeroPress isn’t just a website — it’s a platform that brings hope and connection to the global WordPress community. Your financial support ensures that we can keep sharing these stories, helping to inspire more people through the power of WordPress.</p>\n\n\n\n<p>Like all websites, HeroPress needs </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>maintenance</li>\n\n\n\n<li>content creation</li>\n\n\n\n<li>tools</li>\n\n\n\n<li>opportunities to reach out to people</li>\n</ul>\n\n\n\n<p>Please consider donating $5, $10, or whatever you can afford today. Your support keeps HeroPress alive and helps us continue sharing the powerful stories that uplift the WordPress community. Every contribution counts!</p>\n\n\n\n<p>Thank you for 10 years together. Here’s to the next 10!</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns7473_290f7e-d4\"><a class=\"kb-button kt-button button kb-btn7473_38296f-a6 kt-btn-size-xlarge kt-btn-width-type-auto kb-btn-global-fill kt-btn-has-text-true kt-btn-has-svg-false wp-block-kadence-singlebtn\" href=\"https://heropress.com/donate\"><span class=\"kt-btn-inner-text\">Donate To HeroPress</span></a></div>\n</div>\n\n<p>The post <a href=\"https://heropress.com/ten-years-of-heropress/\">Ten Years Of HeroPress</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Oct 2024 20:09:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Mary Hubbard to be the New Executive Director of WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=174434\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/mary-hubbard-to-be-the-new-executive-director-of-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3329:\"<p>Matt Mullenweg has <a href=\"https://wordpress.org/news/2024/10/proud-mary/\">announced</a> that Mary Hubbard will take over as the new Executive Director of WordPress.org on 21st October, 2024, following the resignation of <a href=\"https://wptavern.com/thank-you-josepha-wordpress-executive-director-resigns\">Josepha Haden Chomphosy</a>. </p>\n\n\n\n<p>Mary is taking on this new role after stepping down as the Head of TikTok Americas, Governance and Experience. <strong>She is not a stranger to the WordPress arena, having worked at Automattic from 2020 to 2023 as GM Marketplace and Chief Experience/Product Officer for WordPress.com. </strong>Her diverse experience also includes roles at TruRating, Assurant, Walmart, and eBay. </p>\n\n\n\n<p>Matt expressed his enthusiasm, stating, “I’m very excited to have Mary on board. :)”. He also said that &#8220;she has deep knowledge of WordPress and expertise across business, product, marketplaces, program management, and governance.&#8221;</p>\n\n\n\n<p>When asked if Mary’s appointment is a “1:1 backfill for Josepha&#8217;s role or if her scope will be different?” <a href=\"https://news.ycombinator.com/item?id=41781008\">Matt said</a>, “<strong>The scope will be significantly broader as Mary brings many talents to the ecosystem.”</strong></p>\n\n\n\n<p>Mary will be an Automattic employee and she will work for the WordPress project. She steps into the position during a challenging time, as <a href=\"https://wptavern.com/159-employees-leave-automattic-after-accepting-the-alignment-offer\">159 employees</a>, including the former executive director, Josepha, left Automattic after accepting the Alignment Offer. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Response&nbsp;</h3>\n\n\n\n<p>The community is cautiously optimistic in the light of the recent events.&nbsp;</p>\n\n\n\n<a href=\"https://x.com/marybaum/status/1843817143223366100\"><img width=\"500\" height=\"124\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-3-500x124.png\" alt=\"\" class=\"wp-image-174475\" /></a>\n\n\n\n<a href=\"https://x.com/jamesgiroux/status/1843741806162522192\"><img width=\"500\" height=\"414\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-9-500x414.png\" alt=\"\" class=\"wp-image-174483\" /></a>\n\n\n\n<a href=\"https://x.com/mattbeck/status/1843757060976193979\"><img width=\"500\" height=\"226\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-5-500x226.png\" alt=\"\" class=\"wp-image-174477\" /></a>\n\n\n\n<a href=\"https://x.com/arniepalmer/status/1843754329900998753\"><img width=\"500\" height=\"356\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-6-500x356.png\" alt=\"\" class=\"wp-image-174478\" /></a>\n\n\n\n<a href=\"https://x.com/kellie/status/1843748495653822651\"><img width=\"500\" height=\"182\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-7-500x182.png\" alt=\"\" class=\"wp-image-174479\" /></a>\n\n\n\n<a href=\"https://x.com/ellenbauer/status/1843744793538781229\"><img width=\"500\" height=\"275\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-8-500x275.png\" alt=\"\" class=\"wp-image-174480\" /></a>\n\n\n\n<p>Automattic&#8217;s last big hire was <a href=\"https://wptavern.com/pedraum-pardehpoosh-joins-automattic-as-vp-of-product\">Pedraum Pardehpoosh</a> , who joined as VP of Product.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Oct 2024 14:45:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: #140 – Donata Stroink-Skillrud on Privacy Policies and Legal Obligations for Businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=173874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/podcast/140-donata-stroink-skillrud-on-privacy-policies-and-legal-obligations-for-businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:45977:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, privacy policies and legal obligations for businesses.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast. And you can copy that URL in to most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Donata Stroink-Skillrud. Donata is an attorney licensed in Illinois and a certified information privacy professional. She&#8217;s the president and legal engineer of Termageddon, a SaaS that generates website policies and helps keep them up to date with changing legislation. Donata is also a fellow of the American Bar Foundation, Chair of the American Bar Associations e-Privacy Committee and Program Committee, member of the American Bar Association Cyber Legal Task Force, and the American Bar Association&#8217;s representative to the United Nations.</p>\n\n\n\n<p>Donata will take us through the ever-changing topic of privacy laws, highlighting the challenges posed to businesses to comply with a myriad of regulations. She talks about the global trend of updating privacy laws to keep up with rapid technological advancements, and new capabilities.</p>\n\n\n\n<p>We touch upon the significant moral and legal responsibilities tied to use a data management. Donata stresses the importance of privacy by design, which integrates privacy measures from the starts to the end of a project life cycle.</p>\n\n\n\n<p>She shares real life examples of common pitfalls, such as misleading cookie banners, and offers best practices for embedding privacy in web development.</p>\n\n\n\n<p>Donata explains the importance of including disclaimers in contracts to mitigate legal liabilities, and provides actionable resources, including her own website policies waiver, which helps website builders navigate the complexities of legal compliance.</p>\n\n\n\n<p>We also discuss the landscape of international laws applicability, the high cost of specialized legal compliance, and how you need to be mindful of what&#8217;s coming in the next few years.</p>\n\n\n\n<p>If you&#8217;re keen to find out more about the current legal landscape, or just want some more knowledge to ensure your projects are legally sound and ethically responsible, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Donata Stroink-Skillrud.</p>\n\n\n\n<p>I am joined on the podcast by Donata Stroink-Skillrud. How are you doing Donata?</p>\n\n\n\n<p>[00:03:38] <strong>Donata Stroink-Skillrud:</strong> Doing great. Thank you so much for having me.</p>\n\n\n\n<p>[00:03:39] <strong>Nathan Wrigley:</strong> You&#8217;re very welcome. Donata is joining me in Oregon, we&#8217;re at WordCamp US. And, Donata, I&#8217;m guessing you haven&#8217;t done your presentation yet, because nobody&#8217;s done a presentation yet. Are you feeling confident? Is this something you do regularly?</p>\n\n\n\n<p>[00:03:51] <strong>Donata Stroink-Skillrud:</strong> It is something that I do on a regular basis. I am a textbook over preparer so I have 80 slides, and only 45 minutes to go through all of them. So I&#8217;m a little nervous about that. But I had my slides ready like two months ago, I&#8217;ve just been reviewing them over and over again, so hopefully I&#8217;ll do okay.</p>\n\n\n\n<p>[00:04:09] <strong>Nathan Wrigley:</strong> Better to be prepared than not prepared.</p>\n\n\n\n<p>[00:04:11] <strong>Donata Stroink-Skillrud:</strong> I&#8217;m always over prepared, and then it just ends up, I don&#8217;t go through like half the things that I need to talk about, so we&#8217;ll see.</p>\n\n\n\n<p>[00:04:17] <strong>Nathan Wrigley:</strong> Well, you&#8217;re a lawyer, over-prepared, I guess, in that profession is good. So, okay, that introduces us to the bio. So you&#8217;re on the podcast today, and we&#8217;re going to be talking about the legal side of WordPress, and the web industry, and what have you.</p>\n\n\n\n<p>Do you want to just give us your little potted bio? I know that you sent one to me, I don&#8217;t know how much of that you want to use. But tell us just a little bit about your background, especially on the law side of things, because I feel that&#8217;s where we need to know that you&#8217;ve got the chops to talk about what we&#8217;re talking about.</p>\n\n\n\n<p>[00:04:43] <strong>Donata Stroink-Skillrud:</strong> Yeah, absolutely. So to start on the law side, I&#8217;m not providing legal advice on this podcast. So if you are looking for that, I would recommend talking to a lawyer in your area. But I am an attorney licensed in Illinois, and a certified information privacy professional. I&#8217;m also the president and legal engineer behind Termageddon, which has generated tens of thousands of privacy policies, and kept them up to date with changing laws.</p>\n\n\n\n<p>Outside of that job, I&#8217;m a fellow at the American Bar Foundation. At the American Bar Association, I&#8217;m the chair of the e-Privacy Committee, member of the Cybersecurity Legal Task Force, and also member of the Science and Technology Council, and I&#8217;m actually the new ABA representative to the United Nations.</p>\n\n\n\n<p>[00:05:23] <strong>Nathan Wrigley:</strong> Okay, so you are the real deal basically. You&#8217;ve got all of the chops, so that&#8217;s really nice to hear.</p>\n\n\n\n<p>So your presentation, when it&#8217;s finally done, is called Building WordPress Websites with Privacy by Data in Mind, and Privacy by Data is encapsulated in quotes. This feels like it was a really big trend a few years ago. Everybody seemed to be concerned about privacy, and then it kind of seems like it went off the boil a little bit. And I&#8217;m presuming that you are saying, no, no, no, this is still something that&#8217;s very important.</p>\n\n\n\n<p>Where are we at with privacy? What&#8217;s the state of play? I don&#8217;t know if you can encapsulate that in just a few short sentences.</p>\n\n\n\n<p>[00:05:58] <strong>Donata Stroink-Skillrud:</strong> So I think when it comes to privacy, we&#8217;re kind of the frogs that are boiling in the water now. So, you know, you had GDPR that came out, and everybody was really excited about that, and that was huge. And that&#8217;s continuing, in the sense that there are dozens and dozens of fines issued every month, for privacy violations under GDPR. So if you want to check that out, that&#8217;s under enforcementtracker.com. And it&#8217;s anywhere from Facebook to a person who doesn&#8217;t even have a business that&#8217;s been fined.</p>\n\n\n\n<p>In the US it&#8217;s a little bit different, in the sense that we have this kind of hodgepodge of laws. So each state is proposing and passing its own law, because we do have federal laws for healthcare data, or children&#8217;s data, but not for things that are usually collected by websites, like names, and emails and stuff.</p>\n\n\n\n<p>But what&#8217;s really interesting, the newest trend in the United States that we&#8217;ve seen in the last few months is adapting really old privacy laws. So for example, the California Invasion of Privacy Act, 30-year-old privacy law, was meant to protect Californians from eavesdropping on landline phone calls, but it&#8217;s adapted to websites. So every day there&#8217;s over a dozen lawsuits filed in California for websites that use tools like IP intelligence tools, Facebook pixel, things like that, without consent from a California user.</p>\n\n\n\n<p>Very similar, under the Video Privacy Protection Act, which is a federal law, it was meant to protect people&#8217;s video rental histories. So from places like Blockbuster, you couldn&#8217;t share what videos you rented from Blockbuster with a third party. Well, that&#8217;s been adapted to websites as well. So if you have a website that has a YouTube video, for example, and Meta pixel is tracking who watched that video, and you&#8217;re showing them ads, and you didn&#8217;t get consent for that pixel, you could actually get sued for that.</p>\n\n\n\n<p>So we&#8217;re seeing so many lawsuits in the United States right now. It&#8217;s really, really crazy. And we&#8217;re also seeing a lot of states taking enforcement more seriously. Texas Privacy Law just went into effect. They formed an entire team within the Attorney General&#8217;s office, to enforce that law. And they&#8217;re actually going after companies, and sending letters for non-compliance. So I think in the United States, privacy&#8217;s really, really hitting up right now.</p>\n\n\n\n<p>[00:08:08] <strong>Nathan Wrigley:</strong> Is this generally kind of ambulance chasing litigation? Is it people going out and finding problems in order to sue, or is it more that people have been harmed, and so they&#8217;ve progressed some kind of legal case because, I don&#8217;t know, some of their data has escaped and they&#8217;ve been harmed by it? Maybe there&#8217;s not a perfect answer to that, but it always feels like the ambulance chasing component is part of it.</p>\n\n\n\n<p>[00:08:29] <strong>Donata Stroink-Skillrud:</strong> So it really depends on the country. So for example, like in the European Union, we see these privacy fines being issued when there&#8217;s actual harm. So great example is a company got sued because they were calling somebody that were on a do not call list. The person said, I don&#8217;t want this, they got 30 more phone calls over the span of a week. And they kept on saying, I don&#8217;t want this, I don&#8217;t want this, please take me off your list, and they continued calling them. So they complained to data protection authority. You know, that seems a lot more like a harm.</p>\n\n\n\n<p>In the United States, especially with the California Invasion of Privacy Act, it started off with healthcare websites. So if I go on a healthcare website, and I input my data, and that data is shared with Facebook, lawsuits started off that way, which is much more of a harm approach.</p>\n\n\n\n<p>But now they&#8217;re suing anyone. So they have some type of list where, here&#8217;s businesses that have the Meta pixel, for example, and they just go down that list. And they have a California individual who clicks on that website, they get tracked, boom, here&#8217;s a lawsuit.</p>\n\n\n\n<p>So we&#8217;re seeing a lot of really small businesses getting caught up with this, you know, people selling coaching services. I know of somebody who was selling patches for people who are veterans, and they got sued. They&#8217;re like, we&#8217;re a tiny business, how are we getting sued $60,000 for having a Meta pixel on our site? So here in the US it seems a lot more like ambulance chasing for sure.</p>\n\n\n\n<p>[00:09:51] <strong>Nathan Wrigley:</strong> I guess at the bottom of it all though is a moral position. If you&#8217;re surrendering, data and you haven&#8217;t authorised somebody to, I don&#8217;t know, use that data, sell that data, move that data on, there is a moral obligation for the person who&#8217;s running this website to do the right thing by that person&#8217;s data.</p>\n\n\n\n<p>And it&#8217;s often framed as ambulance chasing, but I guess unless there&#8217;s a bit of a carrot and stick approach where, you know, for a period of time there&#8217;s ambulance chasers, nothing would change. People would abuse the sharing of data. So maybe that&#8217;s the period that we&#8217;re in. I can&#8217;t remember how you described it at the beginning. You used the phrase which kind of.</p>\n\n\n\n<p>[00:10:25] <strong>Donata Stroink-Skillrud:</strong> Frogs boiling in water.</p>\n\n\n\n<p>[00:10:26] <strong>Nathan Wrigley:</strong> Right, okay. So it&#8217;s that moment in time, but that&#8217;s just the lay of the land now. And it does feel like, across the pond, where I live in Europe, things are sort of skewed slightly differently. Maybe there&#8217;s less of the ambulance chasing. But as I say, right at the bottom of it all is, well, some sort of moral compulsion to do the right thing by your data. And if the law is how that needs to be enforced, then that&#8217;s how it needs to be enforced.</p>\n\n\n\n<p>It does feel though, like you said, that it&#8217;s kind of gone off the, well, boil, for want of a better word, with the frog analogy. But maybe you are here to tell us that that&#8217;s a little bit different.</p>\n\n\n\n<p>Firstly, there is no one size fits all. If we&#8217;re in Europe, it would be on a country by country basis. If you&#8217;re in the US, it would be on a state by state basis. From the WordPress perspective, let&#8217;s take the example of somebody that&#8217;s just got a vanilla version of WordPress. So they&#8217;ve got no forms on there, it&#8217;s just downloaded directly from the internet, they&#8217;ve got a five page brochure website. Does anything inside a vanilla version of WordPress raise any kind of privacy flags?</p>\n\n\n\n<p>[00:11:25] <strong>Donata Stroink-Skillrud:</strong> I really think it depends, right? Because some people do just have a pure brochure website, there&#8217;s no forms, there&#8217;s nothing else, and privacy really starts becoming an issue when you&#8217;re collecting personal data. So names, emails, phone numbers, IP addresses, device identifiers, things like that. But I think for anybody that&#8217;s running a business, right? Like if I create a personal recipe website that I just use with my husband, which we do have, you know, it&#8217;s not a big deal because it&#8217;s just a personal use type of situation.</p>\n\n\n\n<p>But if you&#8217;re running a business, you&#8217;re almost always installing other tools. You&#8217;re installing Google Analytics, you&#8217;re installing Google Fonts, you&#8217;re installing Recaptcha, you know, you&#8217;re having these forms, you&#8217;re linking to other websites. That&#8217;s when privacy can really become an issue. So it does depend individually on your setup, but as long as your site is collecting data, either on the front end or the back end, that&#8217;s when you need to be aware of these things.</p>\n\n\n\n<p>[00:12:21] <strong>Nathan Wrigley:</strong> And when you say collecting data, it&#8217;s not just that there are form fields to be filled out on the front, the mere presence of, like you said, a Google Font, that was a sort of famous thing in the European Union, where the font I think was stored in the US, the file that that was taken from was in the US, and I think it was in Germany, the website, and somebody got prosecuted for that. But there&#8217;s nothing to fill in. It&#8217;s just, there&#8217;s something on the backend, Google Analytics, whatever it may be. So you do need to be mindful of this. You do need to think about it.</p>\n\n\n\n<p>[00:12:48] <strong>Donata Stroink-Skillrud:</strong> Absolutely. And I think the one thing that we&#8217;re seeing as a trend right now is, especially with web designers, is starting to become more aware of these things, looking at alternatives, right? So for Google Fonts, it&#8217;s non-compliant with GDPR, because of that court decision, we can just host it locally. So you don&#8217;t have to get consent because it doesn&#8217;t track people, it doesn&#8217;t collect data, it doesn&#8217;t place cookies, right? So that&#8217;s a great alternative.</p>\n\n\n\n<p>But for other things like a contact form, there&#8217;s not really an alternative. You&#8217;re going to have to collect data as a business owner, and there&#8217;s nothing wrong with that inherently, you just have to follow certain rules.</p>\n\n\n\n<p>[00:13:21] <strong>Nathan Wrigley:</strong> Let&#8217;s say with the contact form example, is it that you are collecting that data, and it&#8217;s being stored in a database? Is that where the problem arises, or is it the fact that that data at some point touched your infrastructure? So, as an example, let&#8217;s say I set up a contact form, and all it&#8217;s getting is, I don&#8217;t know, name, email, and message fields. But I have a plugin, and I&#8217;ve utilised the feature in that plugin to immediately expunge the database once the form&#8217;s been sent. So I receive the form, the form is processed on the backend, but immediately deleted, but I&#8217;ve got an email with that data in it. Is my website compliant because of that, or the fact that it&#8217;s sending data, does that make me non-compliant?</p>\n\n\n\n<p>[00:13:57] <strong>Donata Stroink-Skillrud:</strong> So it&#8217;s both. It&#8217;s the fact that that data&#8217;s been collected, even if it&#8217;s deleted immediately, as well as it&#8217;s been shared with your email service provider, and you&#8217;re storing it in your email as well. And that doesn&#8217;t necessarily mean that you&#8217;re non-compliant, it just means that you have to get compliant. You know what I mean? So you do have to do certain things, like obtain consent for the collection of that data, use it responsibly, provide a privacy policy, all of those types of things.</p>\n\n\n\n<p>[00:14:22] <strong>Nathan Wrigley:</strong> If I was going through anything in life that required legal thought processes, I wouldn&#8217;t assume that I could do it myself. I&#8217;d work on the basis that I need to hire a professional. I don&#8217;t know, I&#8217;m moving house and I need, we call them conveyancers, which is a particular kind of lawyer that deals with moving of property, and all of the titles and deeds that go with that. I wouldn&#8217;t think I can do that myself.</p>\n\n\n\n<p>And yet we&#8217;re in an industry where I&#8217;m assuming most people who build websites, probably a lot of the listeners to this, won&#8217;t be making those judgements. They might not be contacting lawyers. Is that potentially a move which you shouldn&#8217;t be making? Should you be consulting lawyers on this for each and every website? Because it kind of feels that that in itself might put you out of business because of the cost of hiring lawyers. So I don&#8217;t know what your thoughts are on that.</p>\n\n\n\n<p>[00:15:05] <strong>Donata Stroink-Skillrud:</strong> Yeah, so I think it is a dangerous idea, right? It&#8217;s one of those things where, you know, I own a house, and I know that there&#8217;s certain things I can do in that house, like I can rewire my thermostat. But I know I can&#8217;t rewire the entire electricity, because my house is going to burn down, because I have no idea what I&#8217;m doing, right? I think when it comes to web designers, there are a couple things that you should be aware of.</p>\n\n\n\n<p>So first of all, if you&#8217;re the one that&#8217;s providing the policy to the client, so let&#8217;s say your client&#8217;s like, hey, I need a privacy policy, and you&#8217;re like, oh no problem, I&#8217;ll give you a template, or I&#8217;m going to write it for you. You&#8217;re assuming that liability now.</p>\n\n\n\n<p>[00:15:39] <strong>Nathan Wrigley:</strong> Oh, the mere suggestion of, I&#8217;ll pass on a template for you, I as a web developer, as a web designer, that&#8217;s now on me.</p>\n\n\n\n<p>[00:15:47] <strong>Donata Stroink-Skillrud:</strong> Yeah exactly, because you&#8217;re the one that provided this template to them. And the issue there is that you&#8217;re probably not going to get paid enough for that website to cover the cost of non-compliance. So with privacy, you know, there&#8217;s lawsuits starting at $30,000, there&#8217;s fines starting at $2,500 per violation. So per violation means per website visitor. So let&#8217;s say I have 100 website visitors from California, and I don&#8217;t have a compliant privacy policy, that&#8217;s 2,500 times 100, that&#8217;s how my fine would be calculated. You&#8217;re not getting paid enough for that website to justify that kind of cost in taking on this type of liability.</p>\n\n\n\n<p>So I think as web designers, we do have to tell people, hey, I built this website for you, it&#8217;s collecting data, I&#8217;m not a lawyer, but I do know that there are some legal things that could come up with this. There are some issues that could happen with this. You should talk to a lawyer, or you should use another tool to get compliant.</p>\n\n\n\n<p>You give them that recommendation because a lot of clients just may not know that, right? They&#8217;re not tech savvy, or they don&#8217;t know any of this because they&#8217;re not in this industry. And you tell them that, and then it&#8217;s the client&#8217;s responsibility.</p>\n\n\n\n<p>Same thing with your contracts. Make sure your contracts don&#8217;t say, agency will be responsible for making sure that the website is compliant with all applicable laws, rules, and regulations. And if that sounds like a quote, it is, because there are a lot of templates out there that say that. Make sure your contract doesn&#8217;t say that, and make sure your client understands that&#8217;s not your responsibility, that&#8217;s their responsibility.</p>\n\n\n\n<p>[00:17:16] <strong>Nathan Wrigley:</strong> So if I have a contract with a client, they&#8217;ve come to me, I&#8217;ve built their website, I&#8217;ve handed it over, does ignorance count in any way, or do I need to explicitly put in writing, I have said to you, you need legal advice, now go and find it? Are there templates for that, dare I ask? Or is the mere templating of that sentence itself going to put me in hot water? In other words, is there a way that I can offhand this sensibly, in a repeatable fashion, where I can, I don&#8217;t know, just copy a document over to the client? Can that be done? Can I expunge the responsibility from myself fairly easily?</p>\n\n\n\n<p>[00:17:50] <strong>Donata Stroink-Skillrud:</strong> Yeah, you can. So the first step would be to have that in your contract so, you know, if a lawyer wrote your contract, talk to them about it, have them add that in. I would also recommend adding, we&#8217;re not responsible for accessibility, or any other compliance issues, which would be helpful. And at Termageddon we have something called the Website Policies Waiver, and you don&#8217;t actually have to use our service to use it, but it&#8217;s basically a two pager that explains what this is, why it&#8217;s important.</p>\n\n\n\n<p>It has the clients sign off on the fact that you&#8217;re not the one that&#8217;s responsible. And it gives them a couple of options, like you&#8217;ll provide your own policies, you&#8217;ll use Termageddon, or you won&#8217;t do anything. But the client signs off on it, so it&#8217;s all documented.</p>\n\n\n\n<p>I think we&#8217;re kind of at this point right now where there&#8217;s so many lawsuits that I would not, I mean, personally, if I was a web designer, I wouldn&#8217;t just say that and then move on, I would have that in writing somewhere.</p>\n\n\n\n<p>[00:18:39] <strong>Nathan Wrigley:</strong> Is it possible to have a catch all document like that? You just made a point that, you know, if you&#8217;ve got a hundred visitors from California, then that&#8217;s going to be impacting. And obviously, as a website developer, unless I&#8217;m geofencing the IP addresses and saying, no, Californians, you may not even look at my website. And honestly, who&#8217;s doing that? Nobody. It would be nice to have visitors from California. That&#8217;s almost the point of having a web presence.</p>\n\n\n\n<p>Do I need to worry about that? Do I need to worry about every single jurisdiction on earth, or can my British, in my case, based lawyer take that on for me?</p>\n\n\n\n<p>[00:19:11] <strong>Donata Stroink-Skillrud:</strong> Sometimes they can, sometimes they can&#8217;t. So if you are working with a lawyer, I would ask them, what privacy laws do you intend to cover here? And they should be asking you questions to figure out what laws apply to you, because all of this depends on what laws apply to you. So each law has different compliance requirements. So that&#8217;s the number one thing that must be done.</p>\n\n\n\n<p>So if you are working with a lawyer, I would ask them, hey, help me figure out what laws apply to me. What laws are you comfortable covering? What laws are you not comfortable covering? How do you write this policy? How do you intend to update this policy for me? Are there extra charges for updating, and things like that?</p>\n\n\n\n<p>I think it&#8217;s important to note that, just because your website could randomly be accessible anywhere in the world, that doesn&#8217;t necessarily mean that all the laws apply to you. So for example, like some laws, like Nevada, you have to do business in the state. So you have to have customers there, or ship there, or things like that. Some laws have business size restrictions, so you have to make a certain amount of revenue, like $25 million, or you have to collect the data of a certain number of people. So there are a lot of factors that go into figuring out what laws actually apply.</p>\n\n\n\n<p>[00:20:15] <strong>Nathan Wrigley:</strong> I&#8217;m obviously not a lawyer, but I know that if I want to move house, I&#8217;m going to contact conveyancer. I have a friend who is a maritime lawyer, and I know that he deals exclusively with freight, boats out on the ocean. In other words, there&#8217;s a specific kind of lawyer for a specific kind of law. Is that the case here? Is there a growing industry of web-based, online lawyers, and are they preferred, or could I walk down my high street and use any old lawyer?</p>\n\n\n\n<p>[00:20:41] <strong>Donata Stroink-Skillrud:</strong> So there are a lot of privacy lawyers out there. So the International Association of Privacy Professionals, iapp.org, which I&#8217;m a part of, certifies lawyers and privacy, and also has a directory of lawyers you can find there as well. It&#8217;s difficult because you may go to a business lawyer and they may say, oh yeah, no problem, I&#8217;ll write you a privacy policy, and then get some template online, or something like that. So definitely make sure to ask them, are you experienced in this area of law? Because it is very, very specific, and it&#8217;s very intricate. You know, I used to be a business lawyer back in the day, and I didn&#8217;t know anything about privacy. So you do have to be careful with that.</p>\n\n\n\n<p>[00:21:16] <strong>Nathan Wrigley:</strong> It sounded like the search that you might perform on Google there would be privacy lawyer.</p>\n\n\n\n<p>[00:21:20] <strong>Donata Stroink-Skillrud:</strong> Yep, privacy lawyer. And then you would put in like your city.</p>\n\n\n\n<p>[00:21:23] <strong>Nathan Wrigley:</strong> Okay, perfect. So your presentation at WordCamp was called, Building WordPress Websites with ‘Privacy by Design’ in Mind. And it sounds like you&#8217;ve got some tips there, some short circuit things that you might want to be thinking about. Let&#8217;s go through a few of those. What is in your presentation? What things can we have at the front of our mind if we&#8217;re building websites, which clearly people listening to this is doing are doing?</p>\n\n\n\n<p>[00:21:46] <strong>Donata Stroink-Skillrud:</strong> So, I&#8217;m going to start off first by just talking about what privacy by design is, and why it&#8217;s important. So kind of going over some of the legal requirements, like the laws that specifically talk about privacy by design, and what they say, and what&#8217;s happening with them. And then also talking about what privacy by design is, which is basically the integration of privacy throughout the entire life cycle of the project, from the beginning to the very end.</p>\n\n\n\n<p>So it starts off with the wire frame designs, and ends with a destruction of data. So privacy is embedded into all of those processes. So a great example would be, if you have a website that has a login form. When somebody puts in their email to reset their password, and they put in the wrong email, you don&#8217;t display, hey, you actually registered with this email instead, right? You know, a well known company got into trouble with this, when you&#8217;re setting up two factor authentication, don&#8217;t add the 2FA information to a marketing list. It was Meta that did that, which was just great.</p>\n\n\n\n<p>Things like that, so making sure it&#8217;s, privacy&#8217;s taking into account. And I&#8217;ll also be sharing some examples of bad practices, and examples of good practices. Some examples of the bad practices are cookie consent banners that just have an accept button and no decline. Or the decline is hidden, and tiny font underneath, and doesn&#8217;t even look like a button. Or email unsubscribes that are very confusing, where you can&#8217;t understand, you know, if I check the box, am I opting in or opting out?</p>\n\n\n\n<p>The way people display their policies. I have a screenshot of policy that says, analytics, and then it&#8217;s a whole bunch of blank space, and then, how we share your data, and it says, we don&#8217;t share your data with anyone. Things like that, that I think for a lot of people, once you talk about it, it seems really obvious, but if you&#8217;re not a part of that area of expertise, it might not be super obvious at first glance.</p>\n\n\n\n<p>And then I&#8217;ll also share some best design practices. So there&#8217;s some really good website design that I&#8217;ve seen, that provides good privacy choices and good design.</p>\n\n\n\n<p>And then I&#8217;ll also be giving some tips and cheat sheets. So for example, like when you build a website, tell your client all the third party tools that are on the website. We get on a lot of calls with a lot of people to generate their policies, and they&#8217;re like, I have no idea if I have Google Analytics, right? Well, they should know that because that could be a very privacy invasive tool. And that really affects their compliance requirements. It can even subject them to other privacy laws. But if they don&#8217;t know that, then they don&#8217;t know. So some tips for designers about how to communicate this all to their clients, what they should be talking about, what they should be thinking about.</p>\n\n\n\n<p>[00:24:17] <strong>Nathan Wrigley:</strong> Whenever I think of lawyers, forgive me, I always think that there&#8217;s an element, it&#8217;s a fairly well paid profession, let&#8217;s put it that way. And I would imagine that if I went to my brochure website client and said, okay, I&#8217;m not responsible for this, but here&#8217;s some information, you need to get a lawyer. I&#8217;m imagining that, typically, they might be thinking the same thought. Gosh, that&#8217;s going to end up costing me an absolute arm and a leg.</p>\n\n\n\n<p>Is that the case? Can you achieve compliance in a, well, air quotes, affordable way? Or does it end up suddenly adding thousands of dollars of legal fees? Which may actually be the difference with launch, go, no go, you know. Build a website, don&#8217;t build a website. Does it always have to be expensive? And I&#8217;m guessing services like your own, Termageddon is trying to reduce the cost because you can kind of automate a lot of this.</p>\n\n\n\n<p>[00:25:04] <strong>Donata Stroink-Skillrud:</strong> Yeah. Yeah, absolutely. So I think the cost for a lawyer, it can be expensive depending on where you&#8217;re located. So, you know, if you&#8217;re in downtown Chicago, you&#8217;re going to be paying a lot. If you&#8217;re in southern Illinois, in a smaller town, you may be paying less. But there might not even be a privacy lawyer in your town. You know what I mean?</p>\n\n\n\n<p>So I think for a lot of businesses that can become unaffordable. And that&#8217;s why we create a Termageddon, which is kind of a good mesh of these types of things that is affordable for small business. And that was our whole goal, is to make privacy accessible for small businesses. Because I think small businesses do care. They care about their clients. They care about their email list. They care about what they do with the data. It&#8217;s just that they don&#8217;t want to spend $30,000 on this. But you can automate some aspects of it for a much cheaper price.</p>\n\n\n\n<p>What some people do is they&#8217;ll generate their policies with a generator, and then give them to a lawyer to review, which is way cheaper than writing a new one. We provide updates as well, which is great.</p>\n\n\n\n<p>For people who can afford it, lawyer&#8217;s great. If you can&#8217;t afford it, which I totally understand, you know, we&#8217;re a small business as well, using third party tools like Termageddon is very helpful because it can help you get there without that huge price tag.</p>\n\n\n\n<p>[00:26:14] <strong>Nathan Wrigley:</strong> Yeah, I guess you&#8217;ve got to figure out what your exposure is. You know, if you&#8217;re doing something really bespoke, and you genuinely are taking people&#8217;s medical data. There&#8217;s no question, you need a bunch of lawyers, specifically to cast their eye over your webite. But if you&#8217;ve just got a personal blog, it&#8217;s probably much more straightforward. Inspect what you&#8217;re doing, and then go and get the legal advice.</p>\n\n\n\n<p>But I do like the idea of getting some documentation, maybe from some service like you mentioned, and then getting a lawyer in your local area to sort of look over it.</p>\n\n\n\n<p>But it also feels like a movable feast. It feels like, what was yesterday true, may not be true a year, two years, from now. And, is that the case? Is this the kind of set it and forget it in 2024, and then revisit it a decade from now, or is it more a month, a year, two years? Is there an iteration? Is there a sort of cadence that you need to be thinking about?</p>\n\n\n\n<p>[00:27:00] <strong>Donata Stroink-Skillrud:</strong> I wish it was something where like you created it once, and then look at it again in 10 years. Take like a 10 year vacation, it&#8217;d be awesome. Unfortunately, no. There are so many new privacy laws. So in 2025 we have 8 laws going into effect. So these policies are constantly updating all the time. And if you are working with a lawyer, I would recommend asking them what their price is for the updates, so that you&#8217;re not getting a bill every other month for a couple thousand dollars to make those updates. You know what I mean?</p>\n\n\n\n<p>But there are a lot of updates that need to be made very, very frequently. From the new laws perspective, there&#8217;s new rules, there&#8217;s new regulations. And here in the US we have these 20, 30-year-old privacy laws being reinterpreted as applying to websites now. So those need updates too, as well as whenever you change your privacy practices, you need to change it too.</p>\n\n\n\n<p>So that can get very costly, and it could get complicated, especially if you&#8217;re trying to do this yourself, because tracking this is like a full-time job. I mean, trust me, it is my job to track all of this, and it&#8217;s very, very time consuming. It&#8217;s not one of those things, if you don&#8217;t have anybody helping you with it, it&#8217;s definitely not a set it and forget it solution.</p>\n\n\n\n<p>[00:28:09] <strong>Nathan Wrigley:</strong> And so is that what you, Donata, spend your day doing? Literally consuming, I don&#8217;t know what it is, information from different jurisdictions, and collating that to try and make it work within your own business. Is that what you spend your time doing?</p>\n\n\n\n<p>[00:28:22] <strong>Donata Stroink-Skillrud:</strong> Yeah, pretty much. So I&#8217;m the legal engineer behind all the policies, so I wrote all the policy questions that help figure out what laws apply to you. All the remaining questions that you need to answer. All the answers, all the text variations, which we have hundreds of thousands of tax variations now. And then I&#8217;m also responsible for the updates.</p>\n\n\n\n<p>So whenever a new law is passed, you know, I have to track the bills first of all, which so many bills don&#8217;t pass, it&#8217;s like such a waste of time sometimes. You know, I do have to track all of that, and then once something becomes law, before the effective date, I have to put it in the generator and help people update their policies, and everything like that.</p>\n\n\n\n<p>[00:28:59] <strong>Nathan Wrigley:</strong> So if you use a service like yours, do you then provide something, and then you&#8217;ll, I don&#8217;t know, email an update out, or is it more, I don&#8217;t know, you put something on the website which is automatically updated as you make the adjustments on the Termageddon end, my website is automatically updated, or do I have to copy paste new privacy policies every so often?</p>\n\n\n\n<p>[00:29:20] <strong>Donata Stroink-Skillrud:</strong> No, so when you generate your policies with Termageddon, you get an embed code. The embed code goes onto your website, and that&#8217;s where updates are pushed through. How updates are made kind of depend on the law. So it depends on what new disclosures are required. So if it&#8217;s information that we already know, we push the update automatically for you. If it&#8217;s information that we don&#8217;t already know, we might ask you a question or two, you respond, and then the text update is made automatically to your privacy policy text.</p>\n\n\n\n<p>[00:29:47] <strong>Nathan Wrigley:</strong> And do you take the responsibility? We talked earlier about who&#8217;s responsible, and at what point can you divest yourself of that responsibility. If I use a service like yours, or a rival, does that mean that I am absolved a responsibility and you have taken it on, or is it more nuanced than that?</p>\n\n\n\n<p>[00:30:02] <strong>Donata Stroink-Skillrud:</strong> So when people register with us, they have to accept our privacy policy, and our terms of service, which means that they&#8217;re forming a relationship with us about their policies. So for example, as an agency, you can send clients to us through the affiliate program, you get a promo code or link. They register with us, and we&#8217;re the ones responsible for their policies. When you&#8217;re reselling Termageddon, we recommend sharing the license with a client, so the client has to create an account, and register with us, and acknowledge that we&#8217;re responsible for their policies as well.</p>\n\n\n\n<p>[00:30:31] <strong>Nathan Wrigley:</strong> Okay. So we&#8217;re in the year 2024, and I honestly don&#8217;t know what the landscape looks like. I&#8217;m presuming that you do a little bit more. Does it feel like more privacy in the future, less privacy in the future, or the same? In other words, if I&#8217;m a jobbing website designer, builder, web developer, whatever it may be, is there more coming down the pike than there is now, or is it the sort of thing that I can worry about the same amount this year as next year?</p>\n\n\n\n<p>[00:30:55] <strong>Donata Stroink-Skillrud:</strong> There&#8217;s a lot more, yeah.</p>\n\n\n\n<p>[00:30:56] <strong>Nathan Wrigley:</strong> There&#8217;s always more.</p>\n\n\n\n<p>[00:30:57] <strong>Donata Stroink-Skillrud:</strong> Yeah, I have a whole spreadsheet of upcoming privacy laws, and it just keeps getting longer, and longer, and longer. And the problem is, in the US there&#8217;s no comprehensive, overarching federal privacy law. So you&#8217;re seeing all of these states propose and pass their own laws. And that&#8217;s a really big issue because it creates this hodgepodge. Because if I&#8217;m a business located in Illinois, I have to comply with laws all over, because I do business there, I collect their personal information. So I don&#8217;t have to be located in a state or country for their laws to apply to me.</p>\n\n\n\n<p>So it creates this huge, what we call the privacy law patchwork, which is like the bane of every privacy lawyers existence right now. Because there&#8217;s more and more of these laws, and more and more of these requirements. They don&#8217;t exactly match up across the states. There are some states that have a lot of similarities, there are states that are completely different. You know, some exempt nonprofits, others don&#8217;t. It&#8217;s kind of a mess.</p>\n\n\n\n<p>[00:31:52] <strong>Nathan Wrigley:</strong> Yeah, wow. And that&#8217;s just the US. Map that across the whole world all the 192 odd, whatever it is, countries out there.</p>\n\n\n\n<p>[00:31:59] <strong>Donata Stroink-Skillrud:</strong> Yeah. And you know, countries that have had privacy laws for a long time, like Australia with their privacy act from 1988. It&#8217;s been amended a couple times, but due to the changes in technology, and the privacy invasive technology that we&#8217;ve seen, they&#8217;re working on a complete overhaul of their privacy law. So these laws that have been established for a long time, that we&#8217;re very familiar with, are going to completely change as well.</p>\n\n\n\n<p>[00:32:21] <strong>Nathan Wrigley:</strong> So, Australians, watch this space.</p>\n\n\n\n<p>[00:32:24] <strong>Donata Stroink-Skillrud:</strong> Yeah.</p>\n\n\n\n<p>[00:32:24] <strong>Nathan Wrigley:</strong> Where could people contact you if they&#8217;re kind of concerned, or interested, or just want to find out a bit more about Termageddon? Where would they get you?</p>\n\n\n\n<p>[00:32:31] <strong>Donata Stroink-Skillrud:</strong> So you can find our website at termageddon.com. Email me at donata at termmageddon.com, or you can follow us on social media. We&#8217;re just @termageddon everywhere. Definitely feel free to reach out.</p>\n\n\n\n<p>[00:32:41] <strong>Nathan Wrigley:</strong> Head to wptavern.com, search for Donata&#8217;s episode, and I&#8217;ll have put all of the links there in the show notes, if you didn&#8217;t manage to capture any of those. Everything should be there. So, Donata, thank you so much for chatting to me today. I appreciate it.</p>\n\n\n\n<p>[00:32:54] <strong>Donata Stroink-Skillrud:</strong> Thank you for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/termageddon\">Donata Stroink-Skillrud</a>.</p>\n\n\n\n<p>Donata is an attorney licensed in Illinois and a Certified Information Privacy Professional. She is the President and Legal Engineer of <a href=\"https://termageddon.com/\">Termageddon</a>, a SaaS that generates website policies and helps keep them up to date with changing legislation. Donata is also a Fellow of the American Bar Foundation, Chair of the American Bar Association&#8217;s ePrivacy Committee and Program Committee, member of the ABA&#8217;s Cybersecurity Legal Task Force and the American Bar Association&#8217;s Representative to the United Nations.</p>\n\n\n\n<p>Donata will take us through the ever changing topic of privacy laws, highlighting the challenges posed to businesses to comply with a myriad of regulations. She talks about the global trend of updating privacy laws to keep up with rapid technological advancements and new capabilities.</p>\n\n\n\n<p>We touch upon the significant moral and legal responsibilities tied to user data management. Donata stresses the importance of &#8216;Privacy by Design,&#8217; which integrates privacy measures from the start to the end of a project lifecycle. She shares real-life examples of common pitfalls, such as misleading cookie banners, and offers best practices for embedding privacy in web development.</p>\n\n\n\n<p>Donata explains the importance of including disclaimers in contracts to mitigate legal liabilities and provides actionable resources, including her own &#8220;Website Policies Waiver,&#8221; which helps website builders navigate the complexities of legal compliance.</p>\n\n\n\n<p>We also discuss the landscape of international law applicability, the high costs of specialised legal compliance, and how you need to be mindful of what’s coming in the next few years.</p>\n\n\n\n<p>If you’re keen to find out more about the current legal landscape, or just want some more knowledge to ensure your projects are legally sound and ethically responsible, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://termageddon.com/\">Termageddon website</a></p>\n\n\n\n<p><a href=\"https://www.americanbarfoundation.org/\">American Bar Foundation</a></p>\n\n\n\n<p><a href=\"https://www.americanbar.org/\">American Bar Association</a></p>\n\n\n\n<p><a href=\"https://www.americanbar.org/groups/cybersecurity/\">Cybersecurity Legal Task Force</a></p>\n\n\n\n<p>Donata&#8217;s presentation at WordCamp US &#8211; <a href=\"https://us.wordcamp.org/2024/session/building-wordpress-websites-with-privacy-by-design-in-mind/\">Building WordPress Websites with Privacy by Data in Mind</a></p>\n\n\n\n<p><a href=\"https://enforcementtracker.com/\">GDPR Enforcement Tracker website</a></p>\n\n\n\n<p><a href=\"https://www.americanbar.org/groups/business_law/resources/business-law-today/2024-august/californias-invasion-privacy-act/\">California Invasion of Privacy Act</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Video_Privacy_Protection_Act\">Video Privacy Protection Act</a></p>\n\n\n\n<p><a href=\"https://www.texasattorneygeneral.gov/consumer-protection/file-consumer-complaint/consumer-privacy-rights/texas-data-privacy-and-security-act\">Texas Privacy Law</a></p>\n\n\n\n<p><a href=\"https://termageddon.com/policies/disclaimer-generator/\">Termageddon&#8217;s Disclaimer Generator</a></p>\n\n\n\n<p><a href=\"https://iapp.org/\">International Association of Privacy Professionals</a></p>\n\n\n\n<p><a href=\"https://x.com/termageddon\">Termageddon&#8217;s X / Twitter</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Oct 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Akismet: How to Prevent Contact Form Spam without CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://akismet.com/blog/prevent-form-spam-without-captcha/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19898:\"<p>Contact forms are an essential part of your website, but the unfortunate reality is that they attract spam like a magnet. So, if your inbox is overrun with spam form submissions, the genuine inquiries will be overshadowed. And that stands to make your life a lot more&nbsp;difficult.</p>\n\n<p>CAPTCHA is a familiar option to stop spam, but it can drive potential customers away due to inconvenience. You know you’re not a robot, but sometimes CAPTCHA&nbsp;disagrees.</p>\n\n<p>Fortunately, there are other ways to stop spam without making your site visitors jump through&nbsp;hoops.</p>\n\n<p>Modern anti&#8209;spam solutions are much more accessible and user&#8209;friendly than CAPTCHA. So let’s explore some of these and get the clutter out of your&nbsp;inbox.</p>\n\n\n<span id=\"more-284201\"></span>\n\n\n<h2 id=\"why-captcha-is-to-be-avoided-in 2024\" class=\"wp-block-heading\">Why CAPTCHA is to be avoided in&nbsp;2024</h2>\n\n\n<p><a href=\"https://akismet.com/blog/what-is-captcha/\">CAPTCHA</a> has been around for years now. Anyone who’s been online is familiar with deciphering distorted letters or selecting all the squares that contain a certain object — the typical CAPTCHA fare.&nbsp;</p>\n\n\n<p>So what’s the problem? CAPTCHA is far from ideal, especially if you want to maximize user engagement, lead generation, or sales on your site. Some of the downsides to CAPTCHA&nbsp;include:</p>\n\n\n<ul class=\"wp-block-list\"><li><strong>User experience issues</strong>: CAPTCHA is perceived as a nuisance. When people click a button to do something, they don’t want to be forced to do picture puzzles or math problems. It’s frustrating to be interrupted by a CAPTCHA when you just want to fill out a&nbsp;form.</li>\n\n<li><strong>Accessibility concerns</strong>: It also poses significant accessibility challenges, particularly for those with visual impairments. For some people, it’s impossible to interact with them. While audio CAPTCHAs exist, these cause problems, too. Relying on CAPTCHA means you risk alienating a portion of your&nbsp;audience.</li>\n\n<li><strong>Decreased conversion rates</strong>: Ultimately, anything that disrupts the user journey will damage conversion rates. If what’s beyond the CAPTCHA isn’t valuable enough, people will simply abandon the form, and you just lost a conversion. If you want visitors to do something, you should minimize the number of barriers in the&nbsp;way.</li></ul>\n\n\n<p>At one time, CAPTCHA was the most effective way to stop spam. But with new advances in online technology, things have&nbsp;changed.</p>\n\n<h2 id=\"how-to-stop-form-spam-without captcha\" class=\"wp-block-heading\">How to stop form spam without&nbsp;CAPTCHA</h2>\n\n<p>You no longer need to rely on CAPTCHA to protect your forms from spam. There are several effective, <a href=\"https://akismet.com/blog/captcha-alternatives/\">more user&#8209;friendly methods</a> worth exploring. Let’s take a look at some of the potential strategies to block form spam without sacrificing conversions or&nbsp;accessibility.</p>\n\n<h3 class=\"wp-block-heading\">1. Akismet: The AI&#8209;powered solution that blocks 99.99% of&nbsp;spam</h3>\n\n<p>What if there was something that could stop contact form spam without your visitors even knowing it’s there? Something that requires minimal configuration, has no confusing setup, and just&nbsp;works?</p>\n\n<p>That describes Akismet perfectly. Powered by advanced AI and machine learning, Akismet excels at identifying and blocking spam submissions with an impressive accuracy of 99.99%. And it works entirely behind the&nbsp;scenes.</p>\n\n<p>How does it work? Just as you know the email offering an inheritance from a foreign prince in exchange for your banking details is fake, Akismet can sniff out spam at a&nbsp;glance.</p>\n\n<p>Akismet uses a massive database of known spam and a machine learning algorithm that becomes more intelligent the more spam it blocks. As spammers change their methods, Akismet evolves with&nbsp;them.</p>\n\n<p>Each time a form is submitted, Akismet compares the data against its database, flagging any submissions that match common spam patterns. That way, only legitimate messages make it to your inbox. It’s the most reliable way to keep your contact forms&nbsp;spam&#8209;free.</p>\n\n<h3 id=\"2-honeypot-a-decent-yet-limited solution\" class=\"wp-block-heading\">2. Honeypot: A decent yet limited&nbsp;solution</h3>\n\n<p>The <a href=\"https://akismet.com/blog/what-is-a-honeypot/\">honeypot technique</a> is another popular method for dealing with form spam, and while it has its merits, it comes with many&nbsp;limitations.</p>\n\n<p>The idea behind it is simple: you add an extra, hidden field to your form that human users can’t see. Spambots can see it and usually fill out every field they detect in a form. When a form is submitted with this trap field filled out, the submission is flagged and&nbsp;discarded.</p>\n\n<p>While a honeypot is effective against basic spambots, they often fall short. Advanced bots detect these hidden fields and bypass them, or intentionally avoid unusual fields. Some bots even use machine learning to detect honeypots and only fill out necessary&nbsp;fields.</p>\n\n<p>That means, over time, your spam protection becomes less and less effective — unlike AI&#8209;based solutions like Akismet which adapts in real&#8209;time to new threats. Honeypots are static and leave your forms vulnerable to new types of&nbsp;spam.</p>\n\n<h3 id=\"3-session-cookies-unreliable-and complex\" class=\"wp-block-heading\">3. Session cookies: Unreliable and&nbsp;complex</h3>\n\n<p>Session cookies are another method used to block spam. This involves setting a cookie when someone visits your site, which keeps track of their session and behavior. This is checked when they submit a form. If spammy behavior is detected, the submission is&nbsp;flagged.</p>\n\n<p>While this approach is also effective against simple bots, it’s far from foolproof. Advanced bots readily spoof legitimate behavior, so this method is unreliable. Also, relying on session cookies causes problems for legitimate users who browse with strong privacy settings or disabled&nbsp;cookies.</p>\n\n<p>Another drawback is the complexity involved in setting up session cookies to block spam. This requires a lot of technical knowledge, and it doesn’t even work as well as other&nbsp;solutions.</p>\n\n<h3 class=\"wp-block-heading\">4. Email filtering: Weak and&nbsp;time&#8209;consuming</h3>\n\n<p>Email filtering is another method for managing contact form spam. This approach involves setting up filters in your email client that automatically hide messages that appear to be spam. It identifies these based on blocklisted email addresses or suspicious&nbsp;keywords.</p>\n\n<p>The primary issue here is that they’re often ineffective. There’s a good chance that something will slip through the cracks and clutter up your inbox. Email filters are also <em>too</em> aggressive sometimes, filtering out legitimate messages. That means you’ll probably end up having to sift through all that spam&nbsp;anyway.</p>\n\n<p>Setting up your own email filters is also time&#8209;consuming. And you’ll likely end up constantly adjusting them and still having spam slip&nbsp;through.</p>\n\n<h3 id=\"5-rate-limiting-only-works-for-repeat offenders\" class=\"wp-block-heading\">5. Rate limiting: Only works for repeat&nbsp;offenders</h3>\n\n<p>Rate limiting is used to control the number of form submissions from a single IP address within a specified timeframe. This means that a single bot can’t be used to spam your&nbsp;form.</p>\n\n<p>This is useful for curbing form abuse, but the limitations are clear. It primarily targets spambots that attack your site from the same IP multiple times. But many spammers distribute their attacks across a network of bots or rotate their IP addresses frequently. Rate limiting is ineffective against spam attacks like&nbsp;this.</p>\n\n<h3 class=\"wp-block-heading\">6. Time&#8209;based form submissions: For very basic&nbsp;bots</h3>\n\n<p>Time&#8209;based form submission checks target bots that fill out and submit forms too quickly. Unlike normal users who need to spend at least a minute filling out a form, bots do it almost instantly. Just set a minimum time limit, and if a form is completed too quickly, mark it as&nbsp;spam.</p>\n\n<p>Most spammers have long wised up to this method, however. Advanced bots mimic human behavior. So, this ends up being a basic way of blocking spam that allows a lot of bots to slip through&nbsp;anyway.</p>\n\n<h2 id=\"why-akismet-is-the-perfect-alternative-to captcha\" class=\"wp-block-heading\">Why Akismet is the perfect alternative to&nbsp;CAPTCHA</h2>\n\n<p>As you can see, other ways to stop spam are often lacking. They either damage the user experience, filter out mail too aggressively, or leave several vulnerabilities open for spam to slip&nbsp;through.</p>\n\n\n<p>But Akismet is different. It’s a seamless, intelligent solution that works quietly in the background. As it’s always learning and growing, false positives are rare while most spam is successfully filtered out. As if you need more convincing, here’s why Akismet is the perfect choice to replace CAPTCHA in 2024:&nbsp;</p>\n\n\n<h3 id=\"smart-and-adaptive-spam protection\" class=\"wp-block-heading\">Smart and adaptive spam&nbsp;protection</h3>\n\n<p>As you’ve likely noticed, machine learning and AI have recently become much more powerful. Akismet has long used machine learning to power its anti&#8209;spam functionality, and these systems are now powerful enough to boast a 99.99% accuracy with over <a href=\"https://akismet.com/blog/akismet-five-hundred-billion-with-a-b-spam/\">500 billion pieces of spam&nbsp;blocked</a>.</p>\n\n<p>Spammers are always evolving, and stagnant methods of stopping them like rate limiting and honeypots will only work for so long. Akismet is different because it’s also adapting in real&#8209;time with every piece of spam successfully blocked. As new spam tactics emerge, Akismet will learn and grow with&nbsp;them.</p>\n\n<p>Akismet’s usage of AI also means that it doesn’t just recognize known spam patterns — it also identifies subtle signs of spam in real&#8209;time. It blocks new spam tactics before they even get out of the&nbsp;gate.</p>\n\n<h3 id=\"seamless-user experience\" class=\"wp-block-heading\">Seamless user&nbsp;experience</h3>\n\n<p>One of Akismet’s standout features is its ability to provide a seamless user experience, something that CAPTCHA fails to deliver. There are no tedious puzzles to solve with Akismet — your visitors won’t even know it’s&nbsp;installed!</p>\n\n<p>Akismet operates entirely behind the scenes and requires no extra work from users. This makes it more accessible than CAPTCHA as well as simply less&nbsp;intrusive.</p>\n\n<p>People are more likely to complete your forms since they don’t have to deal with unnecessary hurdles. And that means higher conversion rates&nbsp;overall.</p>\n\n<h3 id=\"easy-integration-with-any website\" class=\"wp-block-heading\">Easy integration with any&nbsp;website</h3>\n\n<p>Another reason Akismet is the perfect alternative to CAPTCHA is how easily it integrates with virtually any website. Akismet may be famous as a <a href=\"https://akismet.com/wordpress/\">WordPress plugin</a>, but it can be used anywhere. Just connect your site to the API and you have spam&nbsp;protection.</p>\n\n<p>For WordPress users, Akismet integration is particularly simple, as the plugin comes pre&#8209;installed and is free for personal, non&#8209;commercial&nbsp;blogs.</p>\n\n<p>Otherwise, there are plenty of <a href=\"https://akismet.com/developers/plugins-and-libraries/\">Akismet plugins</a> so you can just as easily get it running on platforms like Drupal or use Ruby, Python, JavaScript, or another framework to install it. You can also build your own&nbsp;application.</p>\n\n\n<h3 id=\"set-it-and-forget-it-technology\" class=\"wp-block-heading\">Set-it-and-forget-it technology</h3>\n\n\n<p>What makes Akismet really stand out is its hands&#8209;off nature. Once Akismet is integrated into your website, there’s no need to constantly monitor and tweak your spam settings. The machine learning technology behind it does all that for&nbsp;you.</p>\n\n<p>Everything is taken care of automatically and behind the scenes. Spam gets filtered and blocked with no manual intervention necessary. Thanks to the 99.99% accuracy rate, you don’t need to constantly monitor your spam&nbsp;folder.</p>\n\n<p>As Akismet’s AI&#8209;powered engine continues to learn and adapt, every spam submission that gets blocked only makes it more&nbsp;effective.</p>\n\n<h3 id=\"accessibility-and inclusivity\" class=\"wp-block-heading\">Accessibility and&nbsp;inclusivity</h3>\n\n<p>CAPTCHA causes difficulties for people with disabilities, who make up a significant portion of online users. Being excluded is frustrating and alienating, and they’ll likely never come back to your&nbsp;site.</p>\n\n<p>When you eliminate the need for CAPTCHA by using Akismet, you make your website much more welcoming and accessible. Since it works invisibly in the background, no one needs to worry about being locked out of parts of your&nbsp;site.</p>\n\n\n<p>Still on the fence? Learn <a href=\"https://akismet.com/blog/convertkit-customerstory/\">how ConvertKit leverages Akismet</a> to protect their users from spam while maximizing conversions.&nbsp;</p>\n\n\n<h2 id=\"how-to-integrate-akismet-on-your website\" class=\"wp-block-heading\">How to integrate Akismet on your&nbsp;website</h2>\n\n<p>Getting Akismet on your website is a straightforward process, especially if you use WordPress. Even if not, there are still plenty of libraries and third&#8209;party plugins you can use depending on your framework and&nbsp;platform.</p>\n\n<p>The best part of Akismet is that it’s free for personal, non&#8209;commercial sites. For commercial sites, plans are straightforward and&nbsp;affordable.</p>\n\n<p>A few steps is all it takes to protect your site from spam forever. Let’s go over the WordPress&#8209;specific steps&nbsp;first.</p>\n\n<h3 id=\"step-1-install-and-activate akismet\" class=\"wp-block-heading\">Step 1: Install and activate&nbsp;Akismet</h3>\n\n<p>If your website is built on WordPress, installing Akismet just takes a few steps. In fact, it may already be there, since most WordPress sites come with Akismet pre&#8209;installed. You just need to activate&nbsp;it.</p>\n\n<p>To check if Akismet is installed, log in to your WordPress dashboard and check the <strong>Plugins → Installed Plugins</strong> page from the menu on the left. If Akismet is there, just click&nbsp;<strong>Activate</strong>.</p>\n\n\n<img width=\"1223\" height=\"534\" src=\"https://akismet.com/wp-content/uploads/2024/10/image.png\" alt=\"WordPress Installed Plugins page, showing Akismet at the top\" class=\"wp-image-284202\" />\n\n\n<p>If Akismet isn’t installed yet, you can get it through <strong>Plugins → Add New Plugin</strong>. Search for Akismet and click <strong>Install</strong>, then&nbsp;<strong>Activate</strong>.</p>\n\n\n<img width=\"1207\" height=\"525\" src=\"https://akismet.com/wp-content/uploads/2024/10/image-1.png\" alt=\"Akismet plugin listing in the WordPress.org directory\" class=\"wp-image-284204\" />\n\n\n<h3 id=\"step-2-obtain-an-api key\" class=\"wp-block-heading\">Step 2: Obtain an API&nbsp;key</h3>\n\n<p>To use Akismet, even the free version, you’ll need to obtain an API key. You can get one from the <a href=\"https://akismet.com/pricing/\">pricing page</a>, where you’ll select the appropriate plan. Just sign up for an account, and you’ll receive an API&nbsp;key.</p>\n\n\n<img width=\"1205\" height=\"654\" src=\"https://akismet.com/wp-content/uploads/2024/10/image-2.png\" alt=\"three Akismet pricing plans: personal, pro, and business, with features included in each one\" class=\"wp-image-284205\" />\n\n\n<p>Back at the WordPress dashboard, head over to <strong>Settings → Akismet Anti&#8209;spam</strong> and click <strong>Manually enter an API key</strong>. Paste it in and you’re good to&nbsp;go.</p>\n\n\n<img width=\"1220\" height=\"620\" src=\"https://akismet.com/wp-content/uploads/2024/10/image-3.png\" alt=\"API key field on Akismet dashboard\" class=\"wp-image-284206\" />\n\n\n<p>Once Akismet is installed, you’ll find the <strong>Settings</strong> screen on the same page. Here, you can configure how the plugin will handle spam. That’s it. It will start working right&nbsp;away.</p>\n\n<h3 class=\"wp-block-heading\">How to integrate Akismet on non&#8209;WordPress&nbsp;sites</h3>\n\n<p>For non&#8209;WordPress sites, the process may be a little trickier. Check our <a href=\"https://akismet.com/developers/getting-started/\">Getting Started guide</a> for the full&nbsp;details.</p>\n\n<p>Depending on the platform you use and the framework your website is built on, there may be a plugin or library available that you can install. For example, there are a bunch of Akismet libraries for PHP, Python, .NET, and&nbsp;more.</p>\n\n<p>If that doesn’t work, Akismet provides full documentation on how to <a href=\"https://akismet.com/developers/detailed-docs/building-your-application/\">connect to the API</a>&nbsp;yourself.</p>\n\n\n<p>Whatever you use, Akismet aims to make the process as easy as possible. <a href=\"https://akismet.com/pricing/\">Get an API key today</a> and see for yourself what a difference it makes.&nbsp;</p>\n\n\n<h2 id=\"frequently-asked questions\" class=\"wp-block-heading\">Frequently asked&nbsp;questions</h2>\n\n\n<p>Now that we’ve covered the different ways to prevent contact form spam without relying on CAPTCHA, you might still have some unanswered questions. Let’s explore a few common questions people have on the subject.&nbsp;</p>\n\n\n<h3 id=\"what-is captcha\" class=\"wp-block-heading\">What is&nbsp;CAPTCHA?</h3>\n\n<p>CAPTCHA is a security tool used to identify humans from automated bots. Usually, CAPTCHA requires you to complete tasks like identifying distorted text, selecting what parts of an image contain a certain object, or even more complicated puzzles. While this is usually effective, CAPTCHA often frustrates users and drives them&nbsp;away.</p>\n\n<h3 id=\"is-it-possible-to-prevent-spam-without captcha\" class=\"wp-block-heading\">Is it possible to prevent spam without&nbsp;CAPTCHA?</h3>\n\n<p>It’s entirely possible to prevent spam without CAPTCHA. While methods like honeypots, email filtering, and rate limiting may not be as reliable, advances in machine learning have changed everything. AI&#8209;powered anti&#8209;spam is now almost 100% effective, and tools like Akismet prove themselves as superior CAPTCHA&nbsp;alternatives.</p>\n\n<h3 id=\"what-is akismet\" class=\"wp-block-heading\">What is&nbsp;Akismet?</h3>\n\n\n<p>Akismet is a powerful anti-spam service that uses advanced AI and machine learning to detect and filter out spam. Your contact forms, comments, and other submissions are fully protected. It uses machine learning to analyze vast sets of data — currently over 500 billion pieces of spam — and effectively stop 99.99% of spam from reaching your inbox.&nbsp;</p>\n\n\n<h3 id=\"why-is-akismet-the-best-alternative-to captcha\" class=\"wp-block-heading\">Why is Akismet the best alternative to&nbsp;CAPTCHA?</h3>\n\n<p>Akismet is the best alternative to CAPTCHA because it offers strong spam protection without compromising user experience or accessibility. Unlike CAPTCHA, which is slow and frustrating, Akismet works entirely behind the scenes. Its AI&#8209;backed, adaptive technology ensures that your site is protected against evolving spam tactics,&nbsp;too.</p>\n\n<h3 id=\"where-can-i-learn-more-about akismet\" class=\"wp-block-heading\">Where can I learn more about&nbsp;Akismet?</h3>\n\n<p>To learn more about Akismet, visit the <a href=\"https://akismet.com/\">official Akismet website</a>. There, you can explore its features, sign up for an API key, and access detailed documentation on how to integrate Akismet into your&nbsp;website.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Oct 2024 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Do The Woo Community: Woo Innovations in Order and Payment Processing with James, Beka and Patrick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=85992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://dothewoo.io/woo-innovations-in-order-and-payment-processing-with-james-beka-and-patrick/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52771:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>James:</strong><br />Hello, I&#8217;m James Kemp. I&#8217;m from WooCommerce, and we&#8217;re going to use this time to talk a bit about what we&#8217;re working on at WooCommerce behind the scenes that maybe you, the community, don&#8217;t generally get to hear about. So I am joined today by Beka from KestrelWP and Patrick from Mindsize. We&#8217;re all collectively working on a project together centered around order management, and we&#8217;ll dive into that shortly. But first of all, I think it would be useful to introduce yourselves. Beka, if you want to go first.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, sure thing. It&#8217;s great to see both of you again, James and Patrick. For those of you maybe new to the Woo space, I&#8217;m Beka Rice. I work at Kestrel, formerly one of the partners at SkyVerge. I&#8217;ve worked with WooCommerce since version 1.5 or 1.6, I think. So it&#8217;s been about a decade, actually a little over a decade of time with WooCommerce. I&#8217;ve built over 60 different plugins for WooCommerce as well as cross-platform apps for Woo and Shopify. So I&#8217;m very excited now to be working on a project to improve and revamp order management with James and Patrick. Patrick, I&#8217;ll turn it over to you.</p>\n\n\n\n<p><strong>Patrick:</strong><br />I&#8217;m Patrick Garman. I own and run Mindsize. I&#8217;ve been working with Mindsize since 2017, but I&#8217;ve been working with Woo since probably the same era as Beka, maybe slightly earlier. I feel like it was around version 1.2 or 1.4, right after the fork that we don&#8217;t talk about. We work on high-performance, high-scale applications, and a lot of WooCommerce is the tool we use when we need to really customize an e-commerce store to fit our needs.</p>\n\n\n\n<p><strong>James:</strong><br />What&#8217;s the first version of WooCommerce? WooCommerce 1.0?</p>\n\n\n\n<p><strong>Patrick:</strong><br />That&#8217;s a gray area.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, I think they did call it 1.0 right after the fork, and there were quickly a lot of patch releases. I remember the first couple of minor releases were within months of the WooCommerce launch, so it moved pretty quickly. Version 1.4 would&#8217;ve probably been, I don&#8217;t know, maybe six months in at most. It was pretty quick in the beginning, and then we got to skip around a bit. Sometimes it jumped from 1.6 to 2.0 right away. Those were painful times, but yeah, pretty early on.</p>\n\n\n\n<p><strong>James:</strong><br />Yeah, I think I joined or started using WooCommerce after originally using the previous software in…</p>\n\n\n\n<p><strong>Beka:</strong><br />2000? I don&#8217;t think it&#8217;s a bad word to say Jigoshop.</p>\n\n\n\n<p><strong>James:</strong><br />I don&#8217;t know if we’re allowed to say it. What happens if we say it three times?</p>\n\n\n\n<p><strong>Beka:</strong><br />Let’s not test that, James.</p>\n\n\n\n<p><strong>James:</strong><br />It was 2011 when I started using it. I didn&#8217;t take note of what the version number was back then.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, that would’ve been pretty early. It was like fall 2011, or early 2012, I want to say.</p>\n\n\n\n<p><strong>James:</strong><br />My first plugin was in 2011, and it went on to CodeCanyon, so I must’ve been right on it somehow.</p>\n\n\n\n<p><strong>Beka:</strong><br />I&#8217;m going to look it up right now. You’ve got me curious. Yeah, September 2011. So Woo is almost 13 years old. There we go. Okay, so we&#8217;ve all been doing this even longer than we thought—this is what age does to you.</p>\n\n\n\n<p><strong>James:</strong><br />Yeah, definitely a lot of expertise in the room around WooCommerce. I imagine WooCommerce wasn’t your first entry point into the web either. We’ve all got a lot of medals in the industry, which is awesome. That’s why it’s such a great group of people to work on the project we’re working on. For clarity for any listeners, Beka and Patrick are working in a consultation capacity at the moment. We&#8217;re in the very early stages of the project, doing a lot of work around deciding what it’s going to look like, how the data is structured, and a lot of work on design and how it’s going to be implemented into WooCommerce. That’s the context. I think we should start discussing what we’re actually working on.</p>\n\n\n\n<p><strong>Beka:</strong><br />So maybe what if we outline the problem? I think over time, Patrick and I have seen a lot of different Woo store owners doing a lot of off-the-wall but cool things. And I think one of the things that we’ve seen over time—and obviously, Patrick, feel free to jump in, especially from a high-volume perspective—has been that fulfilling orders, and that timeline between the customer placing the order and the customer receiving their order, is the hardest thing for any e-commerce merchant to manage, right? There are hard things…</p>\n\n\n\n<p><strong>James:</strong><br />Probably one of the most common things that they&#8217;re going to be in there doing as well.</p>\n\n\n\n<p><strong>Beka:</strong><br />Exactly right. That’s what you do all the time. You’re not always uploading product images or changing product listings, but the one thing you’re doing consistently is fulfilling orders. And it’s the hardest thing in e-commerce, even though inventory management is hard, there are a lot of hard things. Order fulfillment is definitely the most challenging thing for merchants to do. And I think historically in WooCommerce, that&#8217;s always been a bit challenging. When you look at the orders list, it’s not always clear if something’s paid for or not, if the charge has been authorized or captured, if the products have been packed, if they&#8217;ve been shipped, if they&#8217;re in transit but not yet delivered, or when the item is delivered. We only have this concept of order on hold, processing, or completed. So merchants have not had a granular view of that fulfillment process, and as Patrick can attest to this, the more your store scales up, the more important that granular view becomes. How many packages do I have yet to ship? How many labels am I going to need? What’s the throughput in my warehouse or shipping operation? So that was kind of what inspired the three of us working together on this—how do we solve that problem in WooCommerce, and what other related problems can we address at the same time for merchants who are fulfilling orders and struggling to understand the status of orders and how to fulfill them, and what steps are needed? Patrick, I don’t know if you have anything to add to that, but that was kind of the problem that inspired this project, and I think we can also talk about what we want to do about it.</p>\n\n\n\n<p><strong>Patrick:</strong><br />Yeah, definitely. It has been a challenge. I know Beka and I have experienced a lot, like she said, and I think this project is most exciting because a lot of the community may think that we just build in a silo, like we’re going to build what we want and you guys will live with it. But in this case, with one of the hardest problems in Woo, we have the product side represented—building extensions, building products within Woo—the scalability side, the data architecture. We’re looking at every aspect of this to build a highly customizable, highly performant flow that can support all stores.</p>\n\n\n\n<p><strong>James:</strong><br />Yeah, and I think that’s probably the biggest challenge. One of the biggest challenges of WooCommerce in general is how customizable it is, and when you’re building something like we’re working on, you have to think about all the ways that this is also going to be extended in some way. But yeah, like you say, Beka, one of the issues with how orders are presented in WooCommerce at the moment is the merchant can land on that orders page and they don’t know what to do next. There’s no clear indication from that list of orders what the next action is for each one of those orders. It’s quite a complicated thing to tackle. Obviously, the order status comes into play, and we have tons of extensions that modify the order status and add all of these interim statuses that could apply to an order. So you might see currently orders that are marked with a custom status of &#8220;shipped,&#8221; for example, but that’s not indicative of the actual status of the order. Like you said, you don’t know if it’s been fully paid for, you don’t know what&#8217;s being shipped, you don’t know when it’s delivered. There are so many aspects that aren’t covered by just having one singular order status. So one of the first points that we discussed is breaking that order status out into essentially three statuses: where you’ve got the overall order status, a payment status, and a fulfillment status. But the challenge we faced is because of how extensible WooCommerce is, and how many plugins and implementations there are that modify or use the order status in some way, we don’t want to just rush in and change how that all works in one fell swoop. So the approach we’ve taken is actually to leave the order status as it is and focus primarily on the fulfillment status. With the goal of tackling that without impacting how people use the order status—other than maybe transitioning to our new fulfillment status if they’re using a custom fulfillment status within the order status system—see how that goes, then focus on the payment status side of things, and then we’re kind of in a better position to migrate people to start using those. We’ll roll it out in a way that they’re kind of independent of each other, but can potentially impact one another. So it’s quite a challenging task, and that’s just the status aspect of it. There’s more to it than that. I don’t know if you had anything to</p>\n\n\n\n<p>add to that.</p>\n\n\n\n<p><strong>Beka:</strong><br />No, I think it’s a great start. So definitely the fulfillment side of it. There’s obviously the payment side, as you mentioned, the payment statuses, but the fulfillment side is definitely the place where we can make the biggest impact for the largest number of merchants. Even though every merchant is going to take a payment, and not every merchant is going to have to ship something, the shipping side is definitely more painful right now. Being able to add a fulfillment status is going to make it much clearer where things are. And as you had mentioned, James, the clarity in terms of the data structure around that and also being backwards compatible is a big consideration. Right now, Woo has the concept of shipping line items, but that shipping line item doesn’t really represent a package or a shipment. It’s just a single line with an ID and a name, which can sometimes be very difficult to tie back to which rate created that line, for example. What it represents is more of a payment for a shipment and less so an actual package. So having a proper API to retrieve shipments, to add new shipments, is going to make courier integrations much better. The ability to have a standardized way of tracking information will be much better and will give developers a framework to be able to add all kinds of different shipments. While Core can handle, &#8220;I took the order and I shipped it to the customer,&#8221; in mind, we also have things like how would we handle RMAs or how would we handle sample packages or ways that this feature can be extended by plugin developers to add new functionality to the shipment concept. So I think it’s a pretty exciting thing for us to do: to have a better data standard around what represents a shipment, how that&#8217;s going to be tied to an order, and to the line item that represents how much that shipment costs, and how developers can take that and make some really, really wonderful things on top of it for all sorts of advanced or niche use cases.</p>\n\n\n\n<p><strong>Patrick:</strong><br />You mean I won’t have 15 processes because I use three different carriers that all did things completely differently?</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, I think that’s the challenge right now. A lot of folks might be doing things directly in WooCommerce, or they might be using an ERP system. They might be going directly to their account with a specific shipment carrier, and there’s a lot of difficulty in doing that. A good example would be, I know a lot of merchants use both FedEx and USPS for different types of packages, and some of them might be using an ERP or a system that’s helping them in one place, but some of them are logging into both of those and copying and pasting tracking numbers from FedEx over to WooCommerce order notes or something. And that’s the broken process in my mind, and something that you’re going to do hopefully every day as a merchant, we should just be able to make a lot easier—and you should be able to do that right within WooCommerce as you’re looking at the order: &#8220;Hey, I’ve packed it, I’m ready to fulfill it.&#8221; I should be able to do that whole flow inside of my WooCommerce admin.</p>\n\n\n\n<p><strong>James:</strong><br />For sure. So I think for a bird’s eye view of what we’re working on, which ultimately stems down to a fulfillment status, we’ve got the fulfillment status of an order, which we are looking at as either fulfilled, partially fulfilled, or unfulfilled. Those are the three core statuses that you could assign to an order. So in order to fulfill an order, you would need to create a shipment or a fulfillment, as Beka was describing. And on top of that, you might not want just one fulfillment for a single order; you might want to have multiple fulfillments shipped via different couriers, for example.</p>\n\n\n\n<p><strong>Beka:</strong><br />And I think that piece there, James, is really key. I think a lot of folks who have used Woo have been frustrated with the fact that, &#8220;Well, I’m going to ship this order in multiple pieces, and I only have &#8216;processing&#8217; and &#8216;completed,&#8217; and my customer doesn’t get notifications for every shipment.&#8221; So that partial fulfillment concept is going to be a huge win for merchants who want to just ship things as fast as possible, even if that means multiple shipments, right? There are definitely bigger sellers who want to send more than one package, and this opens that capability up in WooCommerce in a very sane way, which I think is going to be very exciting. And to Patrick’s point about scalability and showing WooCommerce doing these really amazing things, it’s going to be a big win for those kinds of merchants.</p>\n\n\n\n<p><strong>James:</strong><br />I was speaking to a merchant that has to do that quite often. They sell, I think they’re like a bedding store, but they also sell beds. So they have to ship massive items alongside a pillow. What they tended to do if someone ordered a bed, a mattress, and a pillow, they had to manually create another order with just the pillow, remove the pillow from the previous order, and all this kind of manual work they had to do behind the scenes just to be able to send two separate shipments and log it appropriately in whatever system they were using. So ultimately, what we need—and this is what we’re working on—is a data structure for shipments or fulfillments behind the scenes so that the data that belongs to a shipment is always the same, regardless of what kind of shipment it is, and it’s consistent. So third-party tools can integrate into it, and they can receive that data and integrate out of it as well.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, I think let’s take that to a very practical example. So not only as a seller—let&#8217;s stick with this retailer that you were talking about—this is an excellent use case. So not only can this person now just fulfill each of those line items independently, with as many shipments as they need, all of that data is stored against the WooCommerce order, easily referenced, and in a structured way. Now we can expose that with a semantic API. Let’s say I build an email marketing app. Now I can get a webhook for a fulfillment being added to an order. First of all, that tells me maybe I should be sending an item-shipped email to users. Now I will know which items have been shipped and which things are in that package, as well as which line items, and by proxy, which products were in that order. So I can be sending these beautiful item-shipped emails as a good example. If there are other actions that need to happen as each item is fulfilled, now any external system that you&#8217;re using can tap into that information easily, because it’s not just going to be some random plugin that your app might not have integration with right now. It’s a core feature with part of the core API supporting it. And I think while it’s a really big deal to just support that workflow, I think we all know that the extensibility of Woo and the ability to use it with so many different tools and apps and services—that&#8217;s really the killer feature. Having that as part of core, I think, will be a big win for every app in the ecosystem, not just that fulfillment flow specifically on the site.</p>\n\n\n\n<p><strong>James:</strong><br />For sure. And I think as a merchant, just being able to see—and this is kind of where we are at in the design explorations—as a merchant, being able to see the list of orders and then being able to see which orders have been fulfilled and which haven’t, but also which orders have been partially fulfilled but still need some sort of action. I think that&#8217;s a really important thing, and it makes that orders list much more useful than it is currently.</p>\n\n\n\n<p><strong>Patrick:</strong><br />We’re filling a giant gap in a number of areas. WooCommerce is often seen as this customizable, flexible e-commerce platform until you want to do backorders or B2B and other complex scenarios that core doesn’t enable well, but now it’ll just work out of the box. If you’re doing a wholesale order to your distributor of 100 mattresses, surely that doesn’t fit in a single tracking number. Maybe you only have 50, but they ordered 100. Now you ship 50, and you still have 50 to go. All these scenarios will just work out of the box.</p>\n\n\n\n<p><strong>Beka:</strong><br />And to be fair, you could always build all your own custom code to do that in the past, which was the cool part about Woo, but now we’re giving people a framework that these customizations or more advanced pieces of functionality can fit into. That gives us a translation layer between Woo and apps and other plugins. Everyone having that common data store, to your point, Patrick, you can enable these really complex scenarios, but now ERP integrations, inventory integrations, or anything else that you have will have a standard way to interact with those workflows. I think that’s really going to be the exciting part of this. Even though these things may have been possible through custom code in the past, that little bit of standardization is going to go a long way towards facilitating other integrations, plugins, apps, and all kinds of features that can be built on top of this, no matter the use case, right?</p>\n\n\n\n<p><strong>Patrick:</strong><br />Yeah, it&#8217;ll be less work for me to build something that doesn’t feel like a bolt-on.</p>\n\n\n\n<p><strong>Beka:</strong><br />Exactly right! It will feel way more native, and other plugins will have the ability to understand where that data is going to be stored.</p>\n\n\n\n<p><strong>James:</strong><br />It makes a ton of sense. Additionally to that, Patrick touched on it just then—we’ll be looking at integrating some form of shipment tracking into this, which is a feature that many have complained about missing from WooCommerce.</p>\n\n\n\n<p><strong>Beka:</strong><br />I’m so excited about that change. I think it’s been such a gap. I</p>\n\n\n\n<p>know it’s hard because WooCommerce is free, right? Let’s not forget that. And you can’t have a sustainable ecosystem if everything is just free in the core platform. But I think we’ve maybe felt for a while that shipment tracking was probably a bit of a miss or something that is going to cover 80-90% at least of people using the core platform. So I’m super excited to see Woo make that decision to start to put a core shipment tracking feature available in WooCommerce as a result of this. I think it’s going to be a huge value add. And to our previous point, it gives you a standardized way for other apps to understand how to access tracking numbers as part of a fulfillment.</p>\n\n\n\n<p><strong>James:</strong><br />Yeah, I’m hoping we can implement it in a way that means there can be versions of shipment tracking that expand upon the feature of whatever’s in core.</p>\n\n\n\n<p><strong>Patrick:</strong><br />Well, there’s attaching a shipping number, and then there’s having real-time updates you send to the customer. There’s value that could be added. When’s the last time you heard someone say that the WooCommerce order thank-you page is good?</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, I think there are opportunities for carrier-specific integrations to have shipment statuses. A good example: if I’m integrated with FedEx, the basic level of that is just getting the FedEx tracking number and URL and showing it in the orders page or emails. But what if I want to have live updates because FedEx has more granular statuses for a shipment? There’s “awaiting package,” “received,” “in transit,” “out for delivery.” I think pro versions or more advanced integrations could be polling FedEx or getting webhooks from FedEx for those delivery alerts, for example, to send even more emails to your customers. I think there are some really cool opportunities that can be built on this with more advanced functionality, but at least from a core sense, you can be supporting that basic concept of: “Hey, a fulfillment is sometimes going to need a tracking number associated with it.”</p>\n\n\n\n<p><strong>James:</strong><br />Yeah. It’s very exciting stuff. I think the other important thing to touch on is that not every order is going to need shipping, and that’s something we’re discussing quite a lot. How do we frame this functionality in a way that covers digital orders and virtual orders? I think &#8220;fulfillment&#8221; makes sense as a term for covering all of those different use cases. We’ve discussed the opportunity of also fulfilling downloadable orders and virtual orders, but also having it possible to dictate—probably through code—when an order is fulfilled. So if you’re selling a membership (and Beka, I think you touched on this before), you might not want to fulfill that order, or a course, for example, you might not want to fulfill it until they finish the course. So there would be a way to fulfill orders outside of just shipping an item or shipping all of the line items.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, I think one of the things that’s exciting about Woo in general is that you have this long tail of use cases that can come out of every feature in these surprising and unexpected but very cool ways. That’s the beauty, I think, of open source—people will use things in ways you’ve never imagined. We tried to take that concept with fulfillment. Okay, the core reason to have a fulfillment is probably a shipment, but let’s dream a little bigger. What else could people do with this feature? I think as we all discussed this and talked to a lot of merchants, virtual goods like downloads, services, etc. may have the concept of fulfillment. You might want to skip that and not use fulfillments as a merchant, but you might want to—let’s say I sell content writing services and that’s a virtual item. I’m not going to ship anything to someone for content writing, but what I might do is say, &#8220;Hey, when I&#8217;m done, the first draft is up. Here’s my fulfillment—it’s my Google Doc,&#8221; and I send you the Google Doc link. Well, what are the parallels? What if we extract the idea and look for what&#8217;s core between a package and a Google Doc? They’ll have a name, they’ll have a URL, and they’ll have a status. So as a service provider, I could add a fulfillment with the Google Doc name and the Google Doc URL, and that’s my fulfillment to you. While I might not use that use case, I might use it differently. What we tried to do is think: what are other ways this feature can apply to different types of fulfilling a good or service, even if it&#8217;s not a package, if it&#8217;s a digital fulfillment or a service fulfillment, and how can we support that? Which things could be core for virtual sellers? If they&#8217;re not core, how do we facilitate extensibility and extensions of that? Core may not, let&#8217;s say, have a delivery date attached to fulfillment, but we need to make sure it&#8217;s possible to do such a thing, whether that&#8217;s enabling a semantic structured form of metadata. There are ways that we can do that and be mindful of that extensibility, which I think is an exciting part of this.</p>\n\n\n\n<p><strong>James:</strong><br />Even touching on what you said before about the fulfillment statuses—not the overall fulfillment status of an order, but the status of a shipment or a shipment status—just having a status per shipment is something we could do via metadata in some way, or maybe it’s a permanent field that belongs to a shipment. But yeah, I think having this structured data of shipments is going to be massively useful in any number of use cases.</p>\n\n\n\n<p><strong>Beka:</strong><br />I mean, especially with the number of digital goods sellers that WooCommerce has. I think that’s always been one of the strengths of Woo—it’s always been fantastic for virtual goods, whether downloadable, services, courses, memberships, all kinds of different things that I think will be very exciting to see how people use this feature. We’ve definitely tried to design it in mind that while it will primarily be used for shipments and packages, we have a ton of other exciting use cases that it could be brought to bear for.</p>\n\n\n\n<p><strong>James:</strong><br />And I think speaking of design, the key area that we’ve been focused on at the moment is how the merchant can come into the orders list and create a fulfillment from that page so they don’t have to click through to the single order page. They can create fulfillments from the orders list and complete that process a lot more quickly than they could right now, which is actually quite a challenge we’ve found in terms of designing this in its most simple form without adding too many buttons or things calling for your attention. So yeah, I think the design aspect of this is very challenging. We’ve got that screen to focus on. We’ve got, once they create a shipment or a fulfillment, how does that look? What does that screen look like? And then also we’ve got the edit order screen—what does it look like when you create a fulfillment from that screen? So we’re definitely in the very early stages in terms of design for this, and we’re focusing on how to make that experience as simple as possible, while also covering all of these different bases that we’ve talked about and all these different use cases.</p>\n\n\n\n<p><strong>Patrick:</strong><br />Not to mention as fast as possible.</p>\n\n\n\n<p><strong>James:</strong><br />Yes.</p>\n\n\n\n<p><strong>Patrick:</strong><br />We spent a fair amount of time in that one design call just talking about, &#8220;This page needs to be fast. You should not sit here and wait five seconds for this order to load after waiting 10 seconds for the orders list to load. We&#8217;re going to make it fast.&#8221;</p>\n\n\n\n<p><strong>James:</strong><br />Yeah, exactly. That’s one of the key things. We want the merchant to be able to create and fulfill orders as quickly as possible because their time is important, and that is more than likely one of the most time-consuming things they have to do. And Patrick, I don’t know whether, but I imagine a lot of merchants are currently fulfilling orders via some other means.</p>\n\n\n\n<p><strong>Patrick:</strong><br />Especially as stores grow, they&#8217;ll often have warehouses. Warehouses aren&#8217;t going to open up WooCommerce admin to fulfill an order, at least in a lot of cases they aren’t. So integrating these fulfillments into other platforms and having that ability will definitely be a thing. But customer service may need to look up the fulfillment that was fulfilled from the warehouse, and being able to integrate all these things or make it possible for the warehouse that fulfilled the order in some other platform to sync back to WooCommerce, which is integrated into your customer service tooling. In the little sidebar of your HelpScout or Zendesk, wherever you&#8217;ve got your order and your fulfillments, everything will be right there, all powered by one consistent data model.</p>\n\n\n\n<p><strong>James:</strong><br />And that’s the goal. So yeah, in terms of a timeline for this, we’re very much in the design phase. We’ve scoped out how we ideally want this to look and work. There’s definitely still more discussion around specifics, particularly around what the data structure is going to look like and how we actually embed that into WooCommerce itself. I would hope next year is when we could be rolling this out in some form, but I definitely want to get feedback early and often on what we’re working on. Right now, it’s hard to find somewhere where you can do that. I think as a company, we use GitHub discussions quite a lot for more officially collecting feedback from the developer community. I use Twitter a lot, but that’s a very unofficial way of doing it—or X, as they call it now. So I don’t know if you guys have thoughts on how we can get more community involvement in this. And also, I&#8217;m conscious that we don’t want to have the classic saying of too many cooks. I imagine there’s a lot of design-based input that we could get on this in terms of visual design or even database</p>\n\n\n\n<p>design, and there are probably a lot of differing opinions on how best to approach it. But I do feel like GitHub discussions has a technical barrier. I think the people who comment there are more than likely developers or part of some sort of agency, and less likely merchants.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, I would say I don’t feel like that’s a terrible thing, though, because if you’re an agency or a builder, you are oftentimes supporting the merchant and understanding their needs and use cases. Sometimes it’s helpful to have that sense of technical creativity to understand what are the possible ways we could solve this, or what is possible now and what are the gaps. I definitely welcome that side of the input. I do think it’s important, though, to hear the pain in the merchant’s own words and also to get very close to what expectations they have of the experience. Ultimately, you need each of those personas or types of people to make a really wonderful product because they’re all going to be users of the product. Even if the agency, developer, or plugin developer isn’t the person who&#8217;s in there using the UX every day—let’s say from my perspective as a plugin developer—I’m the one trying to build something on top of it. If I hate it, I’m just not going to use it. So we need all of those people to be excited to adopt what we’re doing. It’s got to be a carrot; it’s got to be a no-brainer. It’s got to be: why would I do this my own way? Why would I build my own data structure for a fulfillment when what&#8217;s in core works really wonderfully for me? I’ve had a lot of success in the past using customer councils. I think Woo has experimented with such a thing. I think it would be great to do a rotation of agencies in the space, of merchants who are actively using it, who want to see improvements in the software. I think Patrick and I are definitely in some ways fitting that persona in different ways—Patrick being on the agency side, working with high-volume sites, and myself being in the plugin developer space, trying to build things on top of WooCommerce and supporting the merchant store using these customizations and plugins. I would love to see a variety of voices involved in contributing to that. I agree with you, James—you can get inundated with feedback that’s not super valuable. So I think it’s having a small group of folks, and it’s also great if it’s not always the same people. If it rotates maybe every six months, I find that works best.</p>\n\n\n\n<p><strong>Patrick:</strong><br />There are so many bike sheds for us to debate what color to paint.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah.</p>\n\n\n\n<p><strong>Patrick:</strong><br />Woo’s had a hard time getting store feedback. Think of a big business—they go out, they’re like, &#8220;Hey, web developer, I need you to build my store. I don’t care what platform it’s on.&#8221; Some of them… So how do you get their feedback from the agency side? What I’ve tried to do, and I recommend many people do, is there are people like James, Ken, and others in the Woo space who want to talk to stores. I can certainly take the store’s feedback and go bring it to James and be like, &#8220;Hey, here’s what the store said.&#8221; But I just outright introduce the store owner to James, to Ken, to these other people within Woo who can have their own calls and ask their own questions. How you word a question and which way you ask will impact the answer. I’ve got multiple projects right now where we ask the client a question in a way that makes sense to us. They give us an answer that makes sense for the question that made sense to them, but the answer was wrong. So getting these different perspectives from different people is the best way to build a good product—lots of opinions from different perspectives, from different use cases. Spam James with all your store owner introductions.</p>\n\n\n\n<p><strong>James:</strong><br />Just send it all to me. Actually, Patrick, I think it was you that introduced me to the bedding store that I spoke to previously.</p>\n\n\n\n<p><strong>Patrick:</strong><br />That was one of them.</p>\n\n\n\n<p><strong>James:</strong><br />Yeah. I think that’s quite valuable—to have that kind of interaction, that direct interaction with the merchant and really dig into how they use the system.</p>\n\n\n\n<p><strong>Patrick:</strong><br />I mean, it makes you look good as the agency: &#8220;Hey, I’m going to introduce you to the head of product at Woo who’s going to listen to your feedback,&#8221; which isn’t me. Some people might think introducing your store owner to someone else is going to take away from what you’re doing. It’s the opposite.</p>\n\n\n\n<p><strong>James:</strong><br />Yeah, it’s definitely a useful thing to do. I think even the setup we’ve got here of WooCommerce working directly with you guys from different backgrounds and different perspectives is massively valuable. I think it takes away the too-many-cooks scenario where we’re aligned on what the goal is. Myself, coming from a plugin developer background, I’m kind of consciously aware of how would I want to extend this if I was building a product on top of this. So I think that’s really useful. Beka, you were going to say something. I don’t know if you remember what it was.</p>\n\n\n\n<p><strong>Beka:</strong><br />I do. One thing I did want to call out: we talked a lot about fulfillments in this conversation. I think it’s the first step and most exciting. The plan is to continue building in this line. The other thing we should spend a little bit of time on is talking about payments. One of my complaints about Woo for a long time has been the way payments are represented. I’ve built around two dozen payment integrations with WooCommerce as part of SkyVerge. We have a couple at Kestrel as well that are payment integrations. One of the really challenging things has been that a payment is just a metadata blob attached to an order right now, and that’s not always very semantic or easy to work with. If an email wants to show the card type and last four digits that were used on the order, how does it do that? Well, it has to know which meta keys to look for from all these various payment gateways. That’s not great. So the other part would be what we can do on the fulfillment side, we can kind of do a parallel on the payment side, which is attaching transaction objects to an order. Each transaction would represent a payment. So number one, that’s cool for data standardization—a payment can be represented with the type, the payment name, the payment method that was used, some basic information about that payment method—and that’s exciting for all the integrations that Patrick’s pointed out on the order thank-you page, like, &#8220;Hey, we could just display this information; it’s now going to be available in the API,&#8221; and that’s pretty cool. But that also opens up the possibility for a couple of pain points for big merchants, which would be partial payments, deposits, multiple payments, multiple captures per order against different line items. There are a lot of more advanced workflows around payment processing that are difficult in WooCommerce, or you&#8217;ve got to go bespoke and build everything yourself with all your own custom code. There’s no standardization to allow for translation between apps and plugins. While fulfillments are one area, I just want to make sure people understand payments is another area where we see this need, and we can take the lessons learned from shipments and fulfillments and translate those lessons over to transactions as well, which I think will be a very exciting thing. I know Patrick, you&#8217;ve seen a lot of really weird use cases around payments. If there&#8217;s anything you want to add there that we can facilitate, just to call out that there&#8217;s some cool stuff coming there too next year once the fulfillment project can be kicked out the door.</p>\n\n\n\n<p><strong>Patrick:</strong><br />I’ve been screaming from the rooftops for years about let’s separate the order, payments, and shipments/fulfillments. There are so many scenarios. As businesses get bigger, they add more process. Enterprise isn&#8217;t millions more orders; it&#8217;s a lot more red tape and process around everything they do. So having the ability to separate these things out, having bespoke objects for a payment, for a fulfillment, and you could have an entire workflow in your store. I&#8217;m selling a website. The first fulfillment could be sending off a contract through DocuSign that includes a payment afterwards of a deposit. Then the second fulfillment is a logo, and then a third fulfillment is the pages, the content. All of these things could just fit in a native data structure. You wouldn’t think, &#8220;I’m going to sell a website out of WooCommerce,&#8221; but you could! Multiple payments, multiple fulfillments of digital and physical things—that’s all possible.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, I&#8217;ll give you an example that wasn&#8217;t even enterprise-level but was similar. I bought some swag from a Woo store. They&#8217;re called Scout Books—they do notebooks with custom printing, and they use their Woo orders as invoices and to pay a deposit. They can either use two separate orders, or you have to do a fee line item and then discount the main line item. But again, you have to have two separate payments, and that&#8217;s a customization. So there&#8217;s a lot of weirdness to that in Woo, and while it&#8217;s supposed to be the most flexible e-commerce system on the planet, let&#8217;s make it easier for developers to enable such a thing. Even if we don&#8217;t have to facilitate that in the core plugin, we should at least have the on-ramps for plugins to be able to do this in a sane and semantic way. So I&#8217;m very excited for that potential because I think multiple payments against a single order will open up a ton of really cool use cases around upsells and cross-sells, post-purchase additions, like a thank-you page order bump. These are all</p>\n\n\n\n<p>things that we could make so much easier for plugin developers with that as well. Fulfillment is one piece of it, but then actually accepting the payments against the same order object is the other piece.</p>\n\n\n\n<p><strong>Patrick:</strong><br />That&#8217;s like I said earlier: we go from &#8220;we can do it&#8221;—all of that you described is possible…</p>\n\n\n\n<p><strong>Beka:</strong><br />But it&#8217;s ugly.</p>\n\n\n\n<p><strong>Patrick:</strong><br />We can do it well.</p>\n\n\n\n<p><strong>Beka:</strong><br />Yes, it&#8217;s ugly now, and that&#8217;s the thing that I will be so excited to fix.</p>\n\n\n\n<p><strong>Patrick:</strong><br />It’ll be sustainable, scalable, and performant—just all of that.</p>\n\n\n\n<p><strong>James:</strong><br />And I think on top of the transactions entity being just payments, it can also be refunds, fees, disputes—all of that stuff can be within the same database, and that alone will make reporting easier as well. I think that&#8217;s the more challenging side of the two entities that we&#8217;ve discussed because once you get into those grounds, you&#8217;re then affecting how the overall order status works and the need for using it at all. Whereas I think with shipments, it&#8217;s kind of an optional thing. You could either utilize that, but your overall experience, unless you&#8217;re using it, would remain much the same. But with payments, every order has a payment—there’s no way to not use that. So it&#8217;s definitely a challenging thing.</p>\n\n\n\n<p><strong>Patrick:</strong><br />There’s a way to do it though—to not scare everyone into thinking there’s going to be this huge breaking change in WooCommerce coming. You could have a payment gateway that just marks the order as paid, like it does today, and it just marks the order paid without the data. So there’s going to be a path.</p>\n\n\n\n<p><strong>Beka:</strong><br />And I think, to tie onto that, Patrick, I think as someone who has built both plugins and apps consuming the Woo API, I do want to call that out—that’s definitely part of the path that we&#8217;ve talked about: making sure that if you&#8217;re an API consumer right now and let&#8217;s say you might even be inferring financial and fulfillment statuses depending on whether the order is on hold, processing, or completed, or has a &#8220;date paid&#8221; property or not, you might have some work in your app right now that&#8217;s even circumventing these problems. One of the things we&#8217;ve discussed is not making specific breaking changes to the existing version of the API, but allowing you to upgrade to a new version of the API. Now you&#8217;ll have discrete properties and data objects for each of these things. The backwards compatibility aspect has been a big part of the discussion. It’s certainly a big project, and that&#8217;s why transactions would come after fulfillments, but there is a path to adding these things in a way that is not going to create breaking changes for stores, API consumers, or plugin developers. It would just behoove you as an app or plugin developer to adopt them because it’ll let you do much better things, and it will let you remove probably some of your internal logic that you&#8217;ve had to maintain. I think it’ll just be the smart decision to make the updates to adopt this once it’s out there, but definitely not something that would pull the rug out from underneath you.</p>\n\n\n\n<p><strong>James:</strong><br />Yeah, I mean, that’s definitely the approach we’re going for. I think that’s why we’ve separated it out into these phases of work. We don’t want to just one day release a completely different way to manage orders all in one go. So yeah, I think that’s a great point to raise. That is the phase two, I guess, of what I would call the order status project. Ultimately, it’s all boiling down to having these separated order statuses for orders, even though there’s a whole iceberg of a mechanism that goes on behind the scenes for both scenarios.</p>\n\n\n\n<p><strong>Beka:</strong><br />But to tie it back to our point at the beginning, the goal is just so much more clarity around order management. So I think both of these things can add wonderful clarity for even more complex use cases than just: I have a single item in an order, a single payment, and a single shipment. Woo is totally fine for that today, but as we&#8217;ve seen, the beauty is that it can be used for way more complex things too. We can have a cleaner way to support those complex things while still having a really beautiful, snappy, fast, and easy interface for people in the orders list.</p>\n\n\n\n<p><strong>James:</strong><br />Agreed. Cool. I think we&#8217;ve had a pretty good discussion about what we’re working on, unless anyone’s got any additional points to raise about the project.</p>\n\n\n\n<p><strong>Patrick:</strong><br />I heard from James we&#8217;re going to be live in a year!</p>\n\n\n\n<p><strong>Beka:</strong><br />He’s going to hold you to that.</p>\n\n\n\n<p><strong>James:</strong><br />For fulfillment! To be honest, I&#8217;m hoping less than a year. I would hope…</p>\n\n\n\n<p><strong>Beka:</strong><br />I think Patrick and I are just excited to see the project happening. We&#8217;ve talked about this for a long time in Woo—how it would be a great improvement. I would just say thanks, James, for giving us the opportunity to collaborate and contribute to it. It’s nice to have more of a work-in-public mindset and to have more visibility, I think, as developers. Hopefully other folks too, because Woo is definitely more powerful when we understand even the extensibility use cases, not just core use cases. Not everything will be a core use case, but the extensibility is definitely something that is very powerful to facilitate and make possible.</p>\n\n\n\n<p><strong>James:</strong><br />On which note, I think it would be useful to say how people can contact me or you. I’m on Twitter/X as @jamesckemp, which is probably the best place to reach me, to be honest. Beka?</p>\n\n\n\n<p><strong>Beka:</strong><br />Yeah, also on Twitter—I refuse to call it X.</p>\n\n\n\n<p><strong>James:</strong><br />I feel like I have to…</p>\n\n\n\n<p><strong>Beka:</strong><br />On the bird app—@beka_rice. As James mentioned earlier, our website is kestrelwp.com, contact form. There’s only a few of us, so the contact form will hit me too.</p>\n\n\n\n<p><strong>Patrick:</strong><br />Patrick, and I’m also on Twitter—@pmgarman, G-A-R-M-A-N. You can find us at mindsize.com. Definitely reach out.</p>\n\n\n\n<p><strong>James:</strong><br />Awesome. Well, I hope we can do this again, potentially next month, and we’ll keep people updated on where we’re at on the project as a whole, any kind of roadblocks we’re up against, or any new decisions we need to make. I think it&#8217;ll be quite a fun project to keep an eye on. But yeah, thanks for joining me and thanks for being willing to contribute to this project.</p>\n\n\n\n<p><strong>Beka:</strong><br />Thanks, James.</p>\n\n\n\n<p><strong>Patrick:</strong><br />Thank you.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong><em>Woo ProductChat</em></strong>, host <strong>James Kemp</strong> makes his debut alongside <strong>Beka Rice from Kestrel and Patrick Garman from Mindsize</strong>. James describes this monthly episode as what they&#8217;re working on at WooCommerce behind the scenes that maybe you, the community, don&#8217;t generally get to hear about.</p>\n\n\n\n<p>They jump into the ongoing development projects at WooCommerce, particularly focusing on improving order management. </p>\n\n\n\n<p>Beka and Patrick,  join James to explore solutions for streamlining the order fulfillment process, addressing the complexities of partial shipping and shipment tracking within WooCommerce. They discuss the importance of creating a structured shipment data model and the impact that could have on merchants, as well as envision future developments in payment transaction handling to enhance usability and customization. </p>\n\n\n\n<p>The conversation further highlights the effort to involve the community for feedback and discuss potential enhancements, balancing the technical and experiential aspects of development. </p>\n\n\n\n<p><strong>Takeaways</strong></p>\n\n\n\n<p><strong>Revamping Order Fulfillment</strong>: WooCommerce is addressing long-standing challenges in order fulfillment by introducing a more granular fulfillment status system. The new system will include three states: <strong>fulfilled, partially fulfilled, and unfulfilled</strong>, making it easier for merchants to manage orders and shipments more effectively.</p>\n\n\n\n<p><strong>Splitting Order Statuses</strong>: The project will introduce a more refined order status system, splitting it into three categories: <strong>order status</strong>, <strong>payment status</strong>, and <strong>fulfillment status</strong>. This separation will provide clearer insights into each phase of the order process, while minimizing disruption to existing workflows.</p>\n\n\n\n<p><strong>Focus on Extensibility</strong>: The new fulfillment and order management features will be highly <strong>customizable</strong> and <strong>extensible</strong>, allowing third-party developers to build on the new data structures and support varied use cases like multiple shipments or integration with different shipping carriers.</p>\n\n\n\n<p><strong>Payment Handling Overhaul</strong>: WooCommerce’s payment system is being revamped with the introduction of <strong>transaction objects</strong> to handle payments, refunds, fees, and disputes. This structured approach will simplify managing <strong>partial payments</strong>, <strong>deposits</strong>, and <strong>multi-payment captures</strong>, making it easier to work with complex payment scenarios.</p>\n\n\n\n<p><strong>Better Workflow for Merchants: </strong>The project aims to enhance merchants&#8217; efficiency by enabling them to create and manage shipments <strong>directly from the orders list</strong>. This will streamline the fulfillment process, especially for merchants handling large volumes of orders, without requiring them to click into individual orders.</p>\n\n\n\n<p><strong>Shipment Tracking Integration</strong>: A <strong>core shipment tracking feature</strong> will be introduced, which has been a frequently requested addition. This will standardize how tracking numbers are handled and displayed, improving transparency and customer communication.</p>\n\n\n\n<p><strong>Collaborative Approach:</strong> WooCommerce is working closely with developers and merchants in the community to ensure the new order management features meet real-world needs. By seeking feedback throughout the development process, the team aims to make these changes both useful and adaptable to a wide range of use cases.</p>\n\n\n\n<p><strong>Connect</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://twitter.com/jamesckemp\">James on X</a></strong></li>\n\n\n\n<li><strong><a href=\"https://twitter.com/beka_rice\">Beka on X</a></strong></li>\n\n\n\n<li><strong><a href=\"https://kestrelwp.com\">KestrelWP</a></strong></li>\n\n\n\n<li><strong><a href=\"https://twitter.com/pmgarman\">Patrick on X</a></strong></li>\n\n\n\n<li><strong><a href=\"https://mindsize.com/\">Mindsize</a></strong></li>\n</ul>\n\n\n\n<p><strong>Chapter Titles with Timestamps</strong></p>\n\n\n\n<p>00:00 Welcome to Woo Product Chat <br />00:55 Meet James, Beka, and Patrick <br />01:16 Diving into WooCommerce Order Management <br />05:14 Challenges in Order Fulfillment <br />09:27 Introducing New Fulfillment Statuses <br />19:55 Enhancing Shipment Tracking <br />24:17 Exploring Virtual Fulfillment <br />26:36 Designing a Seamless Fulfillment Process <br />28:21 Integrating Fulfillment with Other Platforms <br />30:09 Community Involvement and Feedback <br />35:35 Enhancing Payment Systems <br />42:50 Future Plans and Collaboration <br />44:59 Contact Information and Closing Remarks</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Oct 2024 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress.org blog: Please Welcome Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2024/10/proud-mary/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:843:\"<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<img width=\"1626\" height=\"1002\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/10/maryhubbard.png?resize=1626%2C1002&ssl=1\" alt=\"\" class=\"wp-image-17920\" />\n\n\n\n<p>We&#8217;re proud to announce that <a href=\"https://maryhubbard.blog/\">Mary Hubbard</a> (<a href=\"https://profiles.wordpress.org/4thhubbard/\">@4thhubbard</a>) has resigned as the Head of TikTok Americas, Governance and Experience, and will be starting as the next Executive Director of WordPress.org on October 21<sup>st</sup>!</p>\n\n\n\n<p>Mary previously worked at Automattic from 2020 to 2023, and was the Chief Product Officer for WordPress.com, so she has deep knowledge of WordPress and expertise across business, product, marketplaces, program management, and governance.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 19:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: WPGraphQL to Become a Canonical Plugin as its Creator Joins Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=174387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wpgraphql-to-become-a-canonical-plugin-as-its-creator-joins-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6400:\"<p>WPGraphQL, a popular plugin that provides an extendable GraphQL schema and API for WordPress sites,  is set to become a canonical plugin on WordPress.org. Its creator and maintainer, Jason Bahl, has <a href=\"https://www.wpgraphql.com/2024/10/07/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic\">joined Automattic</a> after spending 3.5 years at WP Engine, allowing him to continue his work on WPGraphQL.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wp-graphql/\">WPGraphQL</a> adds a flexible and powerful GraphQL API to WordPress, enabling efficient querying and interaction with your site’s data. It allows developers to interact with WordPress data using GraphQL queries instead of the traditional REST API, making it ideal for building modern, headless WordPress applications.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Canonical Plugins</h3>\n\n\n\n<p>Canonical plugins were <a href=\"https://wordpress.org/news/2009/12/canonical-plugins/\">first introduced</a> to the WordPress community in 2009 to provide users with optional features that offer higher reliability than regular plugins.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Canonical plugins would be plugins that are community developed (multiple developers, not just one person) and address the most popular functionality requests with superlative execution. These plugins would be GPL and live in the WordPress.org repo, and would be developed in close connection with WordPress core. There would be a very strong relationship between core and these plugins that ensured that a) the plugin code would be secure and the best possible example of coding standards, and b) that new versions of WordPress would be tested against these plugins prior to release to ensure compatibility. There would be a screen within the Plugins section of the WordPress admin to feature these canonical plugins as a kind of Editor’s Choice or Verified guarantee. These plugins would be a true extension of core WordPress in terms of compatibility, security and support.</p>\n</blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">WPGraphQL &amp; Jason Bahl’s Journey</h3>\n\n\n\n<p>Jason Bahl launched the WPGraphQL plugin in 2016. In 2019, he <a href=\"https://wptavern.com/jason-bahl-joins-the-gatsby-team-to-work-on-wpgraphql-full-time\">joined the Gatsby Team</a> to work on WPGraphQL full-time and continued there till joining WP Engine 2021 as a Principal Software Engineer maintaining WPGraphQL.&nbsp;</p>\n\n\n\n<p>About <a href=\"https://www.wpgraphql.com/2021/02/07/whats-next-for-wpgraphql\">leaving Gatsby</a>, he said, “The team I was part of was asking me to start transitioning to work more on other Gatsby integrations, such as Contentful and Shopify, and work less on WordPress and WPGraphQL. This doesn’t mean Gatsby was abandoning WordPress or WPGraphQL, just that I would need to spend less time on it and prioritize other things… WP Engine is investing in the future of headless WordPress, and they see WPGraphQL as an important part of that future.”&nbsp;</p>\n\n\n\n<p>Working at WP Engine, he published over 100 releases of WPGraphQL, re-architected WPGraphQL for ACF, introduced WPGraphQL Smart Cache, and helped countless users successfully deploy decoupled sites powered by WPGraphQL.&nbsp;</p>\n\n\n\n<p>He shared this about WP Engine: “While WP Engine has treated me well personally, <strong>the focus on open-source contributions from the organization has declined during my time there. </strong>My time was also reallocated away from WPGraphQL and community projects as internal initiatives took priority. Any company needs to focus on internal growth. Still, I believe there’s a conversation to be had about how that fits into the broader open-source community and whether it supports long-term success. Several other former colleagues and I tried to talk about how WP Engine could better participate in Open Source, but those conversations didn’t always gain traction. Hopefully, those conversations can begin again. I don’t have the answers, but I do know there is a problem.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">Jason’s Opinion About Matt and Automattic</h3>\n\n\n\n<p>Jason has made it clear that he does not agree with everything Matt has done. “<strong>I’ve told Matt directly that I don’t agree with everything he’s done — and he has welcomed the disagreement. </strong>For example, I don’t think WordCamp US was the right time or place for his speech. I also do not agree with blocking WP Engine customers from WordPress.org without more notice. Should WordPress.org be required to remain a free service forever? Not necessarily. But should long-time users receive advance notice when significant changes are made? I think so.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Leadership often involves making uncomfortable choices that others might not fully understand or agree with. His historical actions have led WordPress to its current success, and I believe that bold moves—though uncomfortable—are sometimes necessary to ensure the long-term future of WordPress. As a maintainer of open-source software, my livelihood depends on people like Matt, who are willing to keep WordPress relevant in the years to come.</p>\n</blockquote>\n\n\n\n<p>He also pointed out Automattic’s long history of nurturing open-source projects. He believes that joining Automattic will benefit WPGraphQL users and developers building decoupled WordPress experiences.</p>\n\n\n\n<p>&#8220;Automattic’s track record as a fantastic steward of open-source projects is well known, and I believe it’s the <strong>perfect home for WPGraphQL</strong>. This move will continue to keep WPGraphQL free and open source while bringing more visibility and contributions from the community.&#8221;, he said</p>\n\n\n\n<h3 class=\"wp-block-heading\">Response From the Community&nbsp;</h3>\n\n\n\n<p>The community was excited about Jason’s move to join Automattic.&nbsp;</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXfRkng2Oq1dNyhh4Yj2HrWK9lZUnwXOj9Ht-YyfPoeXM_WM8ZjDy2odQvxn2gszIIzMCN8_y5jeV64xRE5YAPBcCfKgBXBX5dgS84rXK5JPe6M_2O8VBef_2hLsgsjCCwevs10naU6zDfNu4qCCObH8tS9R?key=TInnMVVnqSVBTlHQ6XzXXQ\" alt=\"\" />\n\n\n\n<p>“WPGraphQL has always been and will continue to be free open-source software.”, Jason reassured the community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 18:15:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Gravatar: Personalized SaaS Onboarding: A Checklist for the Perfect User Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://blog.gravatar.com/2024/10/08/saas-onboarding-checklist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23546:\"<p>SaaS onboarding involves guiding new users through their first steps with your product, helping them understand your software&#8217;s value, and setting them up for long-term success.&nbsp;</p>\n\n\n\n<p>It’s something we recommend every business take seriously because effective onboarding is the key to unlocking user retention and reducing churn rates. <strong>When users quickly grasp how your product can solve their problems, they&#8217;re more likely to stick around. </strong>This translates to increased customer lifetime value, higher revenue, and more engaged users who actually enjoy using your software.</p>\n\n\n\n<p>If you’re not sure where to start, this in-depth checklist is for you! From personalization strategies to interactive product tours, we&#8217;ll cover everything you need to craft an onboarding experience that will have your users saying &#8220;Aha!&#8221; instead of &#8220;Huh?&#8221;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key components and elements of SaaS onboarding</strong></h2>\n\n\n\n<p>Creating a stellar SaaS onboarding experience isn&#8217;t about throwing a bunch of fancy features at your users and hoping something sticks. Instead, you need to carefully craft each element to guide them toward success.&nbsp;</p>\n\n\n\n<p>Let&#8217;s break down the essential components that will make your onboarding process shine.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Clear goals and success metrics</strong></h3>\n\n\n\n<p>First things first: you need to know where you&#8217;re going. <strong>Setting clear goals for your onboarding process is like having a GPS for your product&#8217;s success.&nbsp;</strong></p>\n\n\n\n<p>Here&#8217;s how to nail it:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Define specific objectives:</strong> Don&#8217;t just aim to &#8220;improve onboarding.&#8221; Get specific. Want to increase user activation by 20%? Reduce abandonment by 15%? Or maybe drive secondary feature adoption up by 30%? Whatever your goals, make them measurable and time-bound. Consider using the OKR (Objectives and Key Results) framework to keep your team aligned and focused.</li>\n\n\n\n<li><strong>Actionable metrics:</strong> Numbers are your friends here. Key Performance Indicators (KPIs) like activation rate, feature adoption, conversion rate, monthly active users, churn rate, and time-to-value are your north stars. These metrics will tell you if you&#8217;re on the right track or if you need to make a U-turn.</li>\n\n\n\n<li><strong>Align with business goals: </strong>Your onboarding goals shouldn&#8217;t exist in a vacuum. Make sure they&#8217;re in sync with your broader business objectives. If your company is aiming for rapid growth, your onboarding might focus on quick activation and viral sharing. If you&#8217;re after increased revenue per user, you might spotlight premium features during onboarding.</li>\n</ul>\n\n\n\n<p>Remember, these goals aren&#8217;t set in stone. As you gather data and learn more about your users, don&#8217;t be afraid to adjust your targets and be flexible.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Excellent user experience</strong></h3>\n\n\n\n<p>Now that you&#8217;ve got your goals sorted, it&#8217;s time to focus on the star of the show: <strong>your users</strong>. Creating an excellent user experience during onboarding can mean the difference between a user who sticks around and one who bounces right off.&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Personalize the onboarding flows:</strong> You can use the data you collect during sign-up to <a href=\"https://blog.gravatar.com/2024/09/06/onboarding-user-experience/\">tailor the onboarding experience to each user</a>. Are they a small business owner or an enterprise manager? A tech whiz or a newbie? Adjust your onboarding flow accordingly. Here is an example from <a href=\"https://www.videoask.com/\" rel=\"nofollow\">Videoask</a> that starts their onboarding by asking how big the user’s business is.&nbsp;</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"2322\" height=\"1250\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/09/videoask-company-size.png\" alt=\"Selecting the business size during onboarding in Videoask\" class=\"wp-image-2188\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Add interactive product tours:</strong> Don&#8217;t just tell users about your awesome features – show them! Create engaging, interactive walkthroughs that guide users through your product&#8217;s key functionalities. And here&#8217;s a pro tip: <strong>gamify these tours</strong>. Add progress bars, achievement badges, or even small rewards. It&#8217;ll make the learning process feel less like a chore and more like an adventure.</li>\n\n\n\n<li><strong>Include in-app guidance: </strong>Your users shouldn&#8217;t feel like they&#8217;re navigating a maze. Provide contextual help right where they need it. Tooltips like the one from <a href=\"https://asana.com/\" rel=\"nofollow\">Asana</a> below, pop-ups, and hotspots can offer just-in-time assistance without overwhelming users. And remember, less is often more. Don&#8217;t bombard users with information – give them what they need when they need it.&nbsp;</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"686\" height=\"400\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/09/asana-tooltips-1.png\" alt=\"Tooltips in Asana\" class=\"wp-image-2189\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Train a responsive support team:</strong> Even with the best in-app guidance, some users will still have questions. Make sure there is an easily-accessible help center and your support team is ready to assist whenever. Quick response times and knowledgeable assistance can turn a potentially frustrating experience into a positive one.</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"1838\" height=\"1272\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/09/videoask-help-center.png\" alt=\"Videoask help center tab\" class=\"wp-image-2190\" />\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Reliable analytics</strong></h3>\n\n\n\n<p>You&#8217;ve set your goals and crafted a killer user experience. But how do you know if it&#8217;s actually working? Here’s what you need to do:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Track key metrics:</strong> Use analytics tools to monitor activation rates, feature adoption, conversion rates, monthly active users, and other KPIs (more on that in a little bit). These numbers will tell the story of your onboarding success (or areas for improvement).</li>\n\n\n\n<li><strong>Data-driven decisions: </strong>Analytics aren&#8217;t just for show – they should drive your decision-making process. Is your activation rate lower than expected? Maybe it&#8217;s time to simplify your sign-up process. Are users dropping off at a specific point in your product tour? That could be a sign that you need to revamp that section.</li>\n\n\n\n<li><strong>User feedback collection:</strong> Numbers are great, but don&#8217;t forget the qualitative data. Implement ways to gather user feedback during the onboarding process. This could be through quick in-app surveys, email follow-ups, or even user interviews. Sometimes, the most valuable insights come straight from the horse&#8217;s mouth.</li>\n</ul>\n\n\n\n<p><strong>And don&#8217;t just collect this data – use it</strong>. Regularly review your analytics and user feedback to identify areas for improvement. Your onboarding process should be a living, breathing thing that evolves with your users&#8217; needs.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>SaaS onboarding best practices and strategies</strong></h2>\n\n\n\n<p>Now that we&#8217;ve covered the key components, we can dive into some advanced techniques and strategies to take your onboarding from good to great.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Personalize the onboarding experience</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Gather user data:</strong> Start collecting valuable information right from the get-go. Use smart sign-up forms and welcome surveys to understand your users&#8217; goals, pain points, and experience levels. But remember, don&#8217;t ask for their life story – keep it brief and relevant.</li>\n\n\n\n<li><strong>User segmentation:</strong> Once you&#8217;ve got that juicy data, put it to work. Segment your users based on characteristics like role, industry, or experience level. A startup founder and an enterprise manager have different needs – your onboarding should reflect that.</li>\n\n\n\n<li><strong>Dynamic content:</strong> Here&#8217;s where the magic happens. Use the data you&#8217;ve collected to dynamically adapt your onboarding content. Show different features or use cases based on the user&#8217;s profile. A marketing pro might be interested in your analytics features, while a project manager might care more about task management tools.</li>\n\n\n\n<li><strong>Gravatar integration:</strong> Here&#8217;s a pro tip – integrate Gravatar into your onboarding flow. With its API, you can <a href=\"https://docs.gravatar.com/api/avatars/images/\">automatically pull in user avatars</a> and basic info, adding a personal touch without any extra effort from the user.&nbsp;</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Implement interactive product tours</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Action-focused tours: </strong>Don&#8217;t just show users your features &#8211; guide them through actually using them. Have you got a note-taking app within your product? Have users create their first note during the tour. It&#8217;s all about learning by doing.</li>\n\n\n\n<li><strong>Gamification techniques:</strong> Who says learning can&#8217;t be fun? Add progress bars, achievement badges, or even small rewards for completing onboarding steps. It taps into our natural love for progression and achievement, making the whole process more engaging.</li>\n\n\n\n<li><strong>Step-by-step guidance:</strong> Break your tour into bite-sized chunks. Guide users through one action at a time, building up to more complex features. It&#8217;s like teaching someone to swim – you start in the shallow end before diving into the deep stuff.</li>\n\n\n\n<li><strong>User feedback:</strong> Remember to ask users how they&#8217;re finding the tour. A simple &#8220;Was this helpful?&#8221; at the end of each step can provide valuable insights. And if they say no, that&#8217;s your cue to improve that part of the tour.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Utilize in-app messaging and contextual guidance</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Timely support:</strong> Use in-app messages to provide support based on user actions. If a user has been staring at a blank project page for a while, why not pop up a message offering some starter templates?</li>\n\n\n\n<li><strong>Contextual tooltips:</strong> Implement tooltips that offer quick explanations when users hover over different features. It&#8217;s like having a knowledgeable friend whispering helpful tips in your ear.</li>\n\n\n\n<li><strong>AI chatbots:</strong> Consider integrating an AI chatbot for real-time, personalized assistance. It can answer common questions, suggest relevant features, and even guide users through complex processes. Just make sure it&#8217;s actually helpful and not a source of frustration.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Showcase social proof</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Customer testimonials:</strong> Sprinkle in some glowing words from happy customers. It reassures new users that they&#8217;ve made the right choice.</li>\n\n\n\n<li><strong>Case studies: </strong>Share success stories that demonstrate how other users have benefited from your product. Bonus points if you can match these to the user&#8217;s industry or use case.</li>\n\n\n\n<li><strong>User reviews:</strong> If you&#8217;ve got great ratings on review sites, don&#8217;t be shy about showing them off. It&#8217;s like a seal of approval from the wider user community.</li>\n\n\n\n<li><strong>Gravatar integration:</strong> Here&#8217;s another place where Gravatar shines. Use it to display user avatars alongside testimonials and reviews. It adds a human touch and makes the social proof feel more authentic and relatable.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Continuously iterate and optimize</strong></h3>\n\n\n\n<p>The work doesn&#8217;t stop once you&#8217;ve launched your onboarding process. The key to long-term success is continuous improvement.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Monitor key metrics:</strong> Are activation rates improving? Is time-to-value decreasing? Let the data guide your optimization efforts.</li>\n\n\n\n<li><strong>Collect user feedback: </strong>Regularly ask users for their thoughts on the onboarding process. You might be surprised by what you learn. Maybe that feature you thought was intuitive is actually confusing users.</li>\n\n\n\n<li><strong>A/B testing: </strong>Don&#8217;t be afraid to experiment. Try different versions of your onboarding flow and see what performs best. Maybe a video tutorial works better than a step-by-step guide for some features.</li>\n</ul>\n\n\n\n<p>Use all this information to make informed decisions about changes to your onboarding process. It&#8217;s not about following hunches – it&#8217;s about listening to what your users and your data are telling you.</p>\n\n\n\n<p>Remember, creating a great SaaS onboarding experience is more art than science. It requires creativity, empathy, and a willingness to continually learn and adapt. But with these strategies in your toolkit, you&#8217;re well on your way to creating an onboarding experience that users will love.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Metrics and KPIs for SaaS onboarding</strong></h2>\n\n\n\n<p>You can&#8217;t improve what you don&#8217;t measure. That&#8217;s why tracking the right metrics is crucial for optimizing your SaaS onboarding process. Let&#8217;s dive into the key performance indicators that will help you gauge the effectiveness of your onboarding and drive continuous improvement.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Time to Value (TTV)</strong></h3>\n\n\n\n<p>TTV is the time it takes for a new user to realize the value of your SaaS product. A shorter TTV indicates a more effective onboarding process – the quicker users see the value, the more likely they are to stick around.</p>\n\n\n\n<p>Track the time from user sign-up to the completion of key actions that demonstrate value. This could be creating their first project, sending their first message, or generating their first report – whatever represents the core value of your product.</p>\n\n\n\n<p><strong>Tips:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Streamline your onboarding process by cutting out any unnecessary steps.</li>\n\n\n\n<li>Use in-app messaging to guide users quickly to key features.</li>\n\n\n\n<li>Leverage Gravatar to auto-populate user profiles, reducing friction and speeding up the initial setup.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Trial to paid conversion rate</strong></h3>\n\n\n\n<p>This metric represents the percentage of users who upgrade from a free trial to a paid subscription. A high conversion rate suggests that users are finding enough value during the trial to justify paying for your product.&nbsp;</p>\n\n\n\n<p>To track this, keep an eye on the number of trial users who upgrade to a paid plan within a specific timeframe, usually within the trial period or shortly after. Divide this by the total number of users that were on the free trial at the start of the period and multiply by 100 to get a percentage.</p>\n\n\n\n<table class=\"has-contrast-background-color has-background has-fixed-layout\"><tbody><tr><td><strong>Trial to paid conversion rate = (Users that upgraded from the free trial / Total number of users that got a free trial) x 100</strong></td></tr></tbody></table>\n\n\n\n<p><strong>Tips:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Clearly communicate the benefits of upgrading throughout the trial period.</li>\n\n\n\n<li>Use targeted, personalized messages to encourage conversion as the trial end date approaches.</li>\n\n\n\n<li>Integrate Gravatar to create a more personalized experience, which can boost user engagement and, in turn, conversion rates.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customer onboarding completion rate</strong></h3>\n\n\n\n<p>Think of this as your onboarding graduation rate. It&#8217;s the percentage of users who complete your entire onboarding process. A high completion rate indicates that your onboarding process is engaging and easy to follow. It&#8217;s a good sign that users are setting themselves up for success with your product. To calculate this, divide the number of users who complete all onboarding steps by the total number of new users.</p>\n\n\n\n<p><strong>Tips:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Break your onboarding into manageable chunks. Don&#8217;t overwhelm users with too much at once.</li>\n\n\n\n<li>Use progress indicators to show users how far they&#8217;ve come and what&#8217;s left.</li>\n\n\n\n<li>Utilize Gravatar to auto-fill user information where possible, reducing the effort required from users.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customer engagement score</strong></h3>\n\n\n\n<p>This composite metric measures how actively users are interacting with your product. It&#8217;s your product stickiness gauge. High engagement scores typically correlate with higher retention rates and customer satisfaction.&nbsp;</p>\n\n\n\n<p>To measure this, calculate the sum of various weighted engagement metrics such as login frequency, feature usage, and session duration.</p>\n\n\n\n<p><strong>Tips:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use in-app prompts to encourage users to explore different features.</li>\n\n\n\n<li>Segment users based on engagement levels and tailor your communication accordingly.</li>\n\n\n\n<li>Leverage Gravatar to personalize user interactions, making engagement feel more meaningful and relevant.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customer Satisfaction Score (CSAT)</strong></h3>\n\n\n\n<p>CSAT is your &#8220;How did we do?&#8221; metric. It measures how satisfied users are with your onboarding process. High CSAT scores indicate a positive onboarding experience, which can lead to higher retention rates and positive word-of-mouth.&nbsp;</p>\n\n\n\n<p>To gather this data, use surveys with simple questions like &#8220;How would you rate your onboarding experience?&#8221; with a 1-5 scale.</p>\n\n\n\n<p><strong>Tips:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Regularly collect and analyze user feedback to identify areas for improvement.</li>\n\n\n\n<li>Act on the feedback you receive. Users appreciate when their input leads to visible changes.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Feature adoption rate</strong></h3>\n\n\n\n<p>This is your &#8220;Are they actually using it?&#8221; metric. It represents the percentage of users who start using key features of your product. High feature adoption rates indicate that users are discovering and utilizing your product&#8217;s core functionalities, which often correlates with higher retention.&nbsp;</p>\n\n\n\n<p>To measure this, track the usage of specific features by new users over a defined period. Divide this figure by the total number of new users during the period and multiply by 100 to get a percentage.</p>\n\n\n\n<p><strong>Tips:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Highlight key features during the onboarding process through tutorials and in-app messages.</li>\n\n\n\n<li>Provide contextual help and resources to assist users in understanding and using features.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Product adoption rate</strong></h3>\n\n\n\n<p>This is your big-picture adoption metric, representing the overall percentage of users who adopt and regularly use your product. High adoption rates are crucial for your SaaS product&#8217;s long-term success and growth.&nbsp;</p>\n\n\n\n<p>To measure this, track the number of active users over a specific time period, often measured monthly (Monthly Active Users or MAU). Use the same formula as the feature adoption rate to calculate a percentage.</p>\n\n\n\n<p><strong>Tips:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure your onboarding process clearly demonstrates your product&#8217;s value proposition.</li>\n\n\n\n<li>Provide ongoing support and resources to help users get the most out of your product.</li>\n\n\n\n<li>Use Gravatar to create a more personalized, engaging user experience from day one.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>User Retention Rate</strong></h3>\n\n\n\n<p>This is your &#8220;Are they sticking around?&#8221; metric. It represents the percentage of users who continue to use your product over time. High retention rates indicate that users find ongoing value in your product, which is crucial for sustainable growth and reducing churn.&nbsp;</p>\n\n\n\n<p>To measure this, start by tracking the number of users who remain active after a certain period, such as 30, 60, or 90 days. Subtract the number of new users from the number of users at the end of the period. Divide the resulting figure by the number of customers at the start of the period and multiply by 100 to get a percentage.</p>\n\n\n\n<p>Tips:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Provide continuous value through regular updates and new features.</li>\n\n\n\n<li>Engage users with personalized communication and support.</li>\n\n\n\n<li>Leverage Gravatar to maintain a personalized user experience throughout the customer lifecycle, making users feel valued and connected.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Gravatar: Your partner in SaaS onboarding</strong></h2>\n\n\n\n<img tabindex=\"0\" width=\"1473\" height=\"918\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/09/gravatar-profiles-as-a-service-2.png\" alt=\"Gravatar – Profiles as a Service\" class=\"wp-image-2192\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a>, short for Globally Recognized Avatar, is a service by <a href=\"https://automattic.com/\">Automattic</a> that can significantly enhance your SaaS onboarding process. Its primary function is <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">managing and sharing user profile data</a>, including avatars, bios, and preferences, completely for free with the <a href=\"https://docs.gravatar.com/api/profiles/rest-api/\">Gravatar REST API</a>.&nbsp;</p>\n\n\n\n<p>By linking a user&#8217;s email to their profile information, Gravatar offers several key benefits:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Consistency across platforms, reducing friction in the signup process.</li>\n\n\n\n<li>Enhanced personalization from the moment a user registers.</li>\n\n\n\n<li>Streamlined onboarding by auto-populating user profiles.</li>\n</ol>\n\n\n\n<p><strong>Practical applications include:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Personalized welcome messages using the user&#8217;s name and industry.</li>\n\n\n\n<li>Customized product tours based on user roles or experience.</li>\n\n\n\n<li>Improved community building with familiar avatars in forums or user directories.</li>\n</ul>\n\n\n\n<p>Implementing Gravatar is straightforward, thanks to our API and extensive documentation, making it a low-effort, high-impact addition to your onboarding strategy.&nbsp;</p>\n\n\n\n<p>Ready to elevate your onboarding? Check out our <a href=\"https://docs.gravatar.com/\">developer documentation</a> to learn more about integrating Gravatar into your platform.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 17:50:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Do The Woo Community: Exploring Accessibility and Neurodiversity in WordPress with Anne Mieke Bovelett\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=85962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://dothewoo.io/exploring-accessibility-and-neurodiversity-in-wordpress-with-anne-mieke-bovelett/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18603:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-12 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-3 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-7 wp-block-group-is-layout-constrained\">\n<img width=\"750\" height=\"750\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/Kinsta-Hosting.jpg?resize=750%2C750&ssl=1\" alt=\"Kinsta Hosting\" class=\"wp-image-85514\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-4\"><strong><a href=\"https://kinsta.com/?utm_source=dothewoo&utm_medium=Referral&utm_campaign=website\">Kinsta</a></strong>: Offering a high-performance hosting platform with managed WordPress hosting, powered by Google Cloud, ensuring fast load times and robust security. </p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-5 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-9 wp-block-group-is-layout-constrained\">\n<img width=\"1509\" height=\"1038\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/01/Woo-logo-color.png?resize=1509%2C1038&ssl=1\" alt=\"\" class=\"wp-image-77744\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-6\"><strong><a href=\"https://woocommerce.com/products/\">Woo Marketplace</a></strong> &#8211; Grow your business with hundreds of solutions for your clients or your own store.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>Birgit:</strong><br />Hi, I am your host Birgit, and we are here with another episode of <em>The WordPress Way</em>, where we dive deep into the heart and soul of WordPress, exploring the cutting edge and the current with incredible people shaping the future. I&#8217;m very pleased today to have our beloved friend, or my beloved friend, as a guest—Anne Mieke Bovelett. Anne is a passionate, multilingual specialist for both WordPress and accessibility in Germany. She is also an accessibility consultant, public speaker, and workforce trainer, especially for full-site editing. Please, dear Anne, would you like to tell our audience a bit more about yourself?</p>\n\n\n\n<p><strong>Anne:</strong><br />Well, you already gave me a very good introduction. Maybe it&#8217;s also good to know, given the topic of our show today, to tell people a bit about the other side of my background. I come from a bit of a crazy family. I like to joke about it in my bio, saying I come from a family of crazy artists, professors, and inventors, but it&#8217;s not really exaggerated. That&#8217;s what it is. All my life, I grew up with my mother and father not telling me, &#8220;Oh, be careful what you do, you might run into this kind of trouble.&#8221; Instead, they taught us, &#8220;If you want to reach something, go find out what you need to do to get there.&#8221; That in itself is very positive, but if you&#8217;re like me and you&#8217;ve got ADHD, you&#8217;re going to end up running around, jumping from topic to topic, thinking, &#8220;This is it, this is it!&#8221; and then changing your mind after a year or a year and a half. But a steady factor in my life has been everything involving web creation, web design, and content. Four years ago, I ran into that famous topic called accessibility, and I came home. Yeah, that’s basically it. If I keep talking, I’m probably going to ruin your questions.</p>\n\n\n\n<p><strong>Birgit:</strong><br />No worries. I love listening to you. I also really admire how vocal you are about accessibility, especially for someone with neurodivergent traits. Given our conversations, whether on web cams or at CloudFest, I’ve seen the strength you bring in raising awareness about accessibility, inclusive language, and how just a few small tweaks can create a better experience for everyone on a website. You mentioned recently that you come from a family of creative artists—crazy artists, as you called them. Would you mind sharing more about your personal journey that led you to become an advocate for accessibility, particularly focusing on ADHD and neurodiversity? You mentioned you were diagnosed with ADHD. How did you find your way into this direction, both personally and professionally?</p>\n\n\n\n<p><strong>Anne:</strong><br />Well, interestingly enough, I was already thinking about accessibility when I was very active on Twitter. I saw this tweet from a lady—I’ve written about it on my blog, and I can share the link with you later if you&#8217;d like. In the tweet, this lady said, &#8220;My father was crying on the phone. He needed help to do something on the web again because he&#8217;s blind. And if you’re now wondering if your website is accessible, then it certainly is not. Go learn.&#8221; I still get very emotional when I think back to that because I had heard more about accessibility and had worked with people who depend on it. In the team of CMS Made Simple, my previous CMS of choice along with WordPress, it never hit close to home until then.</p>\n\n\n\n<p>That tweet changed everything. I went into a frenzy, thinking, “Oh no! I’ve been creating experiences for people that made them feel unwelcome because they couldn’t use the sites I had built.&#8221; I’d been doing that since 1998, and that was a painful realization—22 years of doing something that could have been done better.</p>\n\n\n\n<p>That same year, I got diagnosed with ADHD. I was 49. I have worn many hats, have many specialties—which is common among people with ADHD, as we tend to chase this substance called dopamine. We’re often labeled as lazy or unfocused, and people tell us, “You need to learn to focus.” The thing is, I <em>can</em> focus. I can focus for 12 hours straight and forget to eat or drink. The problem is, I don’t always get to choose what I focus on, and I didn’t know that for most of my life.</p>\n\n\n\n<p>When I was employed—before I started my full-time business in 2009—I always struggled to fit in. It was nearly impossible. I admired all these super-organized people who would get their tasks done and tick off their to-do lists, while I would freeze up over things that they could do in a few minutes. But I was also the one who could manage very stressful situations or complex tasks that others found overwhelming.</p>\n\n\n\n<p>To be honest, the world has often felt like a hostile place to me because I couldn&#8217;t do things that &#8220;normal&#8221; people can do. It’s like being a goldfish that’s judged for not being able to climb a tree. When you grow up like that and don’t know you’re different because your brain chemistry is different, it’s easy to try to become what others want you to be—to wear that suit, to mask. Masking is a big thing. It turns out I’m not only ADHD; I’m also on the spectrum, which explains some other quirks I have. But I don’t let these things define me.</p>\n\n\n\n<p>Getting diagnosed with ADHD was a massive relief. It helped me realize that I had been trying to change things about myself that I couldn&#8217;t change. I will never be that goldfish that wins a contest in tree climbing, but I can do other things. One of my biggest passions has always been community. I could be successful as a solopreneur, but doing something that benefits a whole community is far more fulfilling.</p>\n\n\n\n<p>Another challenge with ADHD is that we tend to get bored quickly. When I started working with accessibility, I was worried. I know I can motivate a large crowd, but it’s difficult if I burn out afterward. So, I asked myself, &#8220;How can I make myself replaceable?&#8221; That led me to focus on something that has sustained my interest for four years—helping companies divide the responsibility for accessibility across teams. It’s joyful to see companies like Great Suite in Munich adopting accessibility, and the movement is growing. The Accessibility Checker by Equalize Digital, for example, automatically flags issues in WordPress that can be improved, catching 30-35% of problems. People often worry about the remaining 65%, but most issues are easy to fix by the right person.</p>\n\n\n\n<p><strong>Birgit:</strong><br />That’s amazing! When I listen to you, I get this image in my mind of someone with minority divergent traits, such as ADHD or being on the spectrum, having this broader perspective. Do you feel you have a bird’s eye view on some topics and can connect dots that others might miss?</p>\n\n\n\n<p><strong>Anne:</strong><br />Yes, that’s a great observation. Many neurodivergent people, like those with ADHD or autism, are super-fast thinkers. Our brains move at 500 miles an hour. As long as there’s context, we can connect the dots others might not see. The challenge is that because our brains move so fast, it’s difficult to translate these thoughts into a message others can easily understand. I often ramble on, seeing all the logic, while others say, &#8220;You lost me a while ago.&#8221;</p>\n\n\n\n<p>Websites and apps often lose us within seconds. For example, I struggle with sites that have sliders, animations, or parallax effects, where the background moves slower than the foreground. It’s distracting. I always ask designers, &#8220;Do you want color or conversion?&#8221; because over-designed websites can obstruct functionality and drive customers away.</p>\n\n\n\n<p>If companies want to improve their conversions, they should focus on creating functional, minimalistic designs. Look at some of the highest-converting websites in the world—they are simple, especially since most visitors use mobile devices. People complain that modern websites look the same, but that’s because they’re designed to be functional. Accessibility benefits everyone, not just people with disabilities.</p>\n\n\n\n<p><strong>Birgit:</strong><br />I completely agree! I know people who rely on smartphones or tablets for everything, organizing their lives, including shopping. Websites should definitely be accessible, especially on mobile devices.</p>\n\n\n\n<p><strong>Anne:</strong><br />Exactly. And it&#8217;s not just about making things accessible for people with disabilities. Even neurotypical people are getting overstimulated by all the noise online. Some young people are setting their phones to grayscale to reduce sensory overload. If designers can create websites that still work and convert well in black and white, they’re ahead of the game.</p>\n\n\n\n<p><strong>Birgit:</strong><br />That’s so insightful. As we wrap up, what advice would you give to our listeners? How can they contribute to a more accessible web, especially in the e-commerce space?</p>\n\n\n\n<p><strong>Anne:</strong><br />My top advice: Get your website user-tested, and not just by people with visual or auditory impairments. Include neurodivergent people too. They’ll tell you if your forms are unclear or if your design is confusing. Also, break down the responsibility for accessibility across teams.</p>\n\n\n\n<p>Content is key—make sure it&#8217;s perceivable and robust. Simple changes like avoiding &#8220;click here&#8221; as link text and improving your alt text can make a huge difference. Put yourself in someone else&#8217;s shoes and ask, “Can I navigate this website with a keyboard? Does the message come across clearly?” Think about how to make the web a more welcoming place for everyone.</p>\n\n\n\n<p><strong>Birgit:</strong><br />Wow, thank you so much, Anne! I&#8217;ve learned so much from you today, and I’m sure our audience has too.</p>\n\n\n\n<p><strong>Anne:</strong><br />Thank you for having me!</p>\n\n\n\n<p><strong>Birgit:</strong><br />You&#8217;re very welcome. And thanks to our audience for tuning into <em>The WordPress Way</em>. We hope today’s conversation has sparked new ideas and inspired you to engage more deeply with our vibrant WordPress community. Remember, DEIB stands for Diversity, Equity, Inclusion, and Belonging. It’s about making real changes that foster a sense of belonging and respect for everyone. Please share this episode and join us next month as we continue to explore these important topics. Don’t forget to subscribe to your favorite podcast platform so you never miss an episode. Until next time, keep pushing the envelope and doing WordPress the right way.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong><em>the WordPress Way</em></strong>, host <strong>Birgit</strong> and chats with guest and host <strong>Anne Mieke Bovelett</strong>, a specialist in WordPress and accessibility, as they talk about the intersection of neurodiversity and digital accessibility. </p>\n\n\n\n<p>Anne shares her personal journey with ADHD and Autism Spectrum Disorder, discussing how these experiences drive her advocacy for inclusivity in web design and content creation. </p>\n\n\n\n<p>She also emphasizes the importance of minimalistic, functional design that caters to diverse audiences, including neurodivergent individuals. The conversation highlights the need for businesses to embrace accessibility testing to improve user experiences, especially within the context of the upcoming European Accessibility Act. </p>\n\n\n\n<p><strong>Takeaways</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Importance of Accessibility</strong>: Accessibility is about making digital experiences inclusive for everyone, not just people with visible disabilities. It&#8217;s important to consider all users, including those with cognitive or neurodivergent traits, such as ADHD or autism.</li>\n\n\n\n<li><strong>Web Design Should Be Functional, Not Overstimulating</strong>: Highly animated websites with sliders, parallax effects, and excessive design can be overwhelming, especially for neurodivergent users. A simple, functional design often leads to better user experiences and higher conversion rates.</li>\n\n\n\n<li><strong>Test with Real Users</strong>: To ensure your website is truly accessible, conduct user testing with diverse groups. Include people with various disabilities, neurodivergent traits, and even older users. This provides valuable insights into how accessible and user-friendly your site is.</li>\n\n\n\n<li><strong>Break Down Accessibility Responsibilities Across Teams</strong>: Accessibility should be a shared responsibility across all teams involved in creating a website—designers, developers, and content creators each have a role to play in ensuring the site is accessible.</li>\n\n\n\n<li><strong>Content Matters</strong>: Ensure content is perceivable and easy to understand. Use descriptive link text instead of generic &#8220;click here&#8221; and add meaningful alt text for images. Make content digestible for users with cognitive disabilities by breaking up large blocks of text and using visuals strategically.</li>\n\n\n\n<li><strong>Inclusive Design Benefits Everyone</strong>: Accessibility isn&#8217;t just for people with disabilities. Designing for accessibility can reduce sensory overload for all users, especially in an overstimulating digital world. It creates a calmer, more efficient online experience for everyone.</li>\n\n\n\n<li><strong>Neurodivergence and Focus</strong>: People with ADHD or similar traits often struggle with traditional methods of focus and productivity. They may hyper-focus on tasks they are interested in but may find it hard to control their focus otherwise. This impacts how they interact with websites and applications.</li>\n\n\n\n<li><strong>The Power of Minimalism</strong>: Websites that are simple, minimalistic, and functional often outperform over-designed sites. This simplicity benefits users who are easily overwhelmed by sensory input and also tends to improve usability for all users.</li>\n\n\n\n<li><strong>Community Focus</strong>: A strong theme in the episode is the importance of community. Anne emphasizes the fulfillment that comes from building accessible, inclusive websites that not only benefit the creator but the entire community of users.</li>\n\n\n\n<li><strong>Prepare for Legislation</strong>: With increasing regulations, such as the European Accessibility Act coming into effect, businesses should prioritize accessibility now, not just to comply with laws but to better serve their customers.</li>\n</ul>\n\n\n\n<p><strong>Links</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://dothewoo.io/host/anne-mieke-bovelett/\">Host Anne Mieke Bovelett </a></li>\n\n\n\n<li><a href=\"https://equalizedigital.com/accessibility-checker/\">Equalize Digital&#8217;s Accessibility Checker Plugin</a></li>\n\n\n\n<li><a href=\"https://ec.europa.eu/social/main.jsp?catId=1202\">European accessibility act</a></li>\n</ul>\n\n\n\n<p><strong>Chapter Titles with Timestamps</strong></p>\n\n\n\n<p>00:00 Introduction to The WordPress Way  <br />00:56 Meet Our Guest: Anne Mieke Bovelett <br />01:36 Anne&#8217;s Journey and Passion for Accessibility <br />02:23 The Impact of ADHD and Neurodiversity <br />04:30 Discovering Accessibility and Its Importance <br />06:02 Challenges and Triumphs in Accessibility <br />09:05 The Role of Community and Continuous Learning <br />12:07 Creating Accessible Digital Experiences <br />23:53 The Importance of Minimalistic and Functional Design <br />32:24 Tips for Online and In-Person Meetings <br />38:41 Final Thoughts and Takeaways</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 07:21:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: Impact of WPEngine’s Ban on ACF Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=174249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com/impact-of-wpengines-ban-on-acf-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9859:\"<p>When WP Engine was blocked from accessing WordPress.org, users were left wondering what the future holds for ACF (Advanced Custom Fields) and how this ban will impact their sites moving forward.</p>\n\n\n\n<h3 class=\"wp-block-heading\">ACF Blocked from WordPress.org </h3>\n\n\n\n<p>On October 03, 2024, ACF (Advanced Custom Fields) <a href=\"https://x.com/wp_acf/status/1841843084700598355\">announced</a> via X that “The ACF team has been blocked from accessing WordPress dot org and are unable to release updates for the free version of ACF.”&nbsp;</p>\n\n\n\n<p>WP Engine, the owners of the ACF plugin, were earlier <a href=\"https://wptavern.com/wp-engine-banned-again-reports-deploying-a-solution\">banned from accessing WordPress.org</a> , which prevented the ACF team from deploying updates to the free version hosted on the platform. So the users were unable to automatically update ACF to newer versions. To help users, the ACF team&nbsp; shared a <a href=\"https://www.advancedcustomfields.com/blog/installing-and-upgrading-to-the-latest-version-of-acf/\">guide to manually update</a> to the latest version of the plugin.</p>\n\n\n\n<p>Customers of WP Engine or Flywheel, however, could still receive automatic updates for the free version. The ACF team assured users that “Recent events do not impact customers of ACF PRO. All updates of ACF PRO will continue to be served from advancedcustomfields.com and no action is required.”</p>\n\n\n\n<p>They also noted, “While there are no pending security updates for ACF, this alternative update mechanism ensures your sites are ready to receive new features, bug fixes, and security updates going forward.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">Automattic’s Vulnerability Announcement</h3>\n\n\n\n<p>However, Automattic soon tweeted about a vulnerability in the plugin. The tweet was later deleted.&nbsp;</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXfyXXq9B4xt-YDlCxDEYq8TZxXGjJdelIGNnH_OdD9I7AunXBGx5V7NOwvm9IlBO_UCh5g1GI5zctcUx52up0HZWU0uQDJg3_ztiSWymuTLzCyonop0NMFwSkezIujqNGhZW25Dzfbu1zFVY-WJyx5GA_m-?key=TInnMVVnqSVBTlHQ6XzXXQ\" alt=\"\" />\n\n\n\n<p>In response, John Blackbourn, WordPress Core Security Team Lead, <a href=\"https://x.com/johnbillion/status/1842627564453454049\">tweeted</a>, “Automattic has responsibly disclosed a vulnerability in ACF but breached the @Intigriti Code of Conduct by irresponsibly announcing it publicly. I am going to work my damned hardest to ensure that the fix gets shipped to dotorg if it affects the free version of ACF.”&nbsp;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Automattic has responsibly disclosed a vulnerability in ACF but breached the <a href=\"https://twitter.com/intigriti?ref_src=twsrc%5Etfw\">@Intigriti</a> Code of Conduct by irresponsibly announcing it publicly. I am going to work my damned hardest to ensure that the fix gets shipped to dotorg if it affects the free version of ACF. <a href=\"https://t.co/LpMhvAIQou\">https://t.co/LpMhvAIQou</a></p>&mdash; John Blackbourn (@johnbillion) <a href=\"https://twitter.com/johnbillion/status/1842627564453454049?ref_src=twsrc%5Etfw\">October 5, 2024</a></blockquote>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Matt Mullenweg’s Comments on ACF</h3>\n\n\n\n<p>Previously, Matt Mullenweg had raised the idea of integrating ACF Pro into WordPress core in WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW/p1727501240087269\">Slack</a> channel .&nbsp;</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXecMZAt0EUktcT_ypcJ-2Wz4ynJ6g0_urqDU82u1f5gpgwCMd03cpJAEdsq3r9du1EU4wPImuOwcCcxQctKsFgGqs-ctcSEA61pZI7wq5yD540D-6tZ3Ti7uiY0piKrObnXCYdUoWl-IwRAcXC8BY8GwK7Y?key=TInnMVVnqSVBTlHQ6XzXXQ\" alt=\"\" />\n\n\n\n<p>On October 05, Matt Mullenweg <a href=\"https://x.com/photomatt/status/1842500184825090060\">tweeted</a>: “What are the best alternatives to Advanced Custom Fields @wp_acf for people who want to switch away? Is there an easy way to migrate? I suspect there are going to be millions of sites moving away from it in the coming weeks.”</p>\n\n\n\n<p>However, most of the replies he received were favouring the plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">ACF is literally the reason why so many people choose to build with WordPress.<br /><br />Does he really think people will want to switch away and spend tons of hours rebuilding everything?<br /><br />Doesn’t make sense, and that’s likely never going to happen.<br /><br />We use ACF on almost every website we… <a href=\"https://t.co/KNUlbUHAse\">https://t.co/KNUlbUHAse</a></p>&mdash; Corentin (@corxntyn) <a href=\"https://twitter.com/corxntyn/status/1842596017725673677?ref_src=twsrc%5Etfw\">October 5, 2024</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">ACF is what made WordPress actually useful as a CMS well over a decade ago, and it\'s block features are what continue to make it useful in a Block Editor world that is impractical to approach natively. There is nothing comparable. <a href=\"https://t.co/1rEHtEEOcn\">https://t.co/1rEHtEEOcn</a></p>&mdash; Galen Gidman (@galengidman) <a href=\"https://twitter.com/galengidman/status/1842580286200283418?ref_src=twsrc%5Etfw\">October 5, 2024</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Dear Matt,<br />I tell you in roman slang:<br />\"Non famo cazzate, su!\"<br /><br />There\'s NO ALTERNATIVE!<br /><br />Keep on fighting against WPEngine. Destroy it if you want/can.<br />Many don\'t give a fuck about it.<br /><br />But ACF is something any WP dev out there has been using for years. We love it. Wee need it. <a href=\"https://t.co/GlU5gcWUIV\">https://t.co/GlU5gcWUIV</a></p>&mdash; Mauro Bono (@UpTheIrons1978) <a href=\"https://twitter.com/UpTheIrons1978/status/1842907760431669666?ref_src=twsrc%5Etfw\">October 6, 2024</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Core ignores agency features for the last 5 years of block development. Asks for alternatives to ACF. Delusional.</p>&mdash; philhoyt (@philhoyt) <a href=\"https://twitter.com/philhoyt/status/1842729361079722076?ref_src=twsrc%5Etfw\">October 6, 2024</a></blockquote>\n</div>\n\n\n\n<p>Meanwhile, Ghost, another open-source CMS jumped into the fray <a href=\"https://x.com/Ghost/status/1843065099969536409\">asking</a> “so should we add custom fields?”&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">ACF 6.3.8 released</h3>\n\n\n\n<p>The ACF team <a href=\"https://x.com/wp_acf/status/1843329216009400818\">shared</a> that they have released <a href=\"https://www.advancedcustomfields.com/blog/acf-6-3-8-security-release/\">ACF 6.3.8</a>, a routine security release. &#8220;WP Engine remains blocked from accessing our plugins on the .org plugin repository and therefore this update has been shipped to WP Engine’s repository and to the ACF website.&#8221;, they said.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>This latest release contains a security fix for Post Type and Taxonomy metabox callbacks. The vulnerability addresses the unlikely scenario where one user with ACF admin permissions attacks a different admin user with permissions to create or modify posts, or in a Multisite configuration where a single site admin attempts to exploit a super admin to modify or add a new post.</p>\n\n\n\n<p>Iain Poulson, the Product Manager for Advanced Custom Fields</p>\n</blockquote>\n\n\n\n<p>They also shared that: &#8220;Once manually updated to 6.3.8, updates will appear in the admin dashboard as normal going forward. No more manual zip updates will be required.&#8221;</p>\n\n\n\n<img width=\"500\" height=\"356\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-1-500x356.png\" alt=\"\" class=\"wp-image-174280\" />\n\n\n\n<p>The team also shared that &#8220;We made a copy of the update available to the WordPress.org Security team, who have posted it to the plugin repository.&#8221;</p>\n\n\n\n<img width=\"500\" height=\"280\" tabindex=\"0\" src=\"https://wptavern.com/wp-content/uploads/2024/10/image-2-500x280.png\" alt=\"\" class=\"wp-image-174295\" />\n\n\n\n<h3 class=\"wp-block-heading\">Other Updates</h3>\n\n\n\n<p>In related news, WP Tavern’s ex-author Sarah Gooding published <a href=\"https://sarahgooding.dev/2024/10/06/21-years-of-wordpress/\">21 Years of WordPress</a>. “I don’t fully agree with how Matt has handled this matter, but I will not support any governance model that doesn’t have his leadership at the forefront. WordPress is his life’s work and his legacy. No design-by-committee model is going to give you the same consistent, decisive, nonstop forward momentum that we have experienced with WordPress thus far. After 21 years of delivering on this, I believe Matt is uniquely qualified to steer the project forward. His leadership has built something truly extraordinary.”</p>\n\n\n\n<p>Kaelon <a href=\"https://x.com/Kaelon/status/1843013559980003682\">tweeted</a> about how “WordPress is entering its &#8220;end-stage founder&#8221; period.” His advice for WP and Matt includes, &#8220;Do not turn on your people.&#8221;, &#8220;Step the Founder back.&#8221; and &#8220;Reinvent.&#8221;</p>\n\n\n\n<p>The WP Minute&#8217;s Eric Karkovack published <a href=\"https://thewpminute.com/private-equity-and-the-soul-of-wordpress/\">Private Equity and the Soul of WordPress</a>. He says &#8220;Perhaps having a few private equity-owned WordPress products isn’t a big deal&#8230;The real threat is an ecosystem controlled by a few big firms&#8230;That’s only half the potential catastrophe, though. Companies that are in it for the short-term may not be compelled to give back to WordPress core.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 02:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17887\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8179:\"<p id=\"block-3cf2f536-f167-464f-a4ba-07f45105e476\">WordPress 6.7 Beta 2 is now ready for testing!</p>\n\n\n\n<p id=\"block-b65e3bf0-0494-4039-a701-f21e505600ad\"><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 2 on a test server and site.</p>\n\n\n\n<p id=\"block-e904322b-c488-4166-8312-0b769067b943\">You can test WordPress 6.7 Beta 2 in four ways:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.7-beta2.zip\">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.7-beta2</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=a49bf5596f7258375345826dc136bfc589372e37%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.7 Beta 2 WordPress Playground instance</a> to test the software directly in your browser without the need for a separate site or setup.&nbsp;</td></tr></tbody></table>\n\n\n\n<p id=\"block-93b754f0-e211-47b7-ac89-349d85c2f02f\">The current target date for the final release of WordPress 6.7 is <strong>November 12, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-7/\">6.7 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-7/\">6.7-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p id=\"block-7b5d791d-225a-4623-83ee-19a586c7094b\"><strong>Catch up on what&#8217;s new in WordPress 6.7</strong>: <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\">Read the Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-f1abd396-a019-4c9a-bcb8-9ac381a61ca1\">How to test this release</h2>\n\n\n\n<p id=\"block-92dfcab6-d2a8-4753-84ce-8ef7b6dd1e90\">Your help testing the WordPress 6.7 Beta 2 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">This detailed guide</a> will walk you through testing features in WordPress 6.7.</p>\n\n\n\n<p id=\"block-6519fad7-59ea-45f1-9b8f-ca14c09c865d\">If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p id=\"block-4bd66b13-6784-4a4f-bb7a-b4dab8e5fc12\">Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-67b6a6c7-a95e-4b27-8946-a66d15105cb7\">Vulnerability bounty doubles during Beta/RC</h2>\n\n\n\n<p id=\"block-16175da3-84c9-45d0-b735-08a9d4453a14\">Between Beta 1, released on October 1, 2024, and the final Release Candidate (RC) scheduled for November 5, 2024, the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-14306771-b240-4e15-948f-7504757bbb61\">Beta 2 updates and highlights</h2>\n\n\n\n<p id=\"block-93917d31-4478-45b5-b71c-1c8a1f49cc65\">WordPress 6.7 Beta 2 contains more than 18 Editor updates and fixes since the Beta 1 release, including <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F14%2F2024..02%2F19%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">28 tickets for WordPress core</a>.</p>\n\n\n\n<p id=\"block-ffdc1220-c2f5-4c23-982b-60c366c629d1\">Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 1 using these links:</p>\n\n\n\n<ul id=\"block-3fcf78c7-bebc-42e1-96f6-8b605ea23aae\" class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.7?since=2024-10-02&until=2024-10-07\">GitHub commits for 6.7</a> since October 2, 2024</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F02%2F2024..10%2F07%2F2024&milestone=6.7&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since October 2, 2024</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-c414b25e-802f-4f29-a31c-9e13394a4947\">A Beta 2 haiku</h2>\n\n\n\n<p id=\"block-a0f155a2-19b3-4645-a516-c7ae56541e5f\">Beta 2 arrives,<br />October’s code settles in,<br />Change rustles like leaves.</p>\n\n\n\n<p id=\"block-014ab749-322b-44bd-bf4f-bf5817d90bfd\"><em>Props to <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a></em> for proofreading and review.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Oct 2024 00:44:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Rhino Dehorning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=127802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2024/10/rhino-dehorning/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3834:\"<p>Yesterday in the African bush <a href=\"https://www.threads.net/@photomatt/post/DA0WWnTsESD\">was great</a>, I saw giraffes, zebras, warthogs, leopard turtles, elephants. Today wasn&#8217;t great: I witnessed a rhino shot with a tranquilizer from a helicopter, then it was held down, had its horns cut off, and then shaved down. I have some photos and videos from the event but I&#8217;m not going to share them, because I think it&#8217;s really tragic. While this was happening I put my hand on the rhino&#8217;s belly to try to send it love, because I can&#8217;t imagine how confusing and terrifying the experience was.</p>\n\n\n\n<p>Let&#8217;s back up: Why does anyone care about rhino horns? First, you have to start with how dangerous false ideas and memes can be. Rhino horns are 92-95% keratin, just like your fingernails, the rest is basic stuff like melanin, calcium salts, magnesium, sulfur, nitrogen, amino acids, and phosphorus. There is nothing special or magic about a rhino horn that you couldn&#8217;t easily obtain many other ways.</p>\n\n\n\n<p>However there is a dangerous infovirus going back thousands of years that rhino horns can cure various ailments, from cancer to fevers, and have aphrodisiac properties. To quote <a href=\"https://www.scientificamerican.com/article/the-hard-truth-about-the-rhino-horn-aphrodisiac-market/\">Scientific American</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Some purchase horn chunks or powder for traditional medicinal purposes, to ingest or to give others as an impressive gift. Wealthy buyers bid for antique rhino horn carvings  such as cups or figurines to display or as investments. A modern market for rhino horn necklaces, bracelets and beads has also sprung up. [&#8230;]</p>\n\n\n\n<p>On the bright side, traditional Chinese medicine experts have increasingly joined the fight to reduce the demand for rhino horn. When China officially banned the international trade in 1993, it followed up by removing rhino horn as a medical ingredient in traditional Chinese medicine&#8217;s pharmacopeia  and curriculum. [&#8230;]</p>\n\n\n\n<p>“Traditional Chinese medicine has a history of 3,000 years and we have been educating the public for less than 30 years,” Huang notes. “Therefore this is an ongoing education.”</p>\n</blockquote>\n\n\n\n<p>Regardless of the reasons, there is a price for rhino horns. I was told the larger front horn would get about $300,000 on the black market, and rhinos have been poached to near-extinction. Combine that with <a href=\"https://tradingeconomics.com/south-africa/unemployment-rate\">South Africa&#8217;s 33% unemployment rate</a>, some people turn to crime or poaching to make money. It&#8217;s cheaper and faster to kill the rhino and take its horn than tranquilize it as the game reserve did.</p>\n\n\n\n<p>I don&#8217;t want to criticize the people at the game reserve. They clearly cared for the animal quite deeply, and while it was tranquilized, they provided other veterinary help for it, like removing ticks. They also put a tracker on its foot. They say they lock the horns in a vault&#8230; why? Burn it, toss it. <a href=\"https://www.savetherhino.org/thorny-issues/de-horning/\">The thinking is that reserves that are known for de-horning will attract fewer poachers</a>.</p>\n\n\n\n<p>This is obviously a middle solution, and I hope ten years from now we&#8217;ll look back at this as a point in time we learned from. On the demand side, it seems like aggressive education campaigns could help decrease demand for keratin from rhinos. On the anti-poacher side, I think drones will be able to secure perimeters far more securely than fences currently do. It would be fascinating for an economist like <a href=\"https://marginalrevolution.com/\">Tyler Cowen</a> to dive into these issues.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Oct 2024 20:36:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress.org blog: WPGraphQL is Canonical\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2024/10/wpgraphql/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"<p>Happy to announce that WP GraphQL is becoming canonical on WordPress.org. I could say more, <a href=\"https://www.wpgraphql.com/2024/10/07/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic\">but I&#8217;ll let Jason tell his story</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Oct 2024 18:44:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Do The Woo Community: Do the Woo at WordCampUS 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=85923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/blog/do-the-woo-at-wordcampus-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5586:\"<p>Getting around to doing a recap of WordCampUS. Over on my personal site <a href=\"https://bobwp.com\">bobwp.com</a> I shared more about my own day to day stuff.</p>\n\n\n\n<p>And here on Do the Woo, I gave you a look at our <a href=\"https://dothewoo.io/blog/the-do-the-woo-lunch/\">official Do the Woo Lunch</a> during Showcase Day.</p>\n\n\n\n<p>But I thought I would do a recap from the perspective of Do the Woo and some of the things we did, or didn&#8217;t do. The fact is I always have written a recap of WordCamps I attend, and I just wanted to pull out so much of the positive I experienced on behalf of Do the Woo.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Conversations</h2>\n\n\n\n<p>In line with Do Woo, I had several conversations. In fact, a lot of short ones and long ones. But I did specifically schedule a couple of slots with an old and new friend via their calendars. My first one was with <a href=\"https://www.linkedin.com/in/jesserfriedman/\">Jesse Friedman</a> from <a href=\"https://jetpack.com/\">Jetpack</a> and <a href=\"https://wp.cloud/\">WP Cloud</a>. We took the time to catch up on projects we were both doing. In fact Jesse is shared about his new podcast <em><a href=\"https://impressive.host/\">Impressive Hosting</a></em>, which you should check out.</p>\n\n\n\n<p>The other conversation was with Aaron Edwards from <a href=\"https://docsbot.ai/\">DocBots AI</a>. It was not only great getting to know Aaron better, but I was really impressed with his product. He even had it hooked up via our site and showed me some it in action. Good stuff!</p>\n\n\n\n<p>In fact I got a bonus from him. <a href=\"https://bobwp.com/2024/10/04/the-many-faces-of-ai-bobwp/\">Some AI images that you can see over on my personal blog</a>.</p>\n\n\n\n<p>And as I said, so many, many other great conversations</p>\n\n\n\n<h2 class=\"wp-block-heading\">Podcasting at WCUS</h2>\n\n\n\n<p>This one was no different than others. Scheduled times often go awry. We were the victim of confusion around a time slot. The second one, with a couple of our hosts and a sponsor, was slotted in for the last day, early afternoon. Not a great time as all of our energies were low and we just didn&#8217;t have it in us.</p>\n\n\n\n<p>Now on the other hand, spontaneous recordings always work out much better. But, again, that just didn&#8217;t happen. </p>\n\n\n\n<p>There is one that I will be putting out in a bit. Since the slogan for Portland is <em>Keep Portland Weird</em> I decided to ask some attendees a weird WordCamp question. Nothing edgy or offensive. Just weird. That turned out to be a lot of fun and you can look forward to that.</p>\n\n\n\n<h2 class=\"wp-block-heading\">And now for something completely different</h2>\n\n\n\n<p>Okay, one more thing that will be coming to the blog, though it may take time</p>\n\n\n\n<p>At the Woo booth they were giving out disposable cameras. It was really fun to use one of them that I haven&#8217;t used in years and years. Advancing your film manually and moving backwards or forwards without a zoom. It was great!</p>\n\n\n\n<p>Now for those who attended, you will know that there was a whole area clustered with Automattic properties. Woo, WP VIP, Jetpack, WordPress.com, Gravatar, etc. Something I named Mattic Town.</p>\n\n\n\n<p>As a result I took several pictures of various people and things in the booths with my disposable camera. And from that I am going to use them in a post about my visit to Mattic Town. Slanted towards visiting a &#8220;real town&#8221;. </p>\n\n\n\n<p>Right now, having brought the camera back to Portugal, I am researching a local place that will developer the film. So this might be down the road.</p>\n\n\n\n<h2 class=\"wp-block-heading\">To sum it up</h2>\n\n\n\n<p>Well, those are some of the highlights specific to Do the Woo. Between my personal post and this post, it was a busy time.</p>\n\n\n\n<p>And if you are curious, here are all of our hosts that attended WordCampUS 2024.</p>\n\n\n\n<p><a href=\"https://dothewoo.io/host/adam-weeks/\">Adam Weeks<br /></a><a href=\"https://dothewoo.io/host/brad-williams/\">Brad Williams</a><br /><a href=\"https://dothewoo.io/host/carl-alexander/\">Carl Alexander<br /></a><a href=\"https://dothewoo.io/host/courtney-robertson/\">Courtney Robertson</a><br /><a href=\"https://dothewoo.io/host/emma-young/\">Emma Young</a><br /><a href=\"https://dothewoo.io/host/jonathan-wold/\">Jonathan Wold</a><br /><a href=\"https://dothewoo.io/host/katie-keith/\">Katie Keith</a><br /><a href=\"https://dothewoo.io/host/marcus-burnette/\">Marcus Burnette</a><br /><a href=\"https://dothewoo.io/host/robbie-adair/\">Robbie Adair</a><br /><a href=\"https://dothewoo.io/host/robert-jacobi/\">Robert Jacobi<br /></a><a href=\"https://dothewoo.io/host/tammie-lister/\">Tammie Lister</a><br /><a href=\"https://dothewoo.io/host/tom-willmot/\">Tom Willmot</a><br /><a href=\"https://dothewoo.io/host/zach-stepek/\">Zach Stepek</a></p>\n\n\n\n<p>And lastly, our sponsors who also sponsored WCUS.</p>\n\n\n\n<p><a href=\"https://www.avalara.com/us/en/index.html\">Avalara</a><br /><a href=\"https://www.godaddy.com/\">GoDaddy</a><br /><a href=\"https://www.hostinger.com/\">Hostinger</a><br /><a href=\"https://kinsta.com/?utm_source=dothewoo&utm_medium=Referral&utm_campaign=website\">Kinsta</a><br /><a href=\"https://www.omnisend.com/\">Omnisend<br /></a><a href=\"https://www.weglot.com/\">Weglot</a></p>\n\n\n\n<p>So what&#8217;s up next? <a href=\"https://asia.wordcamp.org/2025/\">WCAsia 2025</a> in Manila. We are really looking forward to this one as both a media sponsor and a sponsor. And as we did earlier this year, our booth will be a hub for community conversation and connections. Hope to see you there!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Oct 2024 13:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Thank You, Josepha: WordPress Executive Director Resigns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=163323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/thank-you-josepha-wordpress-executive-director-resigns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6654:\"<p>Josepha Haden Chomphosy has stepped down from Automattic, where she served as the Executive Director of the WordPress project. She was also leading Automattic&#8217;s open-source division, championing the efforts of developers, designers, community builders, and WordPress advocates. She has now updated her title in the WordPress Slack to &#8220;Community Steward.&#8221;</p>\n\n\n\n<p>Like Josepha, <a href=\"https://wptavern.com/159-employees-leave-automattic-after-accepting-the-alignment-offer\">159 employees left Automattic</a> after accepting the Alignment Offer.</p>\n\n\n\n<p>Rumors of her resignation first surfaced on X, to which she <a href=\"https://x.com/JosephaHaden/status/1841793834931397070\">responded</a>: &#8220;Ok, this is not how I expected that news to come to y’all. I apologize that this is the first many of you heard of it. Please don’t speculate about anything.&#8221;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">It\'s been a beautiful and transformative nine years, WordPress. I\'m never at a loss for words, but let the main thing you hear be \"Thank you\"! <a href=\"https://t.co/lHTPNqwvkS\">https://t.co/lHTPNqwvkS</a></p>&mdash; Josepha’s AFK Today (@JosephaHaden) <a href=\"https://twitter.com/JosephaHaden/status/1842321304583627218?ref_src=twsrc%5Etfw\">October 4, 2024</a></blockquote>\n</div>\n\n\n\n<p>In a farewell post titled <a href=\"https://josepha.blog/2024/10/04/thank-you-wordpress/\">Thank you, WordPress</a>, she expressed continued optimism for the future of the open-source project: “There’s still more to do in our shared quest to secure a self-sustaining future of the open source project that we all love, and my belief in our global community of contributors remains unchanged. I have spent nine years working shoulder to shoulder with you, and I didn’t want to leave without saying goodbye.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I still believe that open source is an idea that can transform generations. I believe in the power of a good-hearted group of people. I believe in the importance of strong opinions, loosely held. And I believe the world will always need the more equitable opportunities that well-maintained open source can provide: access to knowledge and learning, easy-to-join peer and business networks, the amplification of unheard voices, and a chance to tap into economic opportunity for those who weren’t born into it.</p>\n</blockquote>\n\n\n\n<p>She continued:<strong> “While my next steps aren’t yet clear, I hope to never be too far from this community that taught me so much.”</strong></p>\n\n\n\n<p>Josepha has been uncharacteristically silent since the onset of the Automattic-WP Engine controversy aside from a brief comment on Slack. Since joining WordPress in 2019, she was always actively involved in community discussions or <a href=\"https://wp-content.co/bay-lights/\">controversies</a>.</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXejnkbeXF_axw_ioYYMuyFvIVZvox8rUTa5P3BcJSeGx_n3ACeJ3kNIwzwZx5-SfXvZmgR2kOlarUKV5UzFe9m1mb8cL5GS676AoX2iMjJrGcUeaO4dEcTXQ3DrdepkjXvlN60gDS4TE3eNeCMOBiC7xj-1?key=-gzwbuSTOmslNC3WjniK0g\" alt=\"\" />\n\n\n\n<h3 class=\"wp-block-heading\">Community Response</h3>\n\n\n\n<p>Josepha always had a special place in the community’s heart and it was reflected in the messages that poured in following her announcement.&nbsp;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Josepha, we met when you became the <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> Training Team Rep. Watching you find your footing to being our executive director for so many years has had a profound impact on me. It has been an honor to work alongside you. Thank you. <a href=\"https://t.co/Ko3aDxlhak\">https://t.co/Ko3aDxlhak</a></p>&mdash; @courtneyr_dev <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f33b.png\" alt=\"🌻\" class=\"wp-smiley\" /> (@courtneyr_dev) <a href=\"https://twitter.com/courtneyr_dev/status/1842327905193324851?ref_src=twsrc%5Etfw\">October 4, 2024</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Josepha\'s leadership is one of the reasons I am an active contributor to WordPress. I am exceptionally pleased to have had the opportunity to work with her over the years. Good luck with whatever comes next, Josepha. <a href=\"https://t.co/5AyqhRNMOo\">https://t.co/5AyqhRNMOo</a></p>&mdash; Peter Wilson <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f3f3-fe0f-200d-1f308.png\" alt=\"🏳️‍🌈\" class=\"wp-smiley\" /> (@pwcc) <a href=\"https://twitter.com/pwcc/status/1842328528735609120?ref_src=twsrc%5Etfw\">October 4, 2024</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Josepha you are a great leader. You have inspired so many of us. <br /><br />Thank you for everything you had done for the community. It was great interacting with you on multiple occasions.<br /><br />Hoping to cross paths with you again in the future. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1faf6.png\" alt=\"🫶\" class=\"wp-smiley\" /></p>&mdash; Meher Bala | WP Mumbai &amp; WC Asia Organiser (@meherbala) <a href=\"https://twitter.com/meherbala/status/1842645793259602258?ref_src=twsrc%5Etfw\">October 5, 2024</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Thank you, Josepha!<br /><br />It’s been an absolute pleasure interacting with you over the years and I do hope you stay close to the project. <br /><br />Either way, best of luck with whatever lies ahead.</p>&mdash; Remkus de Vries (@remkusdevries) <a href=\"https://twitter.com/remkusdevries/status/1842460273728225477?ref_src=twsrc%5Etfw\">October 5, 2024</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I appreciate your ability to bring people together, to create safe and welcoming spaces, and to thoughtfully listen to and hear a wide variety of voices. I knew from the first time I met you that you were special. Thank you for all you\'ve done for the community over the years…</p>&mdash; Brandon Dove (@brandondove) <a href=\"https://twitter.com/brandondove/status/1842342417191875005?ref_src=twsrc%5Etfw\">October 4, 2024</a></blockquote>\n</div>\n\n\n\n<p>Thank you, Josepha, for all you&#8217;ve done for WordPress. We wish you the best in your future endeavors!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Oct 2024 16:41:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: New Social Web Foundation Launched with Automattic’s Support  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=166856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/new-social-web-foundation-launched-with-automattics-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4218:\"<p>The Social Web Foundation was officially <a href=\"https://socialwebfoundation.org/2024/09/24/launch/\">launched</a> on September 24, 2024, with a mission to foster a &#8220;growing, healthy, financially viable, and multi-polar Fediverse.&#8221; This non-profit organization is <a href=\"https://socialwebfoundation.org/team/\">spearheaded by</a> Evan Prodromou (Research Director), Mallory Knodel (Executive Director), and Tom Coates (Product Director) and is dedicated to uniting social networks through the open standard protocol, ActivityPub.</p>\n\n\n\n<p>The Fediverse is a collection of interconnected, decentralized social media platforms that communicate using open protocols, with <a href=\"https://www.w3.org/TR/activitypub/\">ActivityPub</a>—developed by the World Wide Web Consortium (W3C)—as the primary standard. “Until now, no major organization has taken on advocacy for ActivityPub as its central goal. Many people have ideas about what the Fediverse needs to be bigger, safer, and easier to use. But the solutions they propose fall between the cracks of anyone implementer or service. We want the SWF to be the entity that takes on those jobs.”, <a href=\"https://write.as/evanp/announcing-the-social-web-foundation\">said Evan Prodromou</a>, often referred to as “The Father of the Fediverse.”</p>\n\n\n\n<p><a href=\"http://plasticbag.org/archives/2024/09/on-the-social-web-foundation/\">Tom Coates</a> emphasized the foundation&#8217;s straightforward goal: “Fundamentally, its goal is pretty simple – it’s there to help the Fediverse grow in a sustainable and healthy way that benefits everyone.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The Social Web Foundation is our best chance to establish the conditions in which the new social media operates with zero harm.</p>\n\n\n\n<p>&#8211; Mallory Knodel</p>\n</blockquote>\n\n\n\n<p>The foundation aims to address challenges within the ActivityPub ecosystem and support its growth, especially in the commercial sector. Key <a href=\"https://socialwebfoundation.org/projects/\">areas of focus</a> include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>People: Educating the public about the Fediverse and its benefits.</li>\n\n\n\n<li>Policy: Clarifying policy frameworks for international and federated networks.</li>\n\n\n\n<li>Protocol: Developing and maintaining open standards.</li>\n\n\n\n<li>Plumbing: Building the necessary infrastructure</li>\n</ul>\n\n\n\n<p>Thirteen prominent companies, including Automattic, Mastodon, Meta, Ghost, and Medium, are backing the foundation.</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXf8GjBqJZhiDMXBxukXJ9h34UKYKsVzt6UzrtrPPLBPFwPe1ziQzzIw2YJfOZo0-U5i4y0P69HA8wqca_WqmmKRFFvz9GoFh1IvAUXMmKgiq1P7sThjprXu3fcHGX8mgz93_L8CYqT2bjTLNiGzXlUOD0U4?key=Znh0DVRkNQsoeNp-57L7wg\" alt=\"\" />\n\n\n\n<h3 class=\"wp-block-heading\">Automattic &amp; Fediverse</h3>\n\n\n\n<p>Automattic&#8217;s involvement with the Social Web Foundation comes as no surprise, given its long-standing contributions to the Fediverse. Back in 2021, Automattic CEO Matt Mullenweg expressed interest in bringing <a href=\"https://techcrunch.com/2022/11/21/tumblr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/\">ActivityPub support to Tumblr</a>. In 2023, Automattic acquired the <a href=\"https://wptavern.com/automattic-acquires-activitypub-plugin-for-wordpress\">ActivityPub plugin for WordPress</a> from German developer Matthias Pfefferle and made the ActivityPub feature <a href=\"https://wordpress.com/blog/2023/10/11/activitypub/\">available</a> across all WordPress.com plans.</p>\n\n\n\n<p>“Automattic is excited about the launch of the Social Web Foundation and its mission. We’re eager to collaborate with the Foundation to expand platform diversity and enhance the support for various content types—especially long-form content—within the Fediverse, fostering greater interoperability across the ecosystem.”, said Matthias Pfefferle, Open Web Lead at Automattic.</p>\n\n\n\n<p>To know more about Automattic and Fediverse, check the YouTube series, <a href=\"https://www.youtube.com/playlist?list=PL6nDc7ACvovJMt8MEiebpsXnlBuKp158j\">The Fediverse Files</a>.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Oct 2024 18:14:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: 159 Employees Leave Automattic After Accepting the Alignment Offer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=166873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/159-employees-leave-automattic-after-accepting-the-alignment-offer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5535:\"<p>While the controversy between Automattic and WP Engine was unfolding, social media discussions surged about whether Automattic employees not agreeing with Matt were offered an ultimatum to quit and exit with a generous payout.&nbsp;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/kellie/status/1841210258422972536\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/jeffr0/status/1841585100665872569\n</div>\n\n\n\n<p>&nbsp;In response, Matt Mullenweg addressed the situation in a blog post titled <a href=\"https://ma.tt/2024/10/alignment/\">Automattic Alignment</a>. He has clarified that: &#8220;It became clear a good chunk of my Automattic colleagues disagreed with me and our actions. So we decided to design the most generous buy-out package possible, we called it an Alignment Offer: <strong>if you resigned before 20:00 UTC on Thursday, October 3, 2024, you would receive $30,000 or six months of salary, whichever is higher. </strong>But you’d lose access to Automattic that evening, and you wouldn’t be eligible to boomerang (what we call re-hires). HR added some extra details to sweeten the deal; we wanted to make it as enticing as possible.&#8221;</p>\n\n\n\n<p>Matt revealed that 159 employees, representing 8.4% of the workforce, accepted the offer. Of these,<strong> 79.2% were part of Automattic’s Ecosystem businesses</strong>, while 18.2% came from Cosmos, working on apps like Pocket Casts, Day One, Tumblr, and Cloudup.</p>\n\n\n\n<p>“It was an emotional roller coaster of a week. The day you hire someone you aren’t expecting them to resign or be fired, you’re hoping for a long and mutually beneficial relationship. Every resignation stings a bit.”, Matt added.&nbsp;</p>\n\n\n\n<p><a href=\"https://automattic.com/2024/10/04/looking-ahead/\">Automattic</a> referred to this move as “<strong>a strategic realignment to better pursue our core values and operational goals.</strong>”&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>We remain deeply grateful to all our employees, past and present. For those who have chosen new paths, we sincerely wish them the best, and thank them for helping make Automattic what it is today. We emerge from this chapter with a renewed vigor and clarity in our mission.</p>\n\n\n\n<p>&#8211;  Automattic&nbsp;</p>\n</blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">159 People Accepted the Offer&nbsp;</h3>\n\n\n\n<p>In a surprising turn, the names of people leaving Automattic include Josepha Haden Chomphosy, the Executive Director of the WordPress project. “While my next steps aren’t yet clear, I hope to never be too far from this community that taught me so much.”, <a href=\"https://josepha.blog/2024/10/04/thank-you-wordpress/\">she said</a>.</p>\n\n\n\n<p>Other notable departures include <a href=\"https://naoko.blog/2024/10/04/leaving-automattic/\">Naoko Takano</a> (Open Source Project Manager), <a href=\"https://www.linkedin.com/in/danwalmsley/\">Daniel Walmsley</a> (AI Engineer and Architect), <a href=\"https://x.com/jeffikus/status/1842227784350859484\">Jeffrey Pearce</a> (Team Lead) and <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> (Communications Wrangler &amp; <a href=\"https://make.wordpress.org/marketing/2024/03/20/making-a-wordpress-media-corps/\">WordPress Media Corps</a> lead). Daniel Bachhuber (head of WordPress.com) also left but posted this in <a href=\"https://www.linkedin.com/feed/update/urn:li:activity:7247936060008136704/\">LinkedIn</a>: “I believe in Matt. Leaving Automattic for other reasons. It&#8217;s a bummer, and I will miss everyone there.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/danwalmsley/status/1841882447073706317\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/jeffikus/status/1842227784350859484\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">91.6% of Automatticians are Staying</h3>\n\n\n\n<p>Meanwhile, 91.6% of Automattic employees chose to stay, with many expressing support for Matt’s decisions on X.&nbsp;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/zeldman/status/1842201921433608640\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/NerdwithCoffee/status/1842351786134229318\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/pootlepress/status/1842051172183490811\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/justintadlock/status/1842197703272300968\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Community Response</h3>\n\n\n\n<p>As usual, the community remains divided, with some praising the offer&#8217;s generosity while others are worried.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/awilkinson/status/1842227042256920691\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/FloWendelborn/status/1842072441280983440\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/foolstechdev/status/1842220667111932279\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/mnowak_eth/status/1842131124165775653\n</div>\n\n\n\n<p>As mentioned above, 79.2% of the people who left Automattic were working on Ecosystem projects. The Marketing Team again got the short end of the stick with <a href=\"https://make.wordpress.org/marketing/2024/03/20/making-a-wordpress-media-corps/\">WordPress Media Corps</a>’s future in doubt due to Reyes Martínez’s resignation. The coming days will provide more clarity on the effects this development has on WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Oct 2024 17:45:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: CNBC on WP Engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=127659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2024/10/cnbc-on-wp-engine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"<p>Ari Levy at CNBC has a great article covering the battle between WordPress and Silver Lake / WP Engine: <a href=\"https://www.cnbc.com/2024/10/05/wordpress-ceo-matt-mullenweg-goes-nuclear-on-silver-lake-wp-engine-.html\">Why WordPress [co-]founder Matt Mullenweg has gone ‘nuclear’ against tech investing giant Silver Lake</a>.<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Oct 2024 13:03:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Automattic Alignment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=127517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2024/10/alignment/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2301:\"<p>Winston Churchill said, &#8220;Never let a good crisis go to waste.&#8221; Since I last blogged here, <a href=\"https://automattic.com/2024/10/03/meritless/\">WP Engine filed a meritless lawsuit and Automattic responded</a>, and there&#8217;s been a hurricane of public activity and press. Inside of <a href=\"https://automattic.com/\">Automattic</a>, there&#8217;s been a parallel debate and process.</p>\n\n\n\n<p>Silver Lake and WP Engine&#8217;s attacks on me and Automattic, while spurious, have been effective. It became clear a good chunk of my Automattic colleagues disagreed with me and our actions.</p>\n\n\n\n<p>So we decided to design the most generous buy-out package possible, we called it an Alignment Offer: if you resigned before 20:00&nbsp;UTC&nbsp;on Thursday, October 3, 2024, you would receive <strong>$30,000 or six months of salary, whichever is higher</strong>. But you&#8217;d lose access to Automattic that evening, and you wouldn&#8217;t be eligible to boomerang (what we call re-hires). HR added some extra details to sweeten the deal; we wanted to make it as enticing as possible.</p>\n\n\n\n<p>I&#8217;ve been asking people to vote with their wallet a lot recently, and this is another example!</p>\n\n\n\n<p>159 people took the offer, 8.4% of the company, the other 91.6% gave up $126M of potential severance to stay! 63.5% were male. 53% were in the US. By division it impacted our Ecosystem / WordPress areas the most: 79.2% of the people who took it were in our Ecosystem businesses, compared to 18.2% from Cosmos (our apps like <a href=\"https://pocketcasts.com/\">Pocket Casts</a>, <a href=\"https://dayoneapp.com/\">Day One</a>, <a href=\"https://tumblr.com/\">Tumblr</a>, <a href=\"https://cloudup.com/\">Cloudup</a>). 18 people made over 200k/yr! 1 person started two days before the deadline. 4 people took it then changed their minds.</p>\n\n\n\n<p>It was an emotional roller coaster of a week. The day you hire someone you aren&#8217;t expecting them to resign or be fired, you&#8217;re hoping for a long and mutually beneficial relationship. Every resignation stings a bit. </p>\n\n\n\n<p>However now, I feel much lighter. I&#8217;m grateful and thankful for all the people who took the offer, and even more excited to work with those who turned down $126M to stay. As the kids say, LFG!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Oct 2024 03:28:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress Enforces Plugin Check and 2FA for New Plugin Submissions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=163317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/wordpress-enforces-plugin-check-and-2fa-for-new-plugin-submissions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3487:\"<p>Security Review Lead Chris Christoff has announced <a href=\"https://make.wordpress.org/plugins/2024/10/01/plugin-check-and-2fa-now-mandatory-for-new-plugin-submissions/\">two new changes</a> for the WordPress Plugin Directory, effective from October 1, 2024. These changes aim to enhance plugin directory security and promote best practices among plugin developers.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Mandatory Two-Factor Authentication</h3>\n\n\n\n<p>As of October 1, 2024, all plugin owners and committers must enable Two-Factor Authentication (2FA) to submit new plugins to the WordPress Plugin Directory. This change was <a href=\"https://wptavern.com/wordpress-org-introduces-new-security-measures-for-plugin-and-theme-authors\">announced</a> by Automattic-sponsored developer Dion Hulse last month.</p>\n\n\n\n<p>Plugin owners are encouraged to enable 2FA, review committers’ access levels, and use additional security features like the SVN password option and Release Confirmation. Detailed guides on <a href=\"https://make.wordpress.org/meta/handbook/tutorials-guides/configuring-two-factor-authentication/\">Configuring Two-Factor Authentication</a> and <a href=\"https://make.wordpress.org/plugins/2024/06/26/keeping-your-plugin-committer-accounts-secure/\">Keeping Your Plugin Committer Accounts Secure</a> are also available.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Plugin Check Tool</h3>\n\n\n\n<p>From now on, any new plugin submitted to the Plugin Directory will first go through a pre-submission check using the Plugin Check tool. If any errors are found, the submission will be blocked until they are fixed.</p>\n\n\n\n<p>This new step aims to reduce the review queue by enabling plugin authors to catch common issues before submitting their plugins for manual review. Plugin Check helps by identifying frequent issues, such as mismatched versions between the plugin header and the readme.txt file, incorrect text domains, and erroneous &#8220;Tested To&#8221; values in the readme. Although Plugin Check adds a layer of automation,<strong> it will not replace the manual review of plugins</strong>.</p>\n\n\n\n<p>David Perez from the Plugin Review Team <a href=\"https://make.wordpress.org/plugins/2024/09/17/introducing-plugin-check-pcp/\">recommended making Plugin Check</a> a part of the development workflow as “In addition to things relevant for the review process, the tool flags violations or concerns around plugin development best practices, from basic requirements like correct usage of internationalization functions to accessibility, performance, and security best practices. It does so using both static checks using PHP_CodeSniffer and dynamic checks, where it actually activates your plugin to test it “live”.”</p>\n\n\n\n<p>The Plugins Team is working to expand Plugin Check’s coverage to existing plugins. A roadmap detailing this broader application will be released in the coming months. Contributors can help improve the tool via its <a href=\"https://github.com/WordPress/plugin-check\">GitHub Repo</a>.</p>\n\n\n\n<p>The WordPress community has responded positively to these updates. Josepha Haden Chomphosy <a href=\"https://x.com/JosephaHaden/status/1841810132495143307\">tweeted</a> “This was years in the making and is a huge deal. Congratulations (and big thanks) to everyone who contributed!”</p>\n\n\n\n<p>These two measures are expected to help the WordPress Plugin Team improve the security of the platform while reducing the backlog of plugins awaiting approval.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Oct 2024 20:01:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Automattic Publishes WP Engine Term Sheet Amidst Controversy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=163230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/automattic-publishes-wp-engine-term-sheet-amidst-controversy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5085:\"<p>As the Automattic-WP Engine <a href=\"https://wptavern.com/wp-engine-banned-from-using-wordpress-org-resources\">controversy</a> continues, Automattic published the term sheet delivered to WP Engine on September 20, 2024. “In the interest of transparency, we’ve published the term sheet we offered to @LeeEWittlinger and @heatherjbrunner, it’s a simple one-pager.”, <a href=\"https://x.com/photomatt/status/1841276456162279724\">tweeted</a> Matt Mullenweg.</p>\n\n\n\n<p>The <a href=\"https://automattic.com/2024/10/01/wpe-terms/\">announcement post</a> reveals that initial discussions between Automattic and WP Engine began in February 2023, led by Matt Mullenweg and continued by Toni Schneider during Mullenweg’s sabbatical.</p>\n\n\n\n<p>The <a href=\"https://automattic.com/wp-content/uploads/2024/09/term-sheet-wp-engine-inc.-automattic-trademark-license_09.19.2024-1.pdf\">term sheet</a> outlines five key points regarding a trademark license agreement. Under the terms, Automattic would grant WP Engine the rights to use WordPress and WooCommerce trademarks and branding, with WP Engine agreeing to follow all relevant guidelines. WP Engine was presented with three options for compensation:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pay Automattic a royalty fee of 8% of its gross revenue on a monthly basis, along with a detailed report of its gross revenue, granting Automattic full audit rights.</li>\n\n\n\n<li>Allocate 8% of its revenue to employee salaries for work on core WordPress features under the direction of WordPress.org, with both WordPress.org and Automattic retaining audit rights.</li>\n\n\n\n<li>Combination of the above two options. </li>\n</ul>\n\n\n\n<p>The term sheet also prevents WP Engine from modifying or forking any software from Automattic, WooCommerce, or its affiliates. The agreement is for seven years with automatic one-year renewals.</p>\n\n\n\n<p>However, the announcement post has a critical update: “<strong>Given WP Engine’s behavior, deception, and incompetence since September 20th these terms are no longer sufficient.</strong>”</p>\n\n\n\n<p>Matt also told <a href=\"https://www.therepository.email/mullenweg-threatens-corporate-takeover-of-wp-engine\">The Repository</a>, “That deal’s not on the table anymore. We’re seeking more, not 8%. I don’t want to speculate on what the deal might be… In July it was less than 8%, it was smaller. In September it was 8%. The deal they have to do next could be taking over the company, they have no leverage.” </p>\n\n\n\n<p>Public reactions to Mullenweg’s tweet sharing the term sheet have been mixed, with most replies critical of him, though some view the terms as reasonable.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">You want to see their revenue as a report monthly broken down by product. You are a direct competitor! That can\'t be ok in terms of anti trust laws or something. The monetary amount also seems excessive on top of that.</p>&mdash; Steve Struemph (@SteveStruemph) <a href=\"https://twitter.com/SteveStruemph/status/1841294550221897738?ref_src=twsrc%5Etfw\">October 2, 2024</a></blockquote>\n</div>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXeDe4ljBL0nRPgiWup0QhAA_bQO12n6NNjHnixoOIS9Xybum1-zJh-hggqf7xxdRtAkm3NMAJetbOmBKXxMZ8T5qVVAjUSZVLYcNAKIOPp8Ei7OsCEzuGFhYJd3g9R9oKJRulmiGHfsWyAmcPMuse1rLqV1?key=b9ha9SS9oPAGSdj_1r13xQ\" alt=\"\" />\n\n\n\n<p>The final results of a survey by Matt from The WP Minute:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Automattic v. WP Engine</p>&mdash; Matt (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1839660169241755740?ref_src=twsrc%5Etfw\">September 27, 2024</a></blockquote>\n</div>\n\n\n\n<p>During the ongoing discussions, co-founder &amp; CEO of Cloudflare Matthew Prince <a href=\"https://x.com/eastdakota/status/1841154152006627663\">offered to donate</a> the capacity to power WordPress.org for the community. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We’d be happy to donate the capacity to power <a href=\"https://t.co/NYrfF5j4KC\">https://t.co/NYrfF5j4KC</a> for the community.</p>&mdash; Matthew Prince <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f325.png\" alt=\"🌥\" class=\"wp-smiley\" /> (@eastdakota) <a href=\"https://twitter.com/eastdakota/status/1841154152006627663?ref_src=twsrc%5Etfw\">October 1, 2024</a></blockquote>\n</div>\n\n\n\n<p>Meanwhile, the controversy seems to be spilling into Automattic, too.&nbsp;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'ve been told by a few sources that it\'s not a rumor. I don\'t understand. If you\'re not with Matt, you\'re against Matt and he\'ll pay you to leave? Seems like an odd way of going about things. <a href=\"https://t.co/Eh3NPrIAfm\">https://t.co/Eh3NPrIAfm</a></p>&mdash; Jeff (@jeffr0) <a href=\"https://twitter.com/jeffr0/status/1841252171012042794?ref_src=twsrc%5Etfw\">October 1, 2024</a></blockquote>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Oct 2024 19:32:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WP Engine Banned Again, Reports Deploying a Solution\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=163178\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wp-engine-banned-again-reports-deploying-a-solution\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4296:\"<p>After a <a href=\"https://wptavern.com/matt-mullenweg-announces-temporary-lifting-of-wp-engine-ban\">brief reprieve</a>, WP Engine has been <a href=\"https://x.com/wpengine/status/1840905665440633087\">banned again</a> from WordPress.org and the company took to X to share: “Thousands of WordPress community members have once again been blocked from accessing WordPress.org. WP Engine has commenced deployment of its solution for accessing updates and installations for plugins and themes across our customers’ sites. We expect deployment of the solution to all customers to be completed within the hour.”</p>\n\n\n\n<p>The next <a href=\"https://x.com/wpengine/status/1840910240801316924\">tweet</a> read: “We are pleased to report that our solution has been fully deployed and regular workflow practices have been restored to our customers around the globe. We thank all our customers for their patience and support over the past week. Like so many of you, we love WordPress, and are committed to the stability and longevity of the community.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">WP Engine Website Updates</h3>\n\n\n\n<p>WP Engine has made several changes to its website, including reducing the use of the word “WordPress” and adding a new footer clarifying its trademark usage.</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXd9koeDMR5KyJiqM4cqeIumyvqNyx6agVBbHnFqCidKWr1WYFK9ZdouMR7cQMIITZ7Do1GLTKbOsdeyF8Xc_Q0QhRTbmemkZ0gpIPC6E3BJTdYvKiEjFR_p59yhXARlZT6s6KntjRVvlz98U6JddsRN4IpZ?key=ltzJcIAhElrogVEpgiRyHg\" alt=\"\" />New Footer in WP Engine Website\n\n\n\n<p>The names of its pricing plans have been updated, omitting “WordPress” from the titles.</p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXdwSKLlAGwXjLwFHFKC2ZHedUhrAwr7PuAxB4ZjtMQ3YuZDZI1cShKiOlvbpFhjOWAWVWP0erZw75z_GVznKb5b5f85GFYZVC-Y6JxLR_9nYLTFlTIl4GicAG6MXRqTTbHl-5HNyj-6ivW7Gx2HZondn_ze?key=ltzJcIAhElrogVEpgiRyHg\" alt=\"\" />Current WP Engine Pricing Plans \n\n\n\n<p></p>\n\n\n\n<img src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXcJnOE9z6belsDyaZK_VYSoAHKInDUVwbLuFtnmLAt4gYvEXUmGlwDgaY18DyBeu5dz8NLzslEdhz7c9fwOUQkrph755ANh-EKckHpoNg3vlmNoyxESDTcjIi7AqsU2i2maHP4VPzMw7eOXxszH-h8dl8DR?key=ltzJcIAhElrogVEpgiRyHg\" alt=\"\" />Previous Pricing Plans of WP Engine\n\n\n\n<p><a href=\"https://wpandlegalstuff.com/wp-engine-changes-use-of-trademarks-on-its-website/\">WP And Legal Stuff</a> has covered more details on the website changes.&nbsp;</p>\n\n\n\n<p>WP Engine has not offered any explanation about the solution beyond what was shared on Twitter, though people have been asking for more details.&nbsp;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">1. Are you mirroring the wordpress(dot)org repos?<br />2. Is this a permanent or temporary solution?<br />3. What are you doing to stop future interruptions?<br />More information would be appreciated, as communication and transparency from <a href=\"https://twitter.com/wpengine?ref_src=twsrc%5Etfw\">@wpengine</a> has been exceptionally poor.</p>&mdash; Charlie Moss (@charliemoss) <a href=\"https://twitter.com/charliemoss/status/1840912940372808077?ref_src=twsrc%5Etfw\">October 1, 2024</a></blockquote>\n</div>\n\n\n\n<p>WP Engine has been silent since the start of the incidents, while Matt has been going all-out speaking about the issues. Matt even issued an open invite to Lee Wittlinger, Managing Director of Silver Lake. “Lee, let’s debate this publicly. Propose a neutral venue and moderator,” he said in a post titled “<a href=\"https://ma.tt/2024/09/missing-spokespeople/\">Where is Lee Wittlinger?</a>” “Why is WP Engine scared of talking to journalists live?”, he had <a href=\"https://ma.tt/2024/09/on-theprimeagen/\">asked</a> earlier.</p>\n\n\n\n<p>He also published his <a href=\"https://ma.tt/2024/09/charitable-contributions/\">charitable contributions</a> from 2011 to 2023, shared how WP Engine is <a href=\"https://ma.tt/2024/09/wordpress-engine/\">violating WordPress’ trademarks</a>, and gave interviews to <a href=\"https://www.youtube.com/live/F6vXWQrQXgY\">Theo &#8211; t3․gg</a> and <a href=\"https://www.youtube.com/live/9sBuHwQpwAU\">WP Minute</a>.</p>\n\n\n\n<p>The community is deeply troubled by the proceedings but both sides do not show any signs of backing down. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Oct 2024 18:23:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: #139 – Andy Fragen on Automatic Update Rollbacks in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=163149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/podcast/139-andy-fragen-on-automatic-update-rollbacks-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46636:\"Transcription<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, automatic update rollbacks in WordPress, what they are, and why this was a difficult feature to build.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to wptavern.com/feed/podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Andy Fragen.</p>\n\n\n\n<p>Andy is a dedicated member of the WordPress community, as well as a trauma surgeon. Somehow he manages to balance the demands of his profession with his passion for the community. And, as you will hear, to important work inside of WordPress Core. Even while in the operating room waiting for patients to be prepped, Andy has been known to find moments to answer forum questions and provide support to others. It&#8217;s truly remarkable.</p>\n\n\n\n<p>Andy talks about the important topic of automatic rollbacks in WordPress, a feature aimed at reverting to a previous version if an automatic plugin or theme update fails, ensuring the website remains functional for users. I&#8217;ve managed to encapsulate the idea into the previous sentence, but as you will hear, the execution of that idea was anything other than straightforward.</p>\n\n\n\n<p>Andy discusses the origins of the rollback feature. The team working on this problem identified complexities and potential fatal errors during plugin updates, and came up with a simple, yet effective solution, which worked. But as with so much in code, some edge cases meant that the road to a fully workable solution for all WordPress users was not quite in sight. Many times the drawing board had to be dusted off, and the problem looked at once again.</p>\n\n\n\n<p>While developing this feature, numerous challenges were encountered. From finding consistent test conditions to managing technical limitations. Andy shares insights into the critical role of testing and collaboration with hosting companies, meticulous attention to detail and problem solving skills, developed to combat issues like file write delays, and loop back test redirects.</p>\n\n\n\n<p>Andy explains how the team managed to avoid fatal errors in active plugins with extensive testing and incremental improvements. They introduce functionalities like WP error checks, simulation features for testing error handling, and a new move directory function to enhance reliability.</p>\n\n\n\n<p>Andy also discusses the broader impact of their rollback efforts. Many users might not notice this new feature, but in a sense that&#8217;s how it should be. The more unnoticeable to end-users update failures are, the better. It means that sites that would previously have been broken and are now working, and that&#8217;s a win for everyone.</p>\n\n\n\n<p>If you&#8217;re interested in the behind the scenes development of a WordPress feature, that quietly keeps your website running smoothly, and in hearing how a dedicated contributor balances his passion for WordPress with a demanding medical career, this episode is for you.</p>\n\n\n\n<p>If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Andy Fragen.</p>\n\n\n\n<p>I am joined on the podcast by Andy Fragen. Hello, Andy.</p>\n\n\n\n<p>[00:04:21] <strong>Andy Fragen:</strong> Hello Nathan. How are you?</p>\n\n\n\n<p>[00:04:22] <strong>Nathan Wrigley:</strong> Yeah, good. Nice to speak to you. We are in WordCamp US, we&#8217;re in Oregon. We&#8217;re in the convention center. I&#8217;ve actually no conception of what the convention center&#8217;s called.</p>\n\n\n\n<p>[00:04:30] <strong>Andy Fragen:</strong> I think that&#8217;s it. I think it&#8217;s called the Oregon Convention Center.</p>\n\n\n\n<p>[00:04:32] <strong>Nathan Wrigley:</strong> Normally when I come to these events, I&#8217;m talking to people who are doing a presentation of some kind, but we had a conversation, introduced, I think, via Courtney Robertson. She suggested that I might like to talk to you about this particular subject, and I bit her hand off frankly, because this is really interesting.</p>\n\n\n\n<p>We&#8217;re going to talk about automatic rollbacks in WordPress Core. And if that doesn&#8217;t mean anything to you, that&#8217;s fine, Andy will introduce the subject a bit later. First of all though, Andy, it&#8217;s a bit of a boring, dull question, but can you give us your little bio, and then I think, unusually, I&#8217;m going to dwell on your bio for quite a long time, if that&#8217;s all right? Tell us what you do in all of your life.</p>\n\n\n\n<p>[00:05:08] <strong>Andy Fragen:</strong> I am a full-time trauma acute care surgeon, and I work in Southern California. And I dabble in WordPress as a hobby.</p>\n\n\n\n<p>[00:05:18] <strong>Nathan Wrigley:</strong> You are also a Core committer.</p>\n\n\n\n<p>[00:05:19] <strong>Andy Fragen:</strong> Yes, sir. I got my first props for a Core commit about nine years ago.</p>\n\n\n\n<p>[00:05:23] <strong>Nathan Wrigley:</strong> Okay. So, to me, Core commit, if you have privileges to commit to Core.</p>\n\n\n\n<p>[00:05:29] <strong>Andy Fragen:</strong> Well, I&#8217;m not a committer, I&#8217;m a Core contributor.</p>\n\n\n\n<p>[00:05:31] <strong>Nathan Wrigley:</strong> A core contributor.</p>\n\n\n\n<p>[00:05:33] <strong>Andy Fragen:</strong> If they ever offered me commit access, I would decline.</p>\n\n\n\n<p>[00:05:36] <strong>Nathan Wrigley:</strong> Yes, okay. Nevertheless, you are working at a very high level within WordPress, and this is the kind of thing that I think, this is what people do as a career. You know, they become incredibly skilled at coding, and in this case with WordPress, and this is the level maybe that they reach.</p>\n\n\n\n<p>But let&#8217;s just rewind a little bit, because at the beginning of your bio you said you are also a trauma surgeon, which to me seems much more than a regular job. It seems like that would be an incredibly difficult thing to achieve in life, but also a thing which would consume many, many hours. And so I&#8217;m kind of wondering, how do you keep up in life with being a Core contributor as well as a trauma surgeon?</p>\n\n\n\n<p>[00:06:13] <strong>Andy Fragen:</strong> As I said previously, time is the only fungible commodity we have. You spend it how you want to spend it. Obviously, depending on how you work and what the structure is, you have certain time availability, and then certain time not availability.</p>\n\n\n\n<p>Some of what I have as a trauma surgeon is downtime. There are certain parts of my day that are busier than others, and there are certain parts of my day that aren&#8217;t as busy. I have been known to answer forum questions, and do support while in the operating room, waiting for a patient to be prepped.</p>\n\n\n\n<p>[00:06:46] <strong>Nathan Wrigley:</strong> So, let me just parse that a little bit. Whilst in the hospital, when there are not urgent things to be done, you are whipping out the laptop and contributing to WordPress.</p>\n\n\n\n<p>[00:06:56] <strong>Andy Fragen:</strong> No, I usually do that on the phone, believe it or not.</p>\n\n\n\n<p>[00:06:58] <strong>Nathan Wrigley:</strong> I think that&#8217;s remarkable. Honestly, I am really, really amazed that you can manage that. I think you must have an incredible grasp of your own time management.</p>\n\n\n\n<p>[00:07:07] <strong>Andy Fragen:</strong> Honestly, a lot of the support stuff is just having been in my own plugins that I&#8217;ve written for a long time. I have a better understanding of what the issue is almost without even getting too much you know, stack traces and things like that. Not that I don&#8217;t need them sometimes, but if you&#8217;ve ever done support and gotten issues from people, sometimes it takes a while to tease out the actual information you need to give a response.</p>\n\n\n\n<p>[00:07:31] <strong>Nathan Wrigley:</strong> Do you regard WordPress as a hobby then, or is it more like a second career almost?</p>\n\n\n\n<p>[00:07:36] <strong>Andy Fragen:</strong> Career would imply that you earn something from it. And, yes, I do sell a plugin, and part of the reason my wife allowed me to fly up to Portland for a WordCamp is I could say that the plugin sales paid for an airline ticket and a hotel. The usual deal I had with my wife living in Southern California was I could go to any WordCamp I could drive to. Since Covid they&#8217;ve really just stopped. Everybody&#8217;s sort of burned out, and that&#8217;s a whole other issue unfortunately.</p>\n\n\n\n<p>[00:08:01] <strong>Nathan Wrigley:</strong> Yeah. How much time do you think, let&#8217;s say a month, would you be putting into WordPress?</p>\n\n\n\n<p>[00:08:08] <strong>Andy Fragen:</strong> Some of that depends on where you consider your time. If I&#8217;m kind of paying attention to the Core dev Slack when they&#8217;re doing meetings, do you count that towards time? I mean, some people do, some people don&#8217;t. So I have said that I have usually put anywhere between 10 to 15 hours a week into it, depending on where it was. I mean, for a while I was running the Core upgrade install meeting. Sometimes we get, there&#8217;s not much for us to talk about, we&#8217;ve foregone the meeting at times.</p>\n\n\n\n<p>Yes, somehow I&#8217;ve found myself as a component maintainer for the upgrade install component, along with several other people.</p>\n\n\n\n<p>Over the years I&#8217;ve done, or found my way into, I should say, several different things. And one of the things I did when we met Courtney last WordCamp US in San Diego, she was having trouble getting set up in a dev environment on her computer. And I&#8217;d already sort of figured it out, and sat down and helped her with it and, yes, by the end of the time period, we had Courtney up and running in the docker dev environment for WordPress Core.</p>\n\n\n\n<p>[00:09:08] <strong>Nathan Wrigley:</strong> So 10 to 15 hours a week, 40 to 60 hours a month, that&#8217;s a lot.</p>\n\n\n\n<p>[00:09:14] <strong>Andy Fragen:</strong> Yes, and you have no idea what my normal schedule is like. Even if I didn&#8217;t do that, as a trauma acute care surgeon, we work shift work, and our shifts are 12 hours long. And an FTE, full-time equivalent, for being considered full-time is 16 shifts a month. Whether that&#8217;s two shifts in a row in 24 hours, or not, or individually, it just depends. I would&#8217;ve considered at some point in time, in the last several years, only doing 16 shifts quite nice. I&#8217;ve done as many as 30 in a month, and probably in the last several years, averaged somewhere around 20, give or take.</p>\n\n\n\n<p>[00:09:54] <strong>Nathan Wrigley:</strong> I think what I&#8217;m taking from this, Andy, is that you work quite hard in all things that you do.</p>\n\n\n\n<p>[00:09:59] <strong>Andy Fragen:</strong> I have two adult children, 29 and 23, and I did not encourage them in the least to go into medicine. I think they saw how hard I worked, or how much I worked, and I&#8217;m very pleased to say that neither one of them went into healthcare. I think it&#8217;s just a changing field.</p>\n\n\n\n<p>[00:10:16] <strong>Nathan Wrigley:</strong> Yeah. Where did your interest in WordPress, or coding come from? Is this something that you&#8217;ve had as a child, or did you pick this up later in life?</p>\n\n\n\n<p>[00:10:23] <strong>Andy Fragen:</strong> I took a coding class in college, not my major. But I graduated from college in 1985 as a senior, the first time they had an intro to microcomputers, and there was this new computer out called a Macintosh. And it looked fascinating. And the class had a lab, you could either choose to be in the Macintosh lab or the PC lab. And honestly it was a freshman level class, I took the class just so I could do the lab and learned how to use the computer. And on graduation I bought one, and I&#8217;ve been using Macintosh computers since 1985.</p>\n\n\n\n<p>[00:10:57] <strong>Nathan Wrigley:</strong> So it is not really from childhood this, I guess maybe, I don&#8217;t know exactly how old you are, but certainly at my age, computers were a brand new thing. You couldn&#8217;t really do a great deal with computers back in the day. But I picked up the interest when I was probably a similar age to you, and it just kind of blossomed in me, and I just got really into it. And although it&#8217;s become what I do for a living, I can well imagine that if I hadn&#8217;t have done it for a living, it would&#8217;ve been a big part of my life anyway, a little bit like you by the sounds of it.</p>\n\n\n\n<p>[00:11:23] <strong>Andy Fragen:</strong> I look at it as an interesting hobby. It&#8217;s a lot about problem solving, and it&#8217;s a lot about making a repetitive process simple, defined and consistent.</p>\n\n\n\n<p>[00:11:34] <strong>Nathan Wrigley:</strong> Yeah. We&#8217;re going to talk now about something which is new in WordPress, and it&#8217;s automatic rollbacks. I don&#8217;t know if there&#8217;s a more grandiose title than that.</p>\n\n\n\n<p>[00:11:44] <strong>Andy Fragen:</strong> We call it, I mean, internally we call it rollback auto updates, that&#8217;s just part of it though. Initially we just called it rollback.</p>\n\n\n\n<p>It&#8217;s taken several years, and many cycles to kind of get into Core. And part of the issue was, when we first had it, a lot of Core committers don&#8217;t want to touch something, or don&#8217;t want to commit something that touches such a large piece of WordPress, such as plugin updates, or theme updates. And as you can imagine, everybody had a lot of trepidation. And it was a big enough project that somebody who wasn&#8217;t directly involved in it, if they left and weren&#8217;t paying attention for several months, they&#8217;d come back and whole things were new again.</p>\n\n\n\n<p>[00:12:24] <strong>Nathan Wrigley:</strong> Right. Let&#8217;s describe what it is. So this is my understanding of it. A couple of years ago it feels like now, we got this option in the plugin screen to automatically update plugins. And it may be that almost everything in your WP admin, plugin wise, you can automatically update. So you don&#8217;t check a box, but in effect you check a box.</p>\n\n\n\n<p>And from that moment on, that plugin, or all the plugins, if you decide to go that route, will automatically update in the background, so you don&#8217;t have to think. I guess it&#8217;s a part of a broader initiative to make WordPress as automatic as possible, so that you don&#8217;t have to log in if you&#8217;re an inexperienced user, or you&#8217;re just not really bothered about WordPress, you just want a website. And it&#8217;ll just all tick over in the background and keep itself updated.</p>\n\n\n\n<p>Now that&#8217;s great, except when there&#8217;s a problem with the plugin update, and the updating automatically breaks something. You know, you come back and either you&#8217;ve got an email to say that things have gone wrong, or you just go to your website and discover, why does my website now not function anymore?</p>\n\n\n\n<p>The initiative here was to make it so that some automatic detection mechanism would update the plugin, throw an error, say, there&#8217;s a problem, wait, roll it back, so go back to the previous safe version, and go from there. And so everything in theory should be good. Now that all sounds so straightforward to say, but just before we hit record, you indicated to me, and let&#8217;s get into this really granularly, you indicate to me that it was anything other than straightforward. Now, why was that?</p>\n\n\n\n<p>[00:13:54] <strong>Andy Fragen:</strong> So Core has had the ability for a failed update to revert, try again, I&#8217;m not quite sure of the process, since about 3.5 or 3.7. And the ability to roll back a failed update for a plugin, or a theme really just wasn&#8217;t around. Colin Stewart and I, and Paul Baron had kind of gotten together on trac tickets about rolling back, and I think it was Paul&#8217;s initial trac ticket about it and, no, I don&#8217;t remember the number offhand, that really got us started. And it was intriguing to all of us on how to do it, and where to go.</p>\n\n\n\n<p>And so we get together in private DMs, and discuss it, and kind of try and figure it out. We would overcome problems and basically create the solution, and I&#8217;d put it in a plugin so that we could test. And what we found was, well, once we got to parts where we had the whole solution, and we had a whole solution for quite a while, including the auto updates before we even had any of it committed.</p>\n\n\n\n<p>But again, as I say, it was so complex and, you know, when you have millions of sites, and 45% of the web, and all of them are doing updates to plugins and themes at any given time, it&#8217;s like touching the third rail. I mean, sometimes you can kind of get away with it, but more often than not, you could potentially kill yourself.</p>\n\n\n\n<p>So we never had a Core committer deeply involved in it. We had some that came and would give us advice on how to do things, or not do things, and we would seek to solve those issues and those problems. But without having someone with commit access, it made it very difficult to actually get things in. Colin now has commit access, and he got it just before the rollback was complete. But again, he&#8217;s like, I don&#8217;t feel comfortable, as my very first commit, committing this big part of Core.</p>\n\n\n\n<p>After we&#8217;d had it done for a while, there was a discussion on the trac ticket about what it would take to test it. And one of the Core committers suggested that we test it on thousands of sites, of various different server setups, to ensure that it didn&#8217;t cause issues or problems.</p>\n\n\n\n<p>Now, conceptually I do understand that, because WordPress can run on a vast variety of installations, and hardware, and virtual environments, and all sorts of things. You don&#8217;t want to screw it up. You don&#8217;t want to brick somebody&#8217;s site consistently.</p>\n\n\n\n<p>The problem is, I don&#8217;t think anybody&#8217;s ever been asked to do something so extensive before. And so we basically found that it was almost impossible. I was at the first WordCamp in San Diego, the first one after Covid, and I literally went around to all the hosts and said, I need you to test this, I need you to test this, I need you to test this. And everyone was very agreeable, but they would test it on their environment, right? Make sure that it worked in their system, but probably only on one site that was a test site, and not in production on anywhere else. And I&#8217;m not quite sure that that&#8217;s what they were looking for.</p>\n\n\n\n<p>We only kind of overcame that process when we broke it down in smaller pieces. So rollback started out with getting, let me go back. Currently, the way Core works, Core updates work, and the way plugin and theme updates work is, Core would download the package, the update, it would store it on your system locally. It would run some checks, it would re-expand the zip into the upgrade folder, and then it would do a recursive file copy into the location of the plugin directory, or the theme directory. Although it would also delete the file first, before it that recursive copy.</p>\n\n\n\n<p>Consequently, if something failed, your plugin was gone. You had to go find it again and reinstall it, if somewhere along that process failed. The first thing we did is try and, well, one of the first things I did was made it a zip file. So I back up the plugin or theme is a zip file, store that, do the update. If it failed, I&#8217;d reinstall the zip file. But we heard from several hosting companies, that may be taxing on resources creating, and zipping, and unzipping files at that scale.</p>\n\n\n\n<p>And so I&#8217;m like, okay, let&#8217;s come up with something else. And what we ended up with is changing that recursive file copy to use PHPs rename function, with the recursive file copy as a backup, as a fallback for it. Now, you would think that, since this runs on PHP, and everybody has PHP installed, that it would work out just fine, except VirtualBox and VVV. And so these are custom local dev environments.</p>\n\n\n\n<p>We did put out a call to the hosting companies, does anyone offer a virtualised solution using VVV or VirtualBox? And the answer was, no. We kept getting failures using the PHP rename and VirtualBox. Partial file transfers, partial rights, and it took a lot of investigation to figure it out. Peter Wilson, one of the Core committers from Australia, uses VVV as his dev environment. And when you get a Core committer, and some basic part of this isn&#8217;t working, it&#8217;s not going in.</p>\n\n\n\n<p>So we got the fallback. We did a lot of research, and it appears, from some Composer bug reports, that VirtualBox has sort of a delayed file right. Go figure. And they found that by adding a 200 millisecond delay to things, it solved the problem. We added a 200 millisecond delay to things, it sort of solved the problem. We later had some help from, I want to say it was Andrew Ozz, who&#8217;s clearly been around WordPress for a long time. And he suggested we try flushing the memory for, after we did the rights and stuff.</p>\n\n\n\n<p>And we eventually got it so that it did work by doing that. We had a PR for essentially a new function, for a move directory, move dir, underscore dir, that replaced, copied, the recursive file copy, copy dir, in the update process. Copy dir&#8217;s still there as a fallback, but we now had the PHPs rename function working in every environment that we had, and consistently, even with VirtualBox and its limitations, or its peculiarities.</p>\n\n\n\n<p>And that was the first big step we had towards getting committed. And I want to say that was committed in 6.2. So if you think back, all the stuff we had, aside from that little piece with the VirtualBox, was all done before 6.2. And the final piece just got committed in 6.6. So when I say this was years in the making, it really was years in the making.</p>\n\n\n\n<p>The second part we did was just on manual updates. So we had, when you click a manual update, several things can happen during the course of the update process. Somewhere along the way the file copy, or the download can fail, the file copy can fail, certain pieces can be missing. So we created enough checks during that process and returned errors, such that, if any of those pieces failed, how we started with is storing the file to be updated in a temporary update folder.</p>\n\n\n\n<p>And so if any of those processes failed, we would go and restore that folder using our moving function. The process was actually very quick in testing, on the order of, you know, less than a second because PHP rename just sticks the whole chunk and moves it. So you have to remember the first part of the process on the update is, you delete the plugin in the folder that it&#8217;s in, and so as you&#8217;re downloading and installing the other one, you&#8217;ve got nothing left.</p>\n\n\n\n<p>The normal update process, you&#8217;ve deactivated the plugin, you reinstall it, and then it reactivates. That&#8217;s in a manual process. Remember when we get to the automatic updates how that&#8217;s different, and where it can be problematic. So we had restore functions, we had our delete functions, because after we had a couple of cron tasks that we created to clean up after ourselves on a weekly basis, so that those copies wouldn&#8217;t be around anymore. Even on a shutdown function, we would delete the folders, and then on a weekly basis we&#8217;d make sure they were all gone.</p>\n\n\n\n<p>So once we got that working and committed, we had basically a safe method for manual updates. So if someone would go to the dashboard, they&#8217;d click update, if somewhere along the way their connection lagged, or their connection to wordpress.org was delayed, and things took too long, and the server timed out, it would reinstall the previous version. And you would still show that the plugin or theme required an update, because you&#8217;ve now reinstalled the previous version that was installed.</p>\n\n\n\n<p>We didn&#8217;t have to go out to .org and re-download anything. Part of that is really what limited the resources that we were acquiring for servers. Because all we were requiring them to do was copy a directory back and forth to different locations.</p>\n\n\n\n<p>[00:22:59] <strong>Nathan Wrigley:</strong> What&#8217;s the flag for success or failure in this case? What&#8217;s the thing which determines that the update hasn&#8217;t succeeded?</p>\n\n\n\n<p>[00:23:06] <strong>Andy Fragen:</strong> It depends on different parts of the process. So if there&#8217;s a failure in the download package, and the downloading the package, there are several parts that we&#8217;re already checking, where it would succeed or fail. We either created new WP errors for those, and returned those values, and so when we looked for those returns, if they happened, we would send it to the functions we wrote to restore from the backup or not.</p>\n\n\n\n<p>So we&#8217;d start the process by creating the backup. And then if the process continued on without error, the backup just got deleted at the end. If there was an error in the process, the backup was restored. You&#8217;d basically be right back to the place you started from, requiring an update to either the plugin or a theme.</p>\n\n\n\n<p>[00:23:44] <strong>Nathan Wrigley:</strong> Yeah. Does the user in this scenario of the website, do they get some sort of notification that, actually, this didn&#8217;t work out? We&#8217;ve rolled back, your site is now working, but the thing that you intended to do didn&#8217;t happen. And if they do, does it list out what the problem was? Like it was, I don&#8217;t know, a download failure, or the plugin seems to be malfunctioning.</p>\n\n\n\n<p>[00:24:03] <strong>Andy Fragen:</strong> You would see an error message, either in, if you were using the shiny updates on the plugins page, or the themes page, you&#8217;d receive the error message, and kind of a brief description of where the error was. Either the directory wasn&#8217;t writeable, or there was a download problem, or whatever the error happened to be. And then you&#8217;d be back at the place, if you refreshed your screen, it would show that you still needed the update.</p>\n\n\n\n<p>If you did the update from the Core update page, you know how the update shows, here&#8217;s the zip I&#8217;m downloading, it&#8217;s doing this, you would see an update error there. And part of what we put in the test plugin, or the feature plugin, was a way to simulate an error. And so we simulated a download error. And so you&#8217;d see that, and it would say it&#8217;s simulated error.</p>\n\n\n\n<p>[00:24:47] <strong>Nathan Wrigley:</strong> If I was to receive this error, let&#8217;s say that I&#8217;d put a plugin onto automatic updates, and I had received a failure, does your setup then say, okay, permanently stop automatically updating this, or is it more a process of wait for a day, or is there a setting that I can engage to say, try again arbitrarily later, just keep trying the update, or is it a case of, okay, we&#8217;ve identified there&#8217;s a problem here, now it&#8217;s up to you to go and check and fix?</p>\n\n\n\n<p>[00:25:15] <strong>Andy Fragen:</strong> Well, at this point it&#8217;s just a manual update, right? So if the manual update fails, you refresh the page, it&#8217;ll say, update now again. And you just try again. Our assumption at that point is, if you continue to get an error because your upgrade path isn&#8217;t writeable, well, it&#8217;ll tell you that, and you probably have to check your permissions on the folder, and make sure that they are writeable. If there&#8217;s some other issue involved in downloading the file, the usual assumption is that will go away. And so you try updating again, and maybe the next time you update it works. You&#8217;re done.</p>\n\n\n\n<p>[00:25:47] <strong>Nathan Wrigley:</strong> I guess one of the goals of automatically updating plugins was that you could have a site that you essentially could have an autopilot. And it could be, let&#8217;s say a brochure site, where the intention really is just to have a site and never look at the backend ever again.</p>\n\n\n\n<p>[00:26:01] <strong>Andy Fragen:</strong> We haven&#8217;t gotten to that part. That was part one and two. The third part was the auto updates. Now, this does not apply to themes, and I say that doesn&#8217;t apply to themes because themes are kind of a different beast. And I guess we probably could figure that out, and maybe that&#8217;s the next, on the part four, which we haven&#8217;t really defined yet. But there&#8217;s certainly a lot more plugin updates than theme updates.</p>\n\n\n\n<p>The difference between an auto update and a manual update is the auto update runs in a cron task. The auto update does not deactivate the plugin, update the plugin, and then reactivate the plugin. The plugin is active the entire time, which means if the plugin has an error in it, and the update completes successfully, you&#8217;ll have a white screen. And this has happened.</p>\n\n\n\n<p>What we needed to do was figure out how to catch the error, essentially. And I want to say, the first iteration, there are basically three types of error handlers in PHP. I was checking every single one of them to make sure that we would catch the error. Now the problem with doing that is the shutdown error handler catches everything. So sometimes you catch the error twice, and that&#8217;s okay, but it was trying to figure out how to make sense out of some of those errors that was difficult.</p>\n\n\n\n<p>And so we had a list of certain types of errors sometimes, and we would cause a rollback if we spotted any of those things. And it worked. For all the errors that we figured out, it worked. That&#8217;s not what we went with though, because what they don&#8217;t tell you is, when you write these things and you have feature plugins, is that, the way they integrate into Core, when you&#8217;re trying to commit them, may be totally different. So integrating it into Core is like, okay, now I need to update this file in Core, and that file in Core. Some of those things we could not duplicate in a plugin.</p>\n\n\n\n<p>One of the things that we ended up with was a change to the load PHP file. There&#8217;s no way to mock it, there wasn&#8217;t. I couldn&#8217;t duplicate it, it loads too early, I couldn&#8217;t replace it. So we were just, okay, this could be the problem. So we tried to work around it a little bit, which is fine too. Colin did a little bit more digging and found out that, if you edit a plugin in the plugin editor on screen, it does a loop back check as it saves, to determine whether or not there&#8217;s a fatal in that plugin, and it won&#8217;t save it for you. And so we reutilise that loop back, as a test for whether the reactivation, or the installation of the plugin causes an issue or not.</p>\n\n\n\n<p>We found it worked well. It greatly simplified what we were doing. I don&#8217;t even want to get into the fact that I was using reflection, and reflected objects, and reflected methods, and all sorts of things to fix it in the plugin in the first place. It worked and, yes, there are places in Core that uses the reflection classes, and reflection objects, and things like that, but not many. At least we knew we weren&#8217;t breaking new ground with that. But in adding that to Core, it made it a lot easier to do the loop back request.</p>\n\n\n\n<p>Part of the issue in testing was we didn&#8217;t really have a file that would accurately fail every single time it was updated. I make an updater, it was easy to create a file that would fail on an update. So that&#8217;s all we had for a moment, until Aaron Jorbin piped up in one of the Slack meetings and said, here&#8217;s a plugin that&#8217;s been in the repo for a while, the title is, DO NOT USE THIS PLUGIN! And it is exactly for that. It&#8217;s set to fail on an update, it&#8217;s set to fatal on an update. And so now we had a plugin that other people could use more successfully, they didn&#8217;t have to go and install my updater or to find it.</p>\n\n\n\n<p>Having both of them installed though did help things out because there&#8217;s all the scenarios you have to test for. What happens when you have a plugin that runs, and then a fatal, and then another plugin update that needs to happen, and maybe another fatal after that, or maybe two fatals in a row? All these things you don&#8217;t really think about, but you should test for, or you have to test for.</p>\n\n\n\n<p>And it&#8217;s all manual testing. I had no idea how we could ever write, and then testing for it otherwise, without just doing it manually. I want to say, the first time we tested it for the update rollback, we picked 13 of the largest plugins. And when I say largest, some of the more complex plugins, as far as folders, and files, and size to run, and to see whether we get timeouts, whether they would complete successfully, and things like that.</p>\n\n\n\n<p>We found what worked well, and that&#8217;s one of the places we found that VirtualBox error, because it would just time out. It wouldn&#8217;t complete it. We were making it fall back to the file copy originally, and nobody is going to have this list of files to recursively update at any one time, except us and testing, but it just wouldn&#8217;t work consistently. And so that was before we got the move directory function in and working for it, and then it worked.</p>\n\n\n\n<p>[00:30:59] <strong>Nathan Wrigley:</strong> What I&#8217;m getting from this is you must have incredible patience. Years and years and years of trying different things, problems emerging that you couldn&#8217;t foresee, solutions that you tried to implement, and then discover, okay, that didn&#8217;t work, let&#8217;s try something new. I don&#8217;t know how good you are at not throwing things at the wall, but it feels like there was an opportunity here to throw things at the wall.</p>\n\n\n\n<p>[00:31:19] <strong>Andy Fragen:</strong> You&#8217;re making an assumption Nathan, who says I don&#8217;t throw things at the wall.</p>\n\n\n\n<p>[00:31:23] <strong>Nathan Wrigley:</strong> Was it a fairly, how to describe this? Did it surface things about the open source project, in terms of the way it&#8217;s done, that you wish were different?</p>\n\n\n\n<p>[00:31:33] <strong>Andy Fragen:</strong> Certainly. You know, one of the things that certainly helped move us along was having a lead developer, in this case Andrew Ozz, take an interest, and help answer questions and move along the way. He helped us tremendously with the plugin dependencies feature as well.</p>\n\n\n\n<p>Since none of us were committers, and it&#8217;s a big feature, it would be nice if the leadership assigned experienced Core committers to feature projects, assuming that most of the people involved in the development of those projects aren&#8217;t Core committers. Another reason I should never have commit privileges.</p>\n\n\n\n<p>[00:32:11] <strong>Nathan Wrigley:</strong> Yeah, it sounds like from everything that you&#8217;ve said, that the process could have been expedited in a variety of different ways.</p>\n\n\n\n<p>[00:32:17] <strong>Andy Fragen:</strong> It certainly could have. And some of that made for a lot of frustration because we would have experienced Core committers who would look at the project every couple of months maybe. It was a huge undertaking in total. And it was really only by splitting up into smaller pieces that we were able to accomplish it at all.</p>\n\n\n\n<p>[00:32:36] <strong>Nathan Wrigley:</strong> Yeah, and also the dramatically impactful nature of what you were doing. And I&#8217;m sure the irony&#8217;s not lost on anybody, that you could have achieved fatal errors in the attempt to remove fatal errors. Just the idea that such an important thing, from your perspective, maybe didn&#8217;t get the, how to describe it, didn&#8217;t get the.</p>\n\n\n\n<p>[00:32:55] <strong>Andy Fragen:</strong> Attention.</p>\n\n\n\n<p>[00:32:55] <strong>Nathan Wrigley:</strong> Yeah, the attention, the sort of level of importance that it might have done given the impactful nature of it.</p>\n\n\n\n<p>That now is in the past though, this is now a feature of WordPress. How much of a hand on heart moment, and I don&#8217;t know if that&#8217;s the right phrase, how difficult was it for you on the day that the version of WordPress that the shipped with came out? Were you fairly confident at that point that all the things were going to be fine?</p>\n\n\n\n<p>[00:33:18] <strong>Andy Fragen:</strong> I&#8217;ve been running the plugin, which has had a version of the rollback code in it on sites for years, with plugins that would fatal on update. Now, the auto update will only check for the fatal update if the plugin is active, right? Because if it&#8217;s not active and it updates, all you&#8217;ll happen is, is when you go to activate it, it won&#8217;t let you activate it because it&#8217;ll say it fataled. And so you&#8217;ll have to go and reinstall another version or something, but it won&#8217;t take your site down. We specifically don&#8217;t test for plugins that aren&#8217;t active. Honestly, we&#8217;ve been running the code for so long on our own stuff, I wasn&#8217;t worried. I mean, have you heard of anyone having a problem?</p>\n\n\n\n<p>[00:33:57] <strong>Nathan Wrigley:</strong> No, and that&#8217;s pretty remarkable. Have you?</p>\n\n\n\n<p>[00:34:01] <strong>Andy Fragen:</strong> No. Well, yes, yesterday.</p>\n\n\n\n<p>[00:34:04] <strong>Nathan Wrigley:</strong> Deliberately?</p>\n\n\n\n<p>[00:34:04] <strong>Andy Fragen:</strong> Well, it was something we found that we hadn&#8217;t honestly considered.</p>\n\n\n\n<p>[00:34:08] <strong>Nathan Wrigley:</strong> But just one individual, so far, that you know of.</p>\n\n\n\n<p>[00:34:10] <strong>Andy Fragen:</strong> So far. And I think I actually no way to mitigate it. Apparently, if you have a redirect to your homepage, the loopback doesn&#8217;t work. So what happens is you don&#8217;t see a failure, even if there is a failure. And so because you don&#8217;t see the failure, because you&#8217;re now no longer looking at your actual homepage, you&#8217;re looking at a redirect, it might work just fine. And so you don&#8217;t revert, and your site might, you know, when you go somewhere else in the site, it might fatal then.</p>\n\n\n\n<p>[00:34:40] <strong>Nathan Wrigley:</strong> Given that WordPress occupies 43% of the web, and that this endeavor of yours, and colleagues working on it, is probably now inside of millions of websites, the fact that you&#8217;ve found one character who has been able to show that it didn&#8217;t work in a, it sounds like you can mitigate more or less immediately. That&#8217;s pretty remarkable. And you&#8217;ve just, over the last 40 minutes or so, you&#8217;ve done this, it sounds like a detective story almost. Here&#8217;s a problem, we tried to fix it, this went wrong, we tried to fix that, this went wrong, we didn&#8217;t have the boots on the ground or whatever. You&#8217;ve managed to achieve it. And it also feels as if this is the kind of feature update that nobody will ever thank you for, because it&#8217;s in the background, if you know what I mean?</p>\n\n\n\n<p>[00:35:24] <strong>Andy Fragen:</strong> Oh, no.</p>\n\n\n\n<p>[00:35:25] <strong>Nathan Wrigley:</strong> Oh, good.</p>\n\n\n\n<p>[00:35:25] <strong>Andy Fragen:</strong> The people that are going to thank us for this are all hosting companies that aren&#8217;t going to see these issues anymore.</p>\n\n\n\n<p>[00:35:30] <strong>Nathan Wrigley:</strong> That&#8217;s what I meant. It&#8217;s more of an invisible.</p>\n\n\n\n<p>[00:35:33] <strong>Andy Fragen:</strong> It is exactly invisible. The user has nothing to do. All they have to do is have auto updates enabled, and their plugins will auto update. If there&#8217;s a problem or an issue, it&#8217;ll revert back, and all it&#8217;ll do is show another update again, in 12 hours it&#8217;ll try again.</p>\n\n\n\n<p>[00:35:50] <strong>Nathan Wrigley:</strong> As we said at the top of this interview, it sounds so simple, just roll back when there&#8217;s a problem, but now we know.</p>\n\n\n\n<p>[00:35:56] <strong>Andy Fragen:</strong> It&#8217;s not that the problem isn&#8217;t simple to define, it&#8217;s finding all the little pieces in creating the solution that isn&#8217;t always simple.</p>\n\n\n\n<p>[00:36:04] <strong>Nathan Wrigley:</strong> Yeah, I remember Kennedy saying, we choose to go to the moon.</p>\n\n\n\n<p>[00:36:07] <strong>Andy Fragen:</strong> Not because we have to, because we want to, or something like that.</p>\n\n\n\n<p>[00:36:09] <strong>Nathan Wrigley:</strong> Yeah, and the problem was hard, but they got over it. And we have echoes of that here. All I can say is thank you so much for making this an important thing. And hopefully, for me at least, and probably everybody else, the more invisible it is in the future of WordPress, in a sense, the better that is.</p>\n\n\n\n<p>The less time that I have to worry about plugins updating, the more time that I can concentrate on building the website, and not thinking about those things. And for the millions, millions of people who have no interest in WordPress, but just want a website, this stuff will be remarkable, but probably they&#8217;ll never know, which is nice.</p>\n\n\n\n<p>[00:36:48] <strong>Andy Fragen:</strong> You know, honestly our goal is if nobody ever knows about it, perfect. That means it works. No one sees a problem. It hopefully pushes people into clicking that little button link that says, enable auto updates, so that they keep their sites up to date. Because one of the biggest security issues in WordPress is out of date websites, or websites with out of date plugins.</p>\n\n\n\n<p>[00:37:14] <strong>Nathan Wrigley:</strong> Well, dear listener, if you are listening to this podcast, I think there&#8217;s a high chance that you obsess about WordPress. So hopefully what Andy has told us today gives you some understanding of the complexities of what&#8217;s been going on in the background, but also will make you aware that it happened. If you haven&#8217;t been reading the change log, and you&#8217;ve just updated to the latest version of WordPress, this fairly consequential, but fairly hidden feature is now available to you free of charge, on the back of Andy&#8217;s, and many other people&#8217;s labor. So just very quick thank you from me. Thank you for taking the time to do that, and thank you for chatting to me today.</p>\n\n\n\n<p>[00:37:46] <strong>Andy Fragen:</strong> It is certainly not me alone. Colin Stewart has been invaluable, and is a brilliant developer.</p>\n\n\n\n<p>[00:37:52] <strong>Nathan Wrigley:</strong> Well, a profound change to WordPress. Yeah, thank you so much for chatting with me today, I really appreciate it.</p>\n\n\n\n<p>[00:37:58] <strong>Andy Fragen:</strong> You&#8217;re very welcome, sir.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>.</p>\n\n\n\n<p>Andy is a dedicated member of the WordPress community as well as a trauma surgeon. Somehow he manages to balance the demands of his profession with his passion for the community and, as you will hear, to important work inside of WordPress Core. Even while in the operating room, waiting for patients to be prepped, Andy has been known to find moments to answer forum questions and provide support to others. It’s truly remarkable.</p>\n\n\n\n<p>Andy talks about the important topic of automatic rollbacks in WordPress, a feature aimed at reverting to a previous version if an automatic plugin or theme update fails, ensuring the website remains functional for users. I’ve managed to encapsulate the idea into the previous sentence, but as you will hear, the execution of that idea was anything other than straightforward.</p>\n\n\n\n<p>Andy discusses the origins of the rollback feature. The team working on this problem identified complexities and potential fatal errors during plugin updates and came up with a simple yet effective solution which worked, but as with so much in code, some edge cases meant that the road to a fully workable solution for all WordPress users was not quite in sight. Many times the drawing board had to be dusted off and the problem looked at once again.</p>\n\n\n\n<p>While developing this feature, numerous challenges were encountered, from finding consistent test conditions to managing technical limitations. Andy shares insights into the critical role of testing and collaboration with hosting companies, meticulous attention to detail, and problem-solving skills developed to combat issues like file write delays and loopback test redirects.</p>\n\n\n\n<p>Andy explains how the team managed to avoid fatal errors in active plugins with extensive testing and incremental improvements. They introduced functionalities like WP error checks, simulation features for testing error handling, and a new move directory function to enhance reliability.</p>\n\n\n\n<p>Andy also discusses the broader impact of their rollback efforts. Many users might not notice this new feature, but in a sense that’s how it should be. The more unnoticeable to end-users update failures are, the better. It means that sites that would previously have been broken, are now working, and that’s a win for everyone.</p>\n\n\n\n<p>If you&#8217;re interested in the behind-the-scenes development of a WordPress feature that quietly keeps your website running smoothly, and in hearing how a dedicated contributor balances his passion for WordPress with a demanding medical career, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/afragen/\">Andy&#8217;s WordPress.org profile</a></p>\n\n\n\n<p><a href=\"https://github.com/afragen/core-rollback\">core-rollback on GitHub</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Oct 2024 14:03:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Do The Woo Community: WordPress Accessibility Day with Michelle Frechette, Sarah Kornblum &amp; Ryan Bracey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=85884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://dothewoo.io/wordpress-accessibility-day-with-michelle-freschette-sarah-kornblum-ryan-bracey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25581:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Michelle:<br />Well, I&#8217;m excited because I host a bunch of podcasts. This is my first time guest hosting on the <em>Do the Woo</em> Podcast. So we&#8217;re here today at WordPress Event Talk because the three of us are going to be working on a very important event coming up. So who is <em>us</em>? I&#8217;m Michelle Frechette. I am the Director of Community Engagement at StellarWP. I&#8217;m also the Executive Director at Post Status, but all of that takes a backseat today to the fact that I am one of the organizers for an incredible upcoming 24-hour event on accessibility called WordPress Accessibility Day, coming up on October 9th and 10th. So who is the rest of <em>us</em>? I&#8217;m going to ask you to introduce yourselves, tell us a little bit about yourselves, and then we&#8217;re going to talk, the three of us, about why WordPress Accessibility Day is so important. Over to you, Sarah. Sarah, tell us a little bit about yourself.</p>\n\n\n\n<p>Sarah:<br />Hi, I am Sarah. I have my own web design company, <em>Two Dogs and a Laptop.</em> Before coming into the WordPress space and the website world, I was a middle school special education math teacher. Accessibility has a very important place in my heart because, given the right tools, anybody can do anything they want to do. So that&#8217;s why I am here today.</p>\n\n\n\n<p>Michelle:<br />I love it. I do have one question though. Does that mean you could never get another dog?</p>\n\n\n\n<p>Sarah:<br />Right now, I actually have two fosters.</p>\n\n\n\n<p>Michelle:<br />So it&#8217;s temporarily four dogs and a laptop?</p>\n\n\n\n<p>Sarah:<br />Yes, right now it&#8217;s four dogs and a laptop. The numbers change every once in a while.</p>\n\n\n\n<p>Michelle:<br />As long as the URL stays the same, it&#8217;s all good.</p>\n\n\n\n<p>Sarah:<br />That&#8217;s right. The name doesn&#8217;t change, but sometimes the number fluctuates a little bit.</p>\n\n\n\n<p>Michelle:<br />Exactly. And joining us today, we also have Ryan Bracy. Ryan, tell us about yourself.</p>\n\n\n\n<p>Ryan:<br />Yeah, my name is Ryan Bracey. I&#8217;m the Director of Web Development and User Experience at an agency called <em>Second Melody</em> based in New Jersey. I am also an organizing member of WordPress Accessibility Day, which, as Michelle said, kind of takes front row today.</p>\n\n\n\n<p>Michelle:<br />I&#8217;m excited. This is my first time organizing this event. Ryan, this is your second year, is that correct?</p>\n\n\n\n<p>Ryan:<br />Yeah, I was a volunteer three years ago and an organizer the past two.</p>\n\n\n\n<p>Michelle:<br />Oh, so it&#8217;s more than, yeah. And Sarah?</p>\n\n\n\n<p>Sarah:<br />This is my first time. I&#8217;m new to this space as well.</p>\n\n\n\n<p>Michelle:<br />So, how have you found our organization? It seems like we had our first meeting at the beginning of the year, thinking we had so much time, but now it&#8217;s coming up very quickly.</p>\n\n\n\n<p>Sarah:<br />It goes really fast.</p>\n\n\n\n<p>Ryan:<br />It really does.</p>\n\n\n\n<p>Sarah:<br />When we&#8217;re talking in January or February, it seems like the event is so far away, and now we&#8217;re here, and it&#8217;s crunch time. It&#8217;s coming up real quick.</p>\n\n\n\n<p>Michelle:<br />It sure is. Comments, Ryan?</p>\n\n\n\n<p>Ryan:<br />No, the same. Yeah, I remember a bunch of our updates being like, &#8220;I&#8217;m just in a holding pattern right now,&#8221; and then all of a sudden, it was every day something new happening. But we&#8217;re coming up to it now.</p>\n\n\n\n<p>Michelle:<br />And now we need flight control because so much is happening all at once.</p>\n\n\n\n<p>Sarah:<br />Yes, exactly.</p>\n\n\n\n<p>Michelle:<br />So what are your roles within the organizing team? Sarah, what are you doing?</p>\n\n\n\n<p>Sarah:<br />I am helping June with social media, so I&#8217;ve been doing a lot of the social media posting. She does most of it. I&#8217;m just here for moral support and backup. But it&#8217;s a lot. I don&#8217;t know how any one person does it on their own, which is why there&#8217;s a team of us, right? Because it&#8217;s not possible to do all of this. It&#8217;s become such a big day that you need as much help as you can get.</p>\n\n\n\n<p>Michelle:<br />Absolutely. It would be like seven full-time jobs if anybody tried to do it alone. It&#8217;s unlikely that one person could handle it all. If anybody could, it’d probably be Amber or Joe, but we&#8217;ll talk about them in a little while. Ryan, what&#8217;s your role on the team?</p>\n\n\n\n<p>Ryan:<br />I think Amber and Joe did it by themselves for a while, too.</p>\n\n\n\n<p>Sarah:<br />Probably.</p>\n\n\n\n<p>Ryan:<br />I am the team lead for the speakers&#8217; team. My role this year has been receiving speaker applications, reviewing them with my team, making selections, coordinating with speakers, getting them the information they need, adding them to our Slack workspace, and preparing them for the event. We&#8217;re also holding practice sessions as we lead up to the day. So, pretty much everything with the speakers is coming through me.</p>\n\n\n\n<p>Michelle:<br />Yeah, 24 hours of programming is all but on your shoulders. I know you have a team, and we all work together.</p>\n\n\n\n<p>Ryan:<br />Yeah, and day of, I&#8217;ll just be coordinating with speakers, of course. But yes, it&#8217;s not just me, there&#8217;s a whole team.</p>\n\n\n\n<p>Michelle:<br />Absolutely. You asked what I do. I am the team lead for marketing. I&#8217;ve been doing things like asking people like Bob to let us have an episode of his podcast to talk about the event. We&#8217;ve also had great team members on other podcasts and webinars for different companies to spread the word as much as possible. Which brings me to my next question: Why is web accessibility so important? Why should people attend a 24-hour event like this? We don’t expect anyone to listen to all 24 hours live, but why is it important for people to learn more about web accessibility, especially if they don&#8217;t have any disabilities themselves? Ryan, what are your thoughts?</p>\n\n\n\n<p>Ryan:<br />A lot of thoughts, but I&#8217;ll try to keep it short. So, I&#8217;ve been involved in this space for a few years now, probably since 2016 or 2017, when I started to become aware of accessibility. At first, you think it&#8217;s just about catering to people with disabilities. But as you dive in, you realize that making a website more accessible improves the experience for everyone. Better contrast, more functional UI components, structured headings—all of these make the site easier to use for everyone, not just those with disabilities. By focusing on accessibility, you put out a much better product, which benefits everyone. At the end of the day, you&#8217;re creating something that anyone in the world can use, which is how it should be. There&#8217;s a Tim Berners-Lee quote where he says the internet is for everybody, and accessibility is a way to achieve that.</p>\n\n\n\n<p>Michelle:<br />Oh, I like that. Sarah, when we talk about accessibility, I know you and I echo everything Ryan just said. I don&#8217;t know if you have anything to add, but we often hear that accessibility compromises design and aesthetics. What are your thoughts about that?</p>\n\n\n\n<p>Sarah:<br />I don’t think accessibility compromises design and aesthetics. If your design can&#8217;t be viewed by most people, what&#8217;s the point of the design? If you feel it’s a compromise, then the design wasn’t good to begin with. Accessibility means everyone can use it, no matter their background or what&#8217;s going on in their lives. Going back to my teaching background, when I made adjustments to help certain students, all the students benefited. It made the material accessible for everyone, not just those who needed extra help. The same applies to websites—accessibility helps everyone, and it’s often overlooked if you don’t personally need it. Accessibility Day starts the conversations that need to be had.</p>\n\n\n\n<p>Michelle:<br />That reminds me of something people often talk about when they say accessibility helps everyone. When curb cuts started to be required for wheelchair users, of which I am one, it also made life easier for people pushing strollers, using pushcarts, or walking with a cane or walker. Curb cuts benefit so many people, not just those in wheelchairs. Isn’t that also true of accessibility features on the web?</p>\n\n\n\n<p>Ryan:<br />Definitely.</p>\n\n\n\n<p>Sarah:<br />So true. And those little plates with bumps on them at curb cuts—those are meant for people with vision impairments, but they help everyone. If you&#8217;re texting while walking and you hit those bumps, you’re reminded that a street crossing is coming up. They benefit everyone, not just those with vision impairments.</p>\n\n\n\n<p>Michelle:<br />Absolutely. Ryan, you had something to add?</p>\n\n\n\n<p>Ryan:<br />I love bringing in real-world examples like that. It makes the case for accessibility so much clearer. The web is just an extension of that.</p>\n\n\n\n<p>Michelle:<br />I like to compare it to my experience as a wheelchair user. I walk around my house, but as soon as I go beyond 20 or 30 feet, I need accessibility features. If I approach a building with no curb cut and no automatic door opener, I can&#8217;t access it. The same happens on the web—if the tabbing doesn’t work, or the screen reader isn&#8217;t accurate, I can’t access your website, just like I can’t access stairs in the physical world.</p>\n\n\n\n<p>Ryan:<br />Yeah, that&#8217;s great.</p>\n\n\n\n<p>Sarah:<br />Exactly. And there are so many people who need the help, so you&#8217;re losing those potential customers if your website isn’t accessible. If somebody can’t access it, they’re leaving. Just like you wouldn’t try to break down a door to get into a building—you’d just go somewhere else.</p>\n\n\n\n<p>Michelle:<br />We often think of people with disabilities as being born with them or having experienced some tragic accident, like becoming blind or using a wheelchair. But the truth is, most of us—or I’ll say many of us—will end up with some kind of disability as we age. For instance, a large portion of the population will need glasses as they get older. And I think my generation, and younger ones, will experience this even more rapidly because of our constant screen use. This is anecdotal, but from my own experience, I now wear not only glasses for the computer but also bifocals. That didn’t happen because I was born with vision issues—it’s from years of screen use and aging. So, web accessibility benefits all of us as we grow older and need things like larger fonts and better contrast.</p>\n\n\n\n<p>Ryan:<br />That&#8217;s a great point. Microsoft has an Inclusivity Handbook, which is excellently written, and they break down user impairments into categories: visual impairment, hearing impairment, motor impairment, cognitive impairment. But then they also talk about the temporality of those impairments, meaning that you can have a permanent disability, a temporary disability, or even a situational one. For instance, if someone breaks an arm, that’s a temporary disability. Or if you’re a new parent, breastfeeding a child, you temporarily can’t use both hands, so you have a motor disability. Situational impairments might be something like being on a noisy train and not being able to hear your phone, so captions become really important. Accessibility helps everyone, even in temporary or situational contexts.</p>\n\n\n\n<p>Sarah:<br />I love how you mentioned situational and temporary disabilities, because those are so often overlooked. When people think about disabilities, they tend to only consider permanent disabilities, but there are so many times when a temporary or situational disability affects someone’s ability to use a website, and accessibility helps in those moments, too. For example, if you’re on the subway, you can’t listen to something at full volume, so you need captions. Accessibility just makes life easier for everyone.</p>\n\n\n\n<p>Michelle:<br />Exactly. And every time you consider these things, you increase the number of users your website reaches by making it accessible.</p>\n\n\n\n<p>Michelle:<br />I live in a condo built in 1988, and every door handle is just a knob. I walk with a cane, so if I have something in one hand and my cane in the other, I have to put something down to turn the doorknob. I just ordered brand-new handles with levers so that I can hit them with my elbow and open the door without putting anything down. It’s a simple fix, but it makes a big difference. It’s the same with web accessibility—it’s often about small changes that make things much more accessible.</p>\n\n\n\n<p>Sarah:<br />You just have to be careful not to make the doors too accessible for your cats! They might learn how to open them, and then you’ve got a whole new problem.</p>\n\n\n\n<p>Michelle:<br />Right, especially when you have guests in the restroom—awkward! But yes, you&#8217;re always being observed if you live with pets.</p>\n\n\n\n<p>Ryan:<br />I love the door example. Those are called Norman doors—doors that are confusing to use. It’s a user experience concept introduced by Don Norman in the ’90s. His example was how you don’t know whether to push or pull a door when you walk up to it. Your example ties into that—it’s about making doors, or anything, easier to use.</p>\n\n\n\n<p>Sarah:<br />Exactly.</p>\n\n\n\n<p>Ryan:<br />Something as simple as a door.</p>\n\n\n\n<p>Sarah:<br />And even with keyless entry cars now, I never take my car key out anymore. It used to be a hassle to find it in my bag or pocket, but now I just walk up to the car, and it opens. Accessibility can be like that—it makes things easier for everyone.</p>\n\n\n\n<p>Michelle:<br />I need one of those cars! My next car will definitely have more features.</p>\n\n\n\n<p>Michelle:<br />But bringing it back to WordPress Accessibility Day—Ryan, you’re the speaker wrangler, the lead speaker organizer, as we might say in WordCamp talk. What are some of the things we can look forward to that day?</p>\n\n\n\n<p>Ryan:<br />Oh boy, this is a hard question for me because I love all my speakers equally! But yes, I’ll start with the keynote. Our keynote speaker this year is Lainey Feingold, a disability rights lawyer. She’s going to talk to us about the legal landscape surrounding web accessibility, which is really in flux right now, especially with new European laws coming out. Lainey has been involved in accessibility since the early ’90s. One of her major accomplishments is the braille on ATM machines—that was because of her advocacy. So she’ll be kicking off the entire event. It’s definitely a session to attend if you can.</p>\n\n\n\n<p>We also have a wide range of topics that cover everything from beginner to expert levels. Whether you’re a content creator, designer, developer, product manager, or team manager, there’s something for you. The full schedule is up now, and you can also register on the website.</p>\n\n\n\n<p>Michelle:<br />I love that. Sarah, what are some of the topics you’re excited about?</p>\n\n\n\n<p>Sarah:<br />Oh, there are so many that I want to stay up for all 24 hours just to catch them all. It feels like if I’m not there live, I’m missing out. But honestly, there’s so much I want to see!</p>\n\n\n\n<p>Michelle:<br />Same here. As a non-developer, I’m not as interested in those more technical talks, but I’m excited for developers to hear them. I’m a content marketer, so I’m most excited about the sessions on content and design, but I plan to catch as many as possible.</p>\n\n\n\n<p>Ryan:<br />I know, it’s hard to pick favorites. But if you can’t attend live, don’t worry—all the sessions will be available on YouTube afterward, and we’re striving to have them translated into as many languages as possible. So if anyone listening speaks another language and would like to volunteer to help with translations, that would be a great way to contribute!</p>\n\n\n\n<p>Michelle:<br />And during the live sessions, we’ll have human live captioning, so the transcripts will be accurate. We’ll also have live ASL interpretation on screen during the event. While we recognize that there are different sign languages around the world, for this event we’ll be using American Sign Language (ASL). I’ve also been busy recording all the intros for the sessions that will be on YouTube afterward, so you’ll hear my voice introducing speakers and thanking our sponsors.</p>\n\n\n\n<p>Sarah:<br />Wow, that’s a lot of work!</p>\n\n\n\n<p>Michelle:<br />Yes, the dulcet tones of Michelle Frechette! (laughs) But seriously, it’s been a lot of fun. And speaking of which, Sarah, tell people how they can register and what they can expect.</p>\n\n\n\n<p>Sarah:<br />It’s a completely free event! You just need to register ahead of time. The registration link is 2024.wpaccessibility.day/register/. It’s a big register button, so you can’t miss it.</p>\n\n\n\n<p>Michelle:<br />And Bob assures us that all the links will be in the show notes for this episode, so you can find them there as well. Sarah’s wearing our official T-shirt for this year that says “Focus: It’s a Feature, Not a Bug,” which is a fun inside joke for developers.</p>\n\n\n\n<p>Ryan:<br />Yes, it comes from people reporting the focus outline (the box around links when tabbing) as a bug, when in fact it’s a feature for accessibility.</p>\n\n\n\n<p>Sarah:<br />Exactly! Focus outlines aren’t a design flaw—they enhance the design by making it easier for people to navigate the site.</p>\n\n\n\n<p>Ryan:<br />I still get that comment on almost every website.</p>\n\n\n\n<p>Michelle:<br />And if you want a shirt like Sarah’s, you can get one when you register with a donation of $50 or more. All the funds go toward running the event—paying speakers, interpreters, and captioners, and covering the costs of the website and other resources.</p>\n\n\n\n<p>Ryan:<br />Yes, and no one on the organizing team pockets any of the money. We do this because we love the community and accessibility, and we want to help others.</p>\n\n\n\n<p>Sarah:<br />If this event had a paid staff, it would cost money to attend, but we’re all volunteers.</p>\n\n\n\n<p>Michelle:<br />Exactly. Any donations go toward making the event possible. And because we operate under the umbrella of a nonprofit, donations are tax-deductible. It all goes back into the event to keep it going year after year.</p>\n\n\n\n<p>Michelle:<br />October 9th and 10th is coming up fast! Ryan, what time does the event start?</p>\n\n\n\n<p>Ryan:<br />It starts at 14:45 UTC, which is 10:45 AM Eastern time.</p>\n\n\n\n<p>Michelle:<br />And are all of our speakers from North America?</p>\n\n\n\n<p>Ryan:<br />No, we have speakers from 12 different countries this year, which is three more than last year. We’ve made a strong effort to branch out, and we have speakers from Europe, Africa, Asia-Pacific, Australia, Canada, South America—we’re very international this year.</p>\n\n\n\n<p>Michelle:<br />That’s awesome! I think around 25% of our speakers also identify as disabled, which I think is really cool.</p>\n\n\n\n<p>Ryan:<br />Yes, I have all the stats. We have 37% of our speakers identifying as male, 57% as female, 7% as non-binary, and 3% as trans. Additionally, 17% of our speakers are non-white, and 23% identify as living with a disability.</p>\n\n\n\n<p>Michelle:<br />And all of that information was volunteered by the speakers themselves.</p>\n\n\n\n<p>Sarah:<br />What other stats do you have for us?</p>\n\n\n\n<p>Ryan:<br />Four of our speakers are first-time speakers, which is very exciting!</p>\n\n\n\n<p>Michelle:<br />That’s amazing!</p>\n\n\n\n<p>Sarah:<br />We’ll definitely need to show up and give them extra support.</p>\n\n\n\n<p>Ryan:<br />Exactly.</p>\n\n\n\n<p>Sarah:<br />And we can ask questions, right? This is a live event.</p>\n\n\n\n<p>Ryan:<br />Yes, all the sessions are live, and there will be time for Q&amp;A at the end of each talk. We’re asking our speakers to limit their talks to 30 to 45 minutes so there’s about 10 minutes for questions. There will also be breaks between sessions.</p>\n\n\n\n<p>Michelle:<br />I’m going to try to stay up for all 24 hours, but we’ll see how that goes!</p>\n\n\n\n<p>Sarah:<br />All-nighters aren’t kind to us anymore!</p>\n\n\n\n<p>Michelle:<br />Exactly. Any final thoughts, Ryan?</p>\n\n\n\n<p>Ryan:<br />We’re just really excited for this year and hoping for a huge turnout. There’s no limit on registration, so if you’re interested, definitely sign up! Whether you’re new to accessibility or an expert, there’s something for everyone. You can also volunteer or donate to support the event.</p>\n\n\n\n<p>Sarah:<br />I’m super excited for this event! It’s my first time attending live, and I can’t wait to experience it.</p>\n\n\n\n<p>Michelle:<br />It’s going to be great! Thanks to both of you for joining me today, and thanks to Bob Dunn for letting us take over this podcast spot to talk about WordPress Accessibility Day. We’ll see everyone on October 9th!</p>\n\n\n\n<p>Ryan:<br />Yeah!</p>\n\n\n\n<p>Sarah:<br />Yay!</p>\n</div>\n\n\n\n\n<p>In this episode of <em><strong>Do the Woo</strong></em>, <strong>Michelle Frechette</strong>, guest hosting for the first time, joins fellow <strong>WordPress Accessibility Day</strong> organizers, <strong>Sarah Kornblum</strong> and <strong>Ryan Bracey</strong>, to discuss the upcoming 24-hour event on October 9th and 10th, 2024. Together, they chat about the importance of web accessibility, the challenges of organizing a global event, and the various ways accessibility improves the user experience for everyone. </p>\n\n\n\n<p> Whether you&#8217;re a developer, designer, or content creator, this episode highlights why WordPress Accessibility Day is an essential resource for anyone in the WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Web Accessibility Benefits Everyone</strong>: The hosts emphasize that web accessibility is not just about helping people with permanent disabilities but improves the experience for all users. Features like better contrast, structured navigation, and user-friendly designs make websites easier to use for everyone, including those with temporary or situational impairments.</p>\n\n\n\n<p><strong>Small Changes Can Make a Big Difference</strong>: Simple adjustments, both in physical spaces and on the web, like curb cuts or focus outlines, improve access for a wider audience. Accessibility features benefit all users, not just those with specific disabilities.</p>\n\n\n\n<p><strong>WordPress Accessibility Day is Global</strong>: The event has speakers from 12 different countries, showcasing diverse perspectives on accessibility from around the world. This international focus enhances the inclusivity of the event and the information shared.</p>\n\n\n\n<p><strong>It’s a Free Event with a Wide Range of Topics</strong>: WordPress Accessibility Day covers accessibility for all levels—from beginners to experts. There are sessions tailored for content creators, designers, developers, and team leaders, making it a valuable resource for anyone in the WordPress community.</p>\n\n\n\n<p><strong>Inclusivity Goes Beyond Design</strong>: Beyond aesthetics, accessibility is about creating websites and digital experiences that everyone can navigate and use. Good design doesn&#8217;t compromise accessibility—it enhances it.</p>\n\n\n\n<p><strong>Live and Accessible</strong>: All sessions at WPAccessibility Day will feature live human captioning, live ASL interpretation, and will be made available on YouTube afterward with translations in multiple languages, ensuring the event is accessible to as many people as possible.</p>\n\n\n\n<p><strong>Opportunities to Get Involved</strong>: Listeners can volunteer, help with translations, or donate to support the event. This community-driven approach helps make the event free and accessible to all while ensuring that speakers, interpreters, and captioners are compensated for their work.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links to WordPress Accessibility Day</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://2024.wpaccessibility.day/\">WordPress Accessibility Day 2024</a></strong></li>\n\n\n\n<li><strong><a href=\"https://2024.wpaccessibility.day/\">WordPress Accessibility Day Registration</a></strong></li>\n\n\n\n<li><strong><a href=\"https://2024.wpaccessibility.day/schedule/\">WordPress Accessibility Day Schedule</a></strong></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Connect</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://meetmichelle.online/\">Meet Michelle</a></strong></li>\n\n\n\n<li><strong><a href=\"https://profiles.wordpress.org/michelleames/\">Michelle on WordPress.org</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/in/michellefrechetteames/\">Michelle on LinkedIn</a></strong></li>\n\n\n\n<li><strong><a href=\"https://secondmelody.com/\">Second Melody</a></strong></li>\n\n\n\n<li><strong><a href=\"https://profiles.wordpress.org/braceomatic88/\">Ryan on WordPress.org</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/in/ryan-bracey-61288324/\">Ryan on LinkedIn</a></strong></li>\n\n\n\n<li><strong><a href=\"https://2dogsandalaptop.com/\">Two Dogs and a Laptop</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/in/sarah-kornblum/\">Sarah on LinkedIn</a></strong></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Oct 2024 09:18:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Do The Woo Community: Tips for the Anonymous Product Developers About Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=85197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/blog/tips-for-the-anonymous-product-developers-about-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2788:\"<p id=\"ember607\">This is a pet peeve of mine. Being a visible player in the WooCommerce (and WordPress) space, I am inundated with requests to look at stuff, connect, offer advice, all of which I&#8217;m cool with. I also keep my eye on what&#8217;s happening out there.&nbsp;Often this all happens on social media. But regardless of the quality of the product, there is one thing that bugs me.</p>\n\n\n\n<p id=\"ember608\"><strong>Who are you?</strong></p>\n\n\n\n<p id=\"ember609\">This has happened a lot of times to me. And it happened again, so it&#8217;s fresh in my mind. a month or so ago. I was on X, saw a Woo plugin that I have never heard of and I clicked through to the site. Typically, I do two things. I glance at what the extension does, then I find out who created it. I look for the about page.</p>\n\n\n\n<p id=\"ember610\">But as so often happens, there is nothing about the person, team or business behind it. Now I understand that a lot of developers are introverts. And sometimes writing about themselves can be challenging, but yet&#8230;</p>\n\n\n\n<p id=\"ember611\">Absolutely <strong>nothing</strong>.</p>\n\n\n\n<p id=\"ember612\"><strong>Where is the online authenticity?</strong></p>\n\n\n\n<p id=\"ember613\">Guess what people? I am not going to use— or buy— your product out of the blue, even if I really need it. Unless you tell me who the heck you are.</p>\n\n\n\n<p id=\"ember614\">In that last example, I did a bit more investigation and in a roundabout way figured out it was the person who had originally tweeted it. But he didn&#8217;t make it easy.</p>\n\n\n\n<p id=\"ember615\">And it didn&#8217;t change my mind about using it. Sorry.</p>\n\n\n\n<p id=\"ember616\">And not too long ago I saw a different tweet. There was no link for a handle to the plugin&#8217;s Twitter page. Lo and behold, in the description, I found who created it. Following through to the site I was kept in the dark there with little information.</p>\n\n\n\n<p id=\"ember617\">I cannot say if other people are like me or not. But I can only wonder if there is some specific reason you don&#8217;t want to let me know you are behind this plugin? Do you really think I will snag it up without any proof of credibility? And I&#8217;m not talking an about page that says something like:</p>\n\n\n\n<p id=\"ember618\">We are a dedicated team of WooCommerce developers who really understand your needs and wanted to give you a solution that would make your life easier.</p>\n\n\n\n<p id=\"ember619\">And that is it. Well, blah, blah, blah.</p>\n\n\n\n<p id=\"ember620\">About pages are important. Otherwise, in the whole scheme of things,&nbsp;you are just another speck of dust in the cosmic universe. So, please tell me, who are you&nbsp;. It will certainly help you and just may put a few more bucks in your pocket and build that needed trust.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Oct 2024 07:50:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.7 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13637:\"<p id=\"block-0eaa018b-f0fe-49ae-a80b-762dd1f69d27\">WordPress 6.7 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development.</strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.  Instead, set up a test environment or a local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 6.7 Beta 1</h2>\n\n\n\n<p>You can test Beta 1 in any of the following ways:&nbsp;</p>\n\n\n\n<table><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong>                                  </td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install.&nbsp;Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the<a href=\"https://wordpress.org/wordpress-6.7-beta1.zip\"> Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong>                      </td><td>Use this<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: <code>wp core update --version=6.7-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a<a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\"> 6.7 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required–-just click and go!</td></tr></tbody></table>\n\n\n\n<p>The scheduled final release date for WordPress 6.7 is <strong>November 12, 2024</strong>. Your help testing Beta and RC versions over the next six weeks is vital to ensuring the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether or not you have experience.</p>\n\n\n\n<p>If you encounter an issue, please share it in the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so<a href=\"https://core.trac.wordpress.org/newticket\"> via WordPress Trac</a>. You can also check your issue against a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<p>WordPress 6.7 will include many new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 6.7 in the<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"> What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2024/06/09/what-is-new-in-gutenberg-18-5-05-jun/\">18.5</a>, <a href=\"https://make.wordpress.org/core/2024/06/20/whats-new-in-gutenberg-18-6/\">18.6</a>, <a href=\"https://make.wordpress.org/core/2024/07/04/whats-new-in-gutenberg-18-7-03-july/\">18.7</a>, <a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/\">18.8</a>, <a href=\"https://make.wordpress.org/core/2024/07/31/whats-new-in-gutenberg-18-9-31-july/\">18.9</a>, <a href=\"https://make.wordpress.org/core/2024/08/14/whats-new-in-gutenberg-19-0-14-august/\">19.0</a>, <a href=\"https://make.wordpress.org/core/2024/08/28/whats-new-in-gutenberg-19-1-28-august/\">19.1</a>, <a href=\"https://make.wordpress.org/core/2024/09/12/what-is-new-in-gutenberg-19-2-11-september/\">19.2</a>, and <a href=\"https://make.wordpress.org/core/2024/09/25/whats-new-in-gutenberg-19-3-25-september/\">19.3</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s New in WordPress 6.7 Beta 1</h2>\n\n\n\n<p>WordPress 6.7 Beta 1 contains over 500 enhancements and over 500 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">200 tickets for WordPress 6.7 Core</a>. Here’s a glimpse of what’s coming:</p>\n\n\n\n<h3 class=\"wp-block-heading\">Meet the Twenty Twenty-Five theme</h3>\n\n\n\n<p>Launching with WordPress 6.7, the new default theme, <a href=\"https://make.wordpress.org/core/2024/08/15/introducing-twenty-twenty-five/\">Twenty Twenty-Five</a>, embodies ultimate flexibility and adaptability, showcasing how WordPress empowers you to tell your story with a rich selection of patterns and styles. Inspired by glimpses of natural beauty and ancestry heritage, it evokes ideas of impermanence, the passage of time, and continuous evolution–mirroring life’s journey. Experience effortless site creation with Twenty Twenty-Five and follow its progress or report issues on <a href=\"https://github.com/wordpress/twentytwentyfive\">this GitHub repo</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Zoom Out to Compose with Patterns</h3>\n\n\n\n<p>The Zoom Out view simplifies your editing experience by allowing you to create and edit at the pattern level rather than focusing on individual blocks. Easily toggle this view from the toolbar to streamline your site-building process, making it faster and more intuitive to design pages using patterns.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Media improvements&nbsp;</h3>\n\n\n\n<p>Now supporting HEIC image uploads–automatically converted to JPEG for maximum compatibility–you can add high-quality images without worrying about browser support. Plus, enjoy auto-sizing for lazy-loaded images and expanded background image options at both individual and global levels, giving you greater control over your site&#8217;s visuals and performance.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Expanding Block Supports</h3>\n\n\n\n<p>Several blocks now come with expanded support options, enabling even more design possibilities. Notably, the long-requested shadow support for Group blocks has been added, a big win for designers and theme developers!</p>\n\n\n\n<h3 class=\"wp-block-heading\">Preview Options API&nbsp;</h3>\n\n\n\n<p>The latest WordPress release enhances the Preview Options in the block editor, empowering developers to customize content previews. A new API allows plugins and themes to add custom items to the preview dropdown menu, enabling users to see content in different formats or environments. This flexibility enriches the editing experience while maintaining the existing familiar Preview dropdown structure.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Refined Data Views</h3>\n\n\n\n<p>The Data Views introduced in 6.5 continue to be improved. This release is focused on refining the experience with a few new features aimed at making these views more flexible for customization and more functional to use.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Manage Block Bindings Directly</h3>\n\n\n\n<p>Updates to this API in 6.7 polish and open most of the underlying APIs, improving the overall user experience, and add a user interface (UI) that allows you to connect attributes with custom fields to their binding sources. This new UI makes it possible to create bindings directly in a block instead of needing to use the Code Editor. By default admin and editor users can create and modify bindings, but this can be overridden with `block_editor_settings_all or map_meta_cap` filters.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Simplified and Smarter Query Loop Block</h3>\n\n\n\n<p>The Query Loop block is improved, as it now automatically inherits the query from the template by default, eliminating the need for manual configuration. This means your posts display immediately in both the editor and on the front end, streamlining the process so users can focus on content without extra configuration needed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Edit and Control Font Size Presets</h3>\n\n\n\n<p>An enhanced Styles interface allows for greater flexibility when creating, editing, removing, and applying font size presets. You can now easily modify the presets provided by a theme or create your own custom options. A key feature is the ability to toggle fluid typography, which enables responsive font scaling with additional options for finer control over responsiveness.</p>\n\n\n\n<h3 class=\"wp-block-heading\">View Meta Boxes in the iframed Post Editor</h3>\n\n\n\n<p>A new split view option has been introduced that allows you to access both the editor canvas and metaboxes while editing. This change will provide a consistent WYSIWYG experience between the editor and front end views.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Template Registration API</h3>\n\n\n\n<p>With this release, developers can now more easily register custom block templates without complex filters. Streamline your development process and create custom templates with ease.&nbsp;</p>\n\n\n\n<p><strong><strong>The features included in this first beta may change before the final release of WordPress 6.7, based on what testers like you find.</strong></strong></p>\n\n\n\n<p>Get an overview of the<a href=\"https://make.wordpress.org/core/6-7/\"> 6.7 release cycle</a> and check the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for<a href=\"https://make.wordpress.org/core/tag/6-7/\"> 6.7-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta &amp; Release Candidate</h2>\n\n\n\n<p>The WordPress community sponsors a<a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\"> monetary reward for reporting new, unreleased security vulnerabilities</a>. This reward doubles during the period between Beta 1 on October 1, 2024 and the final Release Candidate (RC) scheduled for November 5, 2024. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the<a href=\"https://hackerone.com/wordpress\"> HackerOne page</a> and in the<a href=\"https://wordpress.org/about/security/\"> security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Just for you: a Beta 1 haiku</h3>\n\n\n\n<p>Lines of code arise,&nbsp;<br />Testing shapes the future path,&nbsp;&nbsp;<br />WordPress grows once more.</p>\n\n\n\n<p class=\"has-text-align-left is-style-default\"><em>Props to <em><a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a>, </em><a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>colorful-tones</a>,</em> <em><em><a href=\"https://profiles.wordpress.org/courane01/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>courane01</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>, and <a href=\"https://profiles.wordpress.org/priethor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>priethor</a></em> or reviewing and collaborating on this post!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Oct 2024 04:41:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: InstaWP Announces the World’s First WordPress Online Hackathon ‘AnyoneCanWP’\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=162356\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/instawp-announces-the-worlds-first-wordpress-online-hackathon-anyonecanwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2545:\"<p>InstaWP, known for its innovative one-click WordPress sandbox launcher, has launched <a href=\"https://anyonecanwp.com/\">AnyoneCanWP</a>, the world’s first online hackathon dedicated to WordPress development. Registrations are open now, and participants can submit their projects until October 26.</p>\n\n\n\n<p>The hackathon will officially begin on October 11, 2024, with a <a href=\"https://streamyard.com/watch/FkyPknkrPqFi\">keynote address</a> by Joost de Valk, founder of Yoast SEO and a pivotal figure in the WordPress ecosystem. This sets the stage for an engaging competition where developers and designers can showcase their skills.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Important Dates</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hackathon Start Date: October 11, 2024</li>\n\n\n\n<li>Submission Deadline: October 26, 2024</li>\n\n\n\n<li>Public Voting Period: October 18 – October 28, 2024</li>\n\n\n\n<li>Final Presentations and Judging: November 10, 2024</li>\n</ul>\n\n\n\n<p>To participate, individuals must first <a href=\"https://anyonecanwp.com/registration/\">register</a> with an email address to receive official details and an invitation. Participants can create their projects using InstaWP’s 1-click sandbox launcher. Projects must be completed within a 15-day timeframe using only free plugins and themes.</p>\n\n\n\n<p>During the public voting phase, which runs from October 18 to October 28, participants can promote their projects and engage with the community to gather votes.</p>\n\n\n\n<p>The hackathon jury includes WordPress celebrities, including Miriam Schwab (Head of WordPress Relations at Elementor and co-founder of Strattic), Jamie Marsland (Head of WordPress YouTube), Davinder Singh Kainth (curator of the WP Weekly newsletter), and Anne-Mieke Bovelett (Accessibility advocate and multilingual WordPress expert).</p>\n\n\n\n<p>The winner will take home $3,000, with second and third places receiving $1,000 and $500, respectively. All top ten participants will also get InstaWP credits and additional partner credits to elevate their WordPress projects and services. Plus, the top winners will receive a complimentary one-year premium account with InstaWP, unlocking a suite of advanced features and tools.</p>\n\n\n\n<p>The event is sponsored by Automattic, who also provided <a href=\"https://wptavern.com/instawp-gets-seed-funding-from-automattic\">seed funding</a> to InstaWP in 2022. For more information and to register for the hackathon, interested participants can visit the official <a href=\"https://anyonecanwp.com/\">website</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Sep 2024 18:34:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jyolsna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Do The Woo Community: The Do the Woo Lunch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=85827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://dothewoo.io/blog/the-do-the-woo-lunch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2850:\"<p>For the first time, we had a invite-only lunch during the recent WordCampUS 2024. We invited our sponsors, hosts and some DTW friends. Having it during the day, and on Showcase Day, gave more opportunity to for people to fit it into their schedule. But of course, some were not able to make it as there is so much going on with meetings and other get together. But we are so happy that we were able to do it.</p>\n\n\n\n<p>What was absolutely amazing is that our <strong><a href=\"https://www.avalara.com/\">sponsor Avalara</a></strong> stepped up to sponsor the lunch. Oliver St. George who lives in Seattle is very familiar with Portland as he has lived there as well. So he was able to find us a room at the Spirit of 77, across from the convention center.</p>\n\n\n\n<p>Avalara is an exclusive sponsor of our <a href=\"https://dothewoo.io/podcasts/scaling-enterprise-wordpress-and-open-source-software/\">Scaling Enterprise: WordPress &amp; OSS</a> and a shared sponsor of <a href=\"https://dothewoo.io/podcasts/woo-devchat/\">Woo DevChat</a>.</p>\n\n\n\n<p>So a huge thank you to <strong><a href=\"https://www.avalara.com/\">Avalara</a></strong>!</p>\n\n\n\n<p>And check out some photos from the lunch. (We will be adding more soon)</p>\n\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_3831.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-85840\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_3833.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-85839\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_3835.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-85837\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_3838.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-85838\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_3841.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-85841\" />\n\n\n\n<img width=\"1024\" height=\"683\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_6746.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-85835\" />\n\n\n\n<img width=\"1024\" height=\"683\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_6749.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-85833\" />\n\n\n\n<img width=\"1024\" height=\"683\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/09/IMG_6750.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-85836\" />\n\n\n\n\n<p>And if you would like to see more <a href=\"https://bobwp.com/2024/09/30/my-wordcampus-2024-photo-galley/\">photos from BobWP from WordCampUS 2024, check the gallery out here.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Sep 2024 09:12:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"Gutenberg Times: Gutenberg Changelog #108 – Gutenberg 19.3, WordPress 6.7 – Block Themes for Agencies, WordCamp Asia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=30291\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-108-block-themes-for-agencies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61363:\"<p>In this episode, Birgit Pauli-Haack and JC Palmes, engineering manager at WebDev Studios, discuss Gutenberg 19.3, WordPress 6.7 &#8211; Block Themes for Agencies, and WordCamp Asia.</p>\n\n\n\n<p>Add a summary/excerpt here</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-108-block-themes-for-agencies/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">JC Palmes</h2>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-x  wp-block-social-link\"><a href=\"https://twitter.com/jpalmes\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">X</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-github  wp-block-social-link\"><a href=\"https://github.com/khleomix/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">GitHub</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://profiles.wordpress.org/khleomix/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://www.instagram.com/khleomix/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://www.facebook.com/jcpalmes/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a href=\"https://www.linkedin.com/in/jcmaepalmes/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li></ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://khleomix.com/\">Website</a></li>\n\n\n\n<li><a href=\"https://webdevstudios.com/2024/08/26/webdevstudios-wordpress-block-themes/\">Embracing the Future: How WebDevStudios Is Leading with WordPress Block Themes</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/powder/\">Powder Theme</a> by Brian Gardner</li>\n\n\n\n<li><a href=\"https://github.com/WebDevStudios/wds-bt\">WDS-BT on GitHub</a></li>\n\n\n\n<li><a href=\"https://wdsbt.wdslab.com/\">Demo Site of WDS-BT Theme</a></li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia</a> </li>\n</ul>\n\n\n\n<p><strong>Announcements</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://developer.wordpress.org/news/2024/09/17/how-to-build-a-multi-block-plugin/\">How to build a multi-block plugin</a></li>\n\n\n\n<li><strong>DataViews</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/design/2024/09/20/data-views-update-2/\">Data Views Update #2</a> was published&nbsp;</li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=O1fIC4N_HVw\">Introduction to Data Views Developer Hours</a> (Developer Hours)</li>\n\n\n\n<li>Part 1: <a href=\"https://developer.wordpress.org/news/2024/08/27/using-data-views-to-display-and-interact-with-data-in-plugins/\">Using Data Views to display and interact with data in plugins</a>&nbsp;</li>\n\n\n\n<li>Part 2:<a href=\"https://developer.wordpress.org/news/2024/09/23/actions-from-data-views-adding-images-to-the-media-library/\">Actions from Data Views: Adding images to the Media Library</a></li>\n</ul>\n</li>\n\n\n\n<li><strong>WordPress 6.7 </strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/6-7/\">WordPress 6.7 Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/09/03/roadmap-to-6-7/\">Roadmap to 6.7</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<p><strong>What&#8217;s released: </strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/create-block-theme/releases/tag/v2.5.0\">Create Block Theme plugin version 2.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/09/25/whats-new-in-gutenberg-19-3-25-september/\">What’s new in Gutenberg 19.3? (25 September)</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Hello, and welcome to our 108 episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg&#8217;s 19.3, WordPress 6.7 briefly, block themes for agencies in WordCamp Asia. I&#8217;m your host, Birgit Pauli-Haack curator at the Gutenberg Times, and a full-time core contributor for the WordPress Open Source project sponsored by Automattic. For the first time on the show, I have a great pleasure to introduce to you, dear listeners, JC Palmes. She&#8217;s one of the local leads of the WordCamp Asia 2025, and in her day job, JC works as the engineering manager at WebDev Studios. Welcome to the show, JC. How are you today? How&#8217;s the weather in the Philippines?</p>\n\n\n\n<p><em>JC Palmes: </em>Hi, Birgit. Thank you so much for having me. It&#8217;s a real pleasure to join you on the show. The Philippines is still very warm today. Well, warmer than usual. We are supposed to have a typhoon coming up.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, no. Oh, no. So the Philippines is in the tropics, right? So it&#8217;s similar to Bangkok from the weather in Florida.</p>\n\n\n\n<p><em>JC Palmes:</em> More or less. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. All right. So the Philippines, I don&#8217;t know a lot about the Philippines that will change when I come over for WordCamp Asia, but the Philippines comprises of about 7,000 islands. So where do you live?</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. It&#8217;s 7,641 islands to be exact. It changes on a decade to decade basis, I guess. But yeah, I am in the Panay Island in the city of Iloilo and it&#8217;s a small island, but it&#8217;s a vibrant hub for tech and innovation. Yeah. It&#8217;s not as traffic heavy as Manila, which you will experience next year. You&#8217;ll love the people here if we come to visit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, I&#8217;m sure about it. Yeah. But when you say you&#8217;re active in the community, so you organized WordPress meetups in Iloilo, and you also organized or started the WordCamp Iloilo. When did this all happen?</p>\n\n\n\n<p><em>JC Palmes:</em> We organized WordPress Iloilo Meetup Group around August 2016, 2017.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You almost at eight years.</p>\n\n\n\n<p><em>JC Palmes</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Over eight years.</p>\n\n\n\n<p><em>JC Palmes: </em>Started our first WordCamp in 2018.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, wow. Yeah. And then you had one 2019, right?</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. We did.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Did you also organize one after the pandemic?</p>\n\n\n\n<p><em>JC Palmes:</em> Yes, we did. We organized&#8230; Well, we had one last 2023 and opted not to do 2024 because WordCamp Asia is going to be in the Philippines and most of my local organizers here are also organizers in WordCamp Asia and volunteers as well. So it&#8217;s a lot to ask them to pay local WordCamp as well as the flagship one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. No, I wouldn&#8217;t have thought that there would be a local one when there is a regional one, because that takes a lot of out of you as an organizer or especially a lead organizer, but also if you just going to have a team organizing role, it&#8217;s a lot of work and you don&#8217;t want to lose focus on that. Yeah. I totally get it. Yeah. So yeah, we had the last month we got together because I connected with you about two things, right? There was one was the webinar for WebDev Studios on the lunch-and-learn.</p>\n\n\n\n<p>And then we also discussed, I read the article by Lisa Sabin-Wilson on the website, WebDev Studio that you started to have working with Block Themes. And then when I read through the article, I found that you had created a starter theme that your agency is going to use for projects. So today I want to talk to you a little bit about it because we get a lot of questions about how agencies work with Block Themes and all that. So I just wanted to, being with the source as the engineering manager, I think you had a major role in putting that together.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. WDSBT was, well, it&#8217;s kind of a brainchild between Lisa, me, and Mitch, our director of engineering, and it&#8217;s a starter theme. We stands for, of course, WebDev Studios Block Theme. And the goal really was to create a flexible block-based foundation that fully embraces modern WordPress capabilities while also allowing for highly customizable websites. When we initially started this, we started with Brian Gardner&#8217;s Powder theme for inspiration. But because I spearheaded the project, and really when I started this, I was learning about Block Themes, and as I go along, I found that instead of changing, adding into the Powder theme, we needed to make it entirely our own &#8217;cause we have a design system and we need to make sure that the theme that we are going to create aligns with that design system. So the original setup with the Powder theme didn&#8217;t really align with the vision, so it was mostly overhauled by me. So&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Tell me a little bit about the design system, because a lot of people think about design system that is not in WordPress, but maybe in Figma or in some other design tool. How are you working with that? Is that something that you now built into the Block Theme or is it separate?</p>\n\n\n\n<p><em>JC Palmes:</em> It&#8217;s built into the Block Theme. So what we did was take that design system, so the design system was created with blocks in mind. We have sort of redesigned the core blocks in a way that it would be easier for us to create the components that we mostly use in our projects and would be easily extendable based on, of course, on a project-to-project basis because every project is different, but all of the elements in a component are going to be the same. And the core blocks as is with our design is pretty solid, but we needed more. Well, clients needed more, and that is what our design system allows us to do. And by integrating that with the theme, it just makes our work with whatever design our senior UX designer, Jennifer Cooley creates and just makes things easier and faster.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm. Excellent. Excellent. So when you put this together, how long did it take you to from learning about Block Themes in zero learning to, &#8220;Okay. We have a solid foundation for our projects.&#8221;</p>\n\n\n\n<p><em>JC Palmes:</em> It took me probably around two, three months. It would probably take a lot, well, it would probably be faster if I already knew the structure. And I&#8217;m saying that because I&#8217;m dyslexic, so I work with patterns and learning new things kind of takes me out of my comfort zone. But because of how Block Themes in general are structured, it&#8217;s structured enough for me to pick up the patterns right away. And it took two, three months before we are actively using it on projects. So we&#8217;ve used it on three successful projects so far, launched projects.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So what did you find coming from the classic theme in the agency? So what you found easy to do with or easier maybe in switching to Block Themes and what did you think was very hard?</p>\n\n\n\n<p><em>JC Palmes</em>: So what was relatively easy is the process of working with native WordPress blocks. That&#8217;s the mouthful. Again, my brain works with patterns, right? I&#8217;m not sure if it&#8217;s going to be the same for other engineers, but that was what&#8217;s easy for me. And because of that, it kind of provided us with a solid foundation and really allowed for quick implementation of reusable design elements, which is integrated in our design system. And what was hard, of course, was transitioning from our wd_s PHP-based framework to a block-based approach. Although before it was transitioned into Block Themes already. It was a hybrid theme, but we were mostly using it for PHP based framework still, but transitioning meant rethinking of the entire development process, and that takes a while for it to click, and we are getting there. Again, as I mentioned, we&#8217;ve successfully launched three projects. One of those is a really big site and well, the last project that we launched is the first TrueBP Build where we did not really use any shortcuts, I guess.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Good. Good. Good.</p>\n\n\n\n<p><em>JC Palmes:</em> And it&#8217;s also probably one of the most successful launches that we&#8217;ve had with regards to performance and page speed and all those fun stuff. It&#8217;s a site with 18,000 plus users and it got 100 performance scores on page speed and 93 on mobile, 100 on desktop, 93 on mobile, and 93 on mobile was big.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>That&#8217;s awesome. Congratulations. Yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So you have a team of developers that also had a different level of familiarity with Block Themes and blocks. How did the transition work for them? What were the blocks mostly?</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. So the team that I worked with at WebDevs teachers for this particular project are, well, all of the engineers that I have on WebDevs teachers are amazing developers. The theme that created this site already established in Block Themes, although didn&#8217;t have the actual experience of building one for clients. They built one personally as I did, and I worked with them closely to make sure that we learned together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Excellent.</p>\n\n\n\n<p><em>JC Palmes:</em> That&#8217;s best, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm. Yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>And there were a lot of gutters we had to pull in Ryan and Nick.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You mean Ryan Welcher and Nick Diego?</p>\n\n\n\n<p><em>JC Palmes:</em> Ryan Welcher. Yeah. Ryan Welcher helped us a lot and figuring things out, especially with Block Bindings, that unblocked a lot of stuff for us.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Block Bindings, so it&#8217;s amazing, especially because it works so much with the meta fields and you can have your own data sources. Yeah. So what I often heard from agencies is that they don&#8217;t use core blocks, but that seems to be different in yours, in your case, that you mostly base it all on native core blocks and only have variations and primary block styles that you extend them to or with. So I think that&#8217;s a great way to leverage all the work that the developers do in core to bring those forward and you can build your sites on it.&nbsp;</p>\n\n\n\n<p>The last question I have on that, and then I think we can move on unless you want to say something more, is so with the Block Themes, there is also your clients are now able to create their own templates or modify the templates. Is that all open to them or what&#8217;s the training about? What&#8217;s the implementation at the clients? What&#8217;s the process there to give them that freedom?</p>\n\n\n\n<p><em>JC Palmes</em>: It&#8217;s open to them, but we did add in some guard rails, particularly with what we&#8217;ve set in theme Jason, but then again, it&#8217;s WordPress, it&#8217;s open for clients this time around. We did not sort of think deeply, I guess? That&#8217;s the only word they can really think of right now. Features are with a website that is designed for clients, you&#8217;ll have to be very careful with telling them what to do, how to use this block, how to figure things out.</p>\n\n\n\n<p>And with Block Themes, because they&#8217;re able to just create an entire template at an entirely new header and all those stuff, we made sure that we have all of the documentation ready for them. Documentation that is part of WordPress, we just give them the link to that because you don&#8217;t have to change it out. It&#8217;s all there for them to read. We fully document any custom block that we create. And also all of the custom blocks that we do are also just core blocks. We opted to always do core blocks first if it&#8217;s doable, and just go the other route if not. But so far we were able to do everything just using core blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Core blocks. Yeah. Wonderful. Excellent.</p>\n\n\n\n<p><em>JC Palmes:</em> And clients showing them how to use the website and with Block Themes, we thought was going to be hard. It wasn&#8217;t it. They were very happy with just having that freedom and being that it&#8217;s intuitive enough for them to just go in and add in their content. It&#8217;s just amazing to see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So when you have one of these large projects, how many block patterns do you&#8230; What&#8217;s the good number that you use there? Is it 25 or is it 50 or is it&#8230; Yeah. I heard other people have 58 patterns in there, or 58 new blocks.</p>\n\n\n\n<p><em>JC Palmes:</em> Oh wow. That&#8217;s a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palme</em>s: Because we are leveraging core blocks, we are actively using them for everything. We have variations. So BT, WSBT, we can add in variations with just a couple lines of code and eight variations that variations and block variations. You don&#8217;t really need to create that many patterns or blocks because then they&#8217;ll be able to just use it. But of course, if there&#8217;s a sub layout, we create a pattern for that, a template pattern so that they can just add that in a page and then just change things around. I&#8217;m not exactly sure how many patterns we did for this site. I know that it&#8217;s not 50 plus, it&#8217;s less than that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. All right. Okay. So if listeners are interested in learning from you, and I know developers like to look at code and theme developers even more, especially your theme JSON and how you set up all the assets. And so your theme is available on GitHub, that&#8217;s public record, right?</p>\n\n\n\n<p><em>JC Palmes: </em>Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s in a public record.</p>\n\n\n\n<p><em>JC Palmes:</em> It is public now. It was silently public for the past few months, and then we opened it up publicly release this post when we set out version 1.0, and it&#8217;s that to go up to 1.5 by this week with some modifications with the versioning cache buster, and then fix this particularly to the mobile menu because that needs a lot of love.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It does. Yes. Yes. Absolutely. Yeah. Especially when you have things that are you want on a desktop, but you don&#8217;t want them on the mobile and you want to kind of stack things differently in a different order. It&#8217;s really hard to implement that. Yeah. Totally get it.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So I will show in the show notes if that&#8217;s okay with you, the GitHub repo for the WDS-BT theme. Well, maybe you could come up with a cuter name.</p>\n\n\n\n<p><em>JC Palmes:</em> We just really call it BT.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, of course. Block Themes, I get it. Yeah. And it&#8217;s the acronym from your company, WebDev Studio.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Totally get it. I will share that. And I also will share, again, the link to the article that Lisa Wilson put together in the show notes so you can kind of look through it to your listeners. But I find it very interesting to talk to you about that. So thank you for sharing all your insights on that.</p>\n\n\n\n<p>JC Palmes: Thank you.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So dear listeners, we have a few announcements for you, and it&#8217;s mostly about what&#8217;s published. So there&#8217;s a data views update number two, has been published on the design make blog with new updates on cam-sounds like what are new features on the data views. There&#8217;s some great work being done there. You can catch up with that. So it was the primary filter visibility has been changed. Then you can reorder table columns and view options. So you can hide columns, a feature that was available in the WP admin, but not always all columns and not always all columns are in there, so you can get them in and out.</p>\n\n\n\n<p>And then also have a featured image and the title field in the display for pages. And then you can pin columns and rows. And the advanced filtering is really great. You can have and and/or filtering categories in tag or is any out of particular list of tags. So when you&#8217;re looking at the 2,000 or 20,000 blog posts, you can narrow down the filtering quite a bit in the admin section there. So check it out, I share it in the show notes. Then there&#8217;s two more posts on the developer blog. So if you went to block development more on the beginner side, there&#8217;s an article on how to build a multi block plugin.</p>\n\n\n\n<p>So with the create-block scaffolding tool, we had a similar article about two months ago, but this is a little bit of a different approach. So you get more variations on how you can approach that, and it&#8217;s really great because it gets you step by step through that tutorial. Troy Chaplin is a new writer on the developer blog, and he is from Ottawa, Canada and is writing on the second blog now&#8230; blog post. And the second blog post was actually the second part of a series on data views on how you as a plugin developer can use it for your plugin in the admin section. So the first part came out a month ago, like using data views to display and interact with data in plugins. And then the second one is called actions from data views. So how to add the image that you bring in from the data into a media library.</p>\n\n\n\n<p>So it&#8217;s kind of an app pretty much that you can build there. It&#8217;s a React app and you get through in the tutorial from beginning to end. So it&#8217;s a really interesting series of blog posts. And with that, there was a data views developer hours where both JuanMa Garrido wrote the two articles that I just mentioned. But then there was also Nick Diego was in the developer hours, and Andre Manero who&#8217;s one of the developers who put this all together. And the recording I will also share in the show notes. And the last announcement&#8230; it&#8217;s not the last announcement, the second last announcement is you take it&#8217;s about WordCamp Asia.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Asia</h3>\n\n\n\n<p><em>JC Palmes:</em> Oh, yeah, right. Okay. WordCamp Asia. So the next batch of tickets for WordCamp Asia 2025 will be released on October 3 at 12:00 PM Philippine time. I&#8217;m not sure what that is in UTC. I&#8217;m really bad with time zones.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, it&#8217;s kind of earlier in the day. It&#8217;s in the morning. Yeah. So October 3rd in the morning is the ticket release. Yes. Yeah. Awesome.</p>\n\n\n\n<p><em>JC Palmes:</em> With those who don&#8217;t know WordCamp Asia 2025 will be held at the PICC in Manila Philippines from February 20 to 2022&#8230; No, 20 to 22, 2025. So yeah, be sure to mark your calendars and secure your tickets as soon as they&#8217;re available. Maybe we can talk, if you see me just say hi.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And I just saw on Twitter a series from Sushi about the photos of the walkthrough of the organizing team in Manila. So it was, if you follow him on Twitter, I can share some links that as well in the show notes. So you can see how grand this convention center is where the conference will be held. So I&#8217;m really looking forward to that.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. They&#8217;re doing that today. I did fly out because, well, I need to fly again in the next couple of weeks. But then again, also I do have one more thing with WordCamp Asia 2025, you&#8217;re also still looking for sponsors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. So if you or your company are interested in supporting the event, feel free to reach out. I&#8217;d love to discuss how you can get involved.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And I&#8217;ll link the call for sponsors page in the show notes so you can check it out what the options are for different levels and all that and what&#8217;s all included into the sponsor packages. I think that helps. No, that was really good. Thank you. Well, that&#8217;s a few months to go. So some people are really late in their decisions and it&#8217;s the next year, so their budget is not out yet. So I can understand that some people are a little bit hesitant to get this going. So the speaker is also, you got a lot of submissions I heard for speakers.</p>\n\n\n\n<p><em>JC Palmes:</em> A lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Was it more than last year?</p>\n\n\n\n<p><em>JC Palmes: </em>I haven&#8217;t checked yet. So I&#8217;m mentoring sponsors, operations and the technology team. Global leads are sponsoring other teams. And then one of the local leads as well, Andrew is he is mentoring venue, which takes a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Oh, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> So we all have our hands full. We are getting there. We have an amazing set of organizers as usual, and I can&#8217;t wait to see them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I&#8217;m so grateful that everybody puts things together. And the two WordCamps Asia that I&#8230; &#8217;23 and &#8217;24 were just amazing. And I had a great time and it was great to talk to everybody there. And they were also open. And yeah, I&#8217;ve made a lot of new friends, so happy to also hopefully get there again next year.</p>\n\n\n\n<p><em>JC Palmes: </em>You should. It&#8217;s in my country.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And if I come, I&#8217;ll spend a few days. So my approach is always I come in early, maybe a week or four days early, get over the jet lag, get the lay of the land. So I don&#8217;t know. So when I want to meet people. I know where the restaurants are, I know where the venue is, but I also get to do some sightseeing in a place where I haven&#8217;t been. So if it&#8217;s the first time&#8230; Yeah. I&#8217;m really looking forward to exploring Manila the few days that I have beforehand. I haven&#8217;t booked the flight yet. I need to wait for the okay. Of course, I don&#8217;t see why not. We&#8217;ll see how that goes.</p>\n\n\n\n<p><em>JC Palmes:</em> That would be nice. Amazing. I mean, Manila is an amazing city to explore.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I&#8217;m looking forward to that.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 6.7 Beta 1 &#8211; Create Block Theme</h3>\n\n\n\n<p>So next week, WordPress 6.7 Beta 1 is going to come out in October. On Thursday, October 1st, no Tuesday, sorry, on Tuesday, October 1st. And if you want to refresh what&#8217;s on the docket, I&#8217;ll share the link to the roadmap from 6.7 that Anne McCarthy put out. But I&#8217;m also hoping that by then after that, she also publishes a little bit more updated, because I know there is some change in the Zoom out feature, which I really love and I know the best part that I love will get in.</p>\n\n\n\n<p>What was a little bit harder was to figure out how the editing works when you edit what you zoom out on your site for design. And if you want to contribute and have some time and want to learn at the same time, keep an eye out for that. The Make test team is about to publish with the beta, the help to test WordPress 6.7 post. It&#8217;s going to be a long one, but you can pick the features that you want to learn about or you want to test about, and the more you test, the better the version becomes. So that&#8217;s a big appeal to help us testing the beta versions.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. For sure. I do want to touch on &#8217;cause you&#8217;ve already mentioned some of the big updates, right? I think it&#8217;s also worth mentioning some of the smaller fixes that don&#8217;t always get a lot of attention, but really make a big difference in day-to-day use. There are a few things that I really love personally and versus there&#8217;s the great Block theme plugin that now allows you to, no, they rename on assets when saving or exporting, and it&#8217;s a small but neat update, but that makes asset management easier for developers working with custom fonts. And we work with custom fonts a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm. Yeah. Yeah. Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> So fonts are now copied directly to the local theme folder, which is such a time saver when dealing with multiple customizations. One other update that I think is worth mentioning is removal of the categories hidden tag.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I haven&#8217;t mentioned anything about the&#8230; So when we are talking about now about the create Block Theme plugin new version that was released a week ago, and are you using in your Block Theme building process, the grade Block Theme plugin? How do you use that?</p>\n\n\n\n<p><em>JC Palmes:</em> We are. So it&#8217;s integrated in WDEVS BT, we are able to create&#8230; Well, this scaffold new blocks using a template that we have set in BT and leveraging the create-block script. So we have that added in our package JSON, and when our developers create a new block, we just run the script and it will scaffold all the files they need as part of the theme and they can just start creating a new block right away. It works right away, right away, right away. Yeah. It works. Once you run the script, it takes the template that we&#8217;ve set and then scaffold is a block and you have a very simple block showing up right away.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, okay. So that&#8217;s the create-block script. And that&#8217;s where probably Ryan came in because he&#8217;s a specialist in the…</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah. That one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah. Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> And also we are&#8230; So this is an internal thing that we do with the create blocks plugin where we use it for a versioning thing or when we are doing patterns, changing patterns, and editing patterns and grading patterns. And it&#8217;s still a work in progress of course, but we are actively using that plugin and also the script and amazing plugins.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So the create block theme, you create the patterns in the editor and then you…</p>\n\n\n\n<p><em>JC Palmes:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Okay. So you export them through the create block theme plugin methods into the…</p>\n\n\n\n<p><em>JC Palmes:</em> Yes, part of. So the create-block theme plugin right now does not really take patterns, but we somehow are finding a way to override that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm. Okay. All right. Yeah. The newest version of the create block theme plugin had a few things, and you mentioned one that was the rename of the font assets, when the theme is saved when exported, there&#8217;s also an attempt to try to add the synced patterns to the theme on save.&nbsp;</p>\n\n\n\n<p><em>JC Palmes:</em> That one I have not tested yet.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It hasn&#8217;t been out long enough probably.</p>\n\n\n\n<p><em>JC Palmes: </em>Oh, okay. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It just came out last week. Yeah. So that is definitely something to test for theme developers and that were really waiting for that to happen. And then the remove categories hidden, you wanted to mention that?</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. So removing categories hidden from the default pattern header, and it&#8217;s a very subtle fix, right? But it just cleans up the UI, making it easier to manage and organize patterns, especially when you have more than 50 plus patterns.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> So if you want to keep things tidy, you have to organize.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah. And then another new feature is that it wraps the main tag around the Query Loop instead of the post content. It&#8217;s necessary because, so the skip to content kind of goes to the Query Loop instead of the full page kind of thing. So that has solved quite a few accessibility items there. And then the last one I wanted to mention is, oh yeah, that the fonts are copied and you mentioned it as well in the local theme folder. When you use a different font for a style variation, it automatically is downloaded there and added to the theme as its folder. Yeah. Cool.</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah. I actually have two more.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Go ahead.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. So you&#8217;ve mentioned the main tag that&#8217;s also one of the things, and I think that just makes it, that&#8217;s an accessibility thing that we really need to improve on and that will help ensure better semantic HTML and accessibility. And also there&#8217;s some behind the scenes cleanups that I really like and it&#8217;s removing unused styles and unused style rules in data views, and it just makes for a leaner code base and better performance.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Excellent.</p>\n\n\n\n<p><em>JC Palmes:</em> Also, the swapping of the pre-published check buttons was another nice tweak because I&#8217;m visual when I&#8217;m coding, so if something changes, I notice right away because dyslexic. I work in patterns. So if one thing changes and I think that is a really good change, I check it out and see how and why that is like one of the&#8230; it&#8217;s one of my top, it just makes it leaner and easier for me to work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I&#8217;m glad. Yeah. No. I find it very helpful to have this plugin and in combination with the site editor and then you make some changes there and it gets better and better even goes a little bit further than core, especially with the sync patterns for themes. I think that&#8217;s a little bit of a step forward that is outside of core because core is not yet ready for that and to get it into hands of theme developers to test it out and see how does it work and how good does it fit in into the development process. Yeah. So that&#8217;s our create Block Theme plugin update, and now we come from the big one, that&#8217;s the Gutenberg 19.3 plugin release.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 19.3</h3>\n\n\n\n<p>The release had about 165 PRs following 52 contributors, including 7 first-time contributors. Kai Hao was the release lead and he published a release post that I certainly will share with you in the show notes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>So there are a few enhancements that we&#8217;re going to talk about. There are also new API or one new API. I&#8217;m sorry that my voice is a little horsey. I come from a week of nasty cold and I&#8217;m glad that we can connect today. Yeah. So I&#8217;m happy that you also can take over some of the things JC with me. Okay.&nbsp;</p>\n\n\n\n<p>So the first enhancement is actually not an enhancement. It&#8217;s kind of an update on the minimum PHP requirement for the create block script, which is 7.2. You cannot be on an older PHP version anymore. And using that script to create blocks, sometimes they need to point out that thing. So in the restore, there&#8217;s a restore, the move to trash button disappeared in the document settings and people were looking for it. They found them in the three.menu, but they needed it more prominent. So it&#8217;s coming back.</p>\n\n\n\n<p><em>JC Palmes:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So the inspector controls, so when the developer talks about inspector controls, they talk about the sidebar on the block editor and now they changed that when for custom blocks, they didn’t always have the block name in there to highlight that out. So that has changed. It was actually a bug I would think, because you want the name of the custom block name also in the inspector control. So that has been rectified and for patterns you can now change. It&#8217;s not for the patterns, it&#8217;s for when you go to add a page, your editor always comes out with a set of patterns that are available and you don&#8217;t want them. Now there is a user preference that you can switch on or toggle on and off in your preference sidebar or tool. So the modal, you can disable that modal and not have the selection in front of you. It took a while, but there was definitely something they listen to users to have that. Same with a move to trash button. The developers always, not always, but often listen to users when there is a strong emotion coming there away.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. That&#8217;s amazing. I have strong emotions with that trash button as well. Having that not there is just, it&#8217;s making things off for me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It&#8217;s kind of disconcerting. I want to have just trash it. Where is it? Yeah.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Components</strong></h3>\n\n\n\n<p>So in the components, it&#8217;s not a public component yet, but the developers are working on a tabs block component or a tabs component, and that is actually used throughout the editor, but it&#8217;s not available yet for blocks. It&#8217;s not public yet, but you can definitely look at the PR and see how it works so you can prepare yourself and they just improve the animation and the related utilities to make it to prepare for coming out of experimentation.</p>\n\n\n\n<p><em>JC Palmes:</em> Tabs block would be amazing. We&#8217;ve had to grade our own custom tabs block just because it&#8217;s not available and having that as one of the core blocks would be really awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Mm-hmm. Yeah. Same with the accordion block, I think there&#8217;s someone working on that as well. I saw some prototypes how that works. But yeah, it&#8217;s not going to come. I don&#8217;t think it&#8217;s going to come for 6.7 because they&#8217;re still in experimentation and we have what? Four days to go. Three days to go for beta, so I don&#8217;t think it&#8217;s coming.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. Just three days.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Block Library</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So what else? The block library had some changes, especially here now for the image block. I think there was…</p>\n\n\n\n<p><em>JC Palmes:</em> Oh, yeah. That one. Sorry. Yeah, with dropping multiple&#8230; not just multiple images, right? So you are now able to drop any kind of media and it&#8217;ll automatically translate to whatever that is. If it&#8217;s a video, it&#8217;ll be an actual video and images. It&#8217;s a time saver.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm. Yeah. It automatically&#8230; So if it&#8217;s all images automatically creates a gallery block.</p>\n\n\n\n<p><em>JC Palmes:</em> Gallery. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I tested it quite a bit and you need to be a little bit&#8230; When you drag and drop, you need to be quite precise with your mouse.</p>\n\n\n\n<p><em>JC Palmes:</em> With that. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. To get it next to the image that&#8217;s already there to create a gallery out of two images, but it&#8217;s just a little practice that you need. And then it&#8217;s really saving so much time to upload and download and gallery block and oh, I changed my mind. I don&#8217;t want one image, I want two images. So now I need to remove the image and put a gallery block in and yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah. It&#8217;s just a time saver really.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Absolutely. Especially when you&#8217;re someone who changed their mind often.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p>Birgit Pauli-Haack: And what&#8217;s also there now is for the gallery list block to have now added a drop-down for the taxonomies so you can really select all the categories that you want to have in there. And then there were quite a few enhancements that are coming under the umbrella of a zoom out feature.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Zoom Out</h3>\n\n\n\n<p>So the zoom out mode is officially out of experiment and it&#8217;s now available to all users. And this mode allows you to zoom out, to edit, or create at the pattern level over granular block editing. So you&#8217;ll see it when you want to add a pattern to a site, an existing site kind of zooms out so you see more of your page and then you get the insert outside of that, so where you can insert it without getting into other container blocks kind of thing. Yeah. So it&#8217;s actually really neat to see how a pattern would change the content of your page in relation to the other patterns or other page content that&#8217;s there. So it&#8217;s a really interesting way of helping you with the design of things. Have you experienced that on the Gutenberg plugin level yet?&nbsp;</p>\n\n\n\n<p><em>JC Palmes:</em> Works not so much yet. Yeah. But that is one of the things that I want to play with this week. I just didn&#8217;t have the time to do that last week, but with all of this new things, so I just want to play around with it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, when you say play, it&#8217;s testing, right?</p>\n\n\n\n<p><em>JC Palmes:</em> It&#8217;s testing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s testing.</p>\n\n\n\n<p><em>JC Palmes:</em> Well, in my brain it&#8217;s still playing love to code. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Mine too. Yeah. It&#8217;s kind of, &#8220;Oh, I&#8217;m going to play around with that.&#8221; But it&#8217;s more like, &#8220;Yeah. We need to test it.&#8221;</p>\n\n\n\n<p><em>JC Palmes: </em>Testing, creating, and all that fun stuff.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thinking about use cases, thinking about how to break it because that&#8217;s-</p>\n\n\n\n<p><em>JC Palmes:</em> Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; yeah. And last month ago, or maybe three weeks ago, I got a kudos from a co-worker who said, &#8220;Well, you always find creative ways to break things.&#8221; It was my superpower, you know?</p>\n\n\n\n<p><em>JC Palmes:</em> Super power.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah., the zoom out toggle that is in the header section of the editor, there is a zoom out toggle. So you can say, okay, give me 50% of the view or give me the 100% that&#8217;s next to the preview tab. It might not stay there, but if you just want to kind of test it a bit and you don&#8217;t know, and I don&#8217;t always know when I would trigger that there&#8217;s an automation when all of a sudden it zooms out. But if you want to be in control of it, there&#8217;s a little toggle switch in the editor header and then you drag and drop your patterns into the zoom out mode. And then you also see of course everything in the list view and have the top level section in the zoom out mode and the list view is open. You only see the top sections of your site.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Block Editor<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>It&#8217;s really interesting. So the block editor got a few things. So this release also had a few other drag and drops, not only the image or the pattern, but you also can drag and drop a mix of audio and image blocks into the canvas and it will automatically create those individual blocks. That&#8217;s what you mentioned earlier as well.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And then there is the link editing. That&#8217;s a small fix, but it&#8217;s something that was really missing was to create a link for the phone number. So if there&#8217;s a phone number or a recognizable phone number in your content, it will automatically create the link for it. So when you watch it on or look at it in mobile, you get the button-</p>\n\n\n\n<p><em>JC Palmes:</em> You&#8217;ll be able to click on it. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; call button. Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yes. &#8216;Cause adding that is going to be really awesome. It&#8217;s missing, and we&#8217;ve been adding that for some clients who needed that. So having that automatically added is just a nice small thing to have.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Post Editor</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Absolutely. So there is a new preference modal in the new media section.</p>\n\n\n\n<p><em>JC Palmes:</em> That I didn&#8217;t know about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I didn&#8217;t know about it either. Yeah. So this preference for the media section is to switch on client-side media processing. So it doesn&#8217;t all have to go to server sooner or later it will go to the server, but you can do it actually in the browser window. And then you have a lot more options open for dealing with media. And it&#8217;s the first part of the client-side media processing by Pascal Birchler. He had a featured plugin where he tested all that out and now this one comes into core. That&#8217;s really great. I&#8217;m really happy about that. So it&#8217;s definitely for mobile, also interesting for mobile users because they can&#8217;t wait till everything is done on the server because if you have a slow connection, you want it still to be processed without having to wait for all the back and forth there. So that&#8217;s really cool.</p>\n\n\n\n<p><em>JC Palmes:</em> I just let this pre-upload compression and having that as a toggle. And then, yeah, the approval step is sometimes when media is optimized, it just does not always look the way that we want it to look. So having that approval step is nice to have.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So in the page editor, you can now double-click on the template part. So when you edit a page and you click into the template parts, it&#8217;s going to sometimes tell you this is a template part, you can&#8217;t edit that or go to the edit template part kind of screen. And now with double-click, you can switch over to template part editing. So it&#8217;s much faster now to, and if you know what you&#8217;re doing, it&#8217;s definitely helpful to have that there. I was always trying to do that with a double-click. I don&#8217;t know why, but it was kind of really-</p>\n\n\n\n<p><em>JC Palmes:</em> Oh, same. I do that too. I like this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So when you publish a post in the pre-publish section there, there is a warning in a notification that you might have pictures and other from a third place so that the images are not on your site and they&#8217;re linking out to either Google or some other place. And the feature offers you to upload all the images to your own media library so you can really have your&#8230; You&#8217;re not surprised when all of a sudden images go away from the third party.</p>\n\n\n\n<p><em>JC Palmes:</em> That is a very helpful fix. We&#8217;ve had issues with that where with patterns, when you copy a pattern, it will try to, it&#8217;ll look for images in your local, right? And you don&#8217;t always know that it&#8217;s referencing your local, because when you look at the site and it&#8217;s uploaded on an environment, you see that images are there and it&#8217;s only because it&#8217;s referencing local images and you are viewing the site in your computer. So you see that, but other people would not know. So having that would be a lifesaver.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And it was in the section there, but very rarely did it pop up but now&#8230; and it was only working for gallery blocks and image blocks. But if you had an image from a third party in a media text block or in a cover block, it wouldn&#8217;t come over. It wouldn&#8217;t recognize it in that, and now it does. So it&#8217;s kind of expanding that feature to other block types. And I experienced that when I was working. I&#8217;m working on a tutorial on how to use Playground for a theme demo site so you don&#8217;t have to spin up your own site and you can get everybody their own link to Playground.</p>\n\n\n\n<p>And I was trying to figure out how is the content or what do I have to do with the content? And I used a theme that had some patterns with the local assets, with the theme local assets, and I needed to get those into the media library. So when I import it to Playground, it knows, okay, I have those images because it wouldn&#8217;t go back to the theme assets for that. So it was really interesting to figure that out, and this was really helpful to at least get the marker, but it didn&#8217;t do it for the cover and the media text blocks. So seeing that here in the new release is really interesting.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. It&#8217;s going to be very helpful that that is missing for those blocks. And we&#8217;ve been using those blocks quite extensively.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> They&#8217;re wonderful blocks to use. Yeah. They make a really great design all the time. So the next thing is also about the pre-publish screen, but it kind of switch the cancel the publish button so that the publish button is always under the mouse. So when you hit the publish first and then the next one, it had the cancel button there. So people sometimes cancel their publishing, although they wanted to publish, so now you can just keep your mouse there and have the second publish there as well. That&#8217;s a very good and nice quality of life kind of feature, but obviously somebody needed to think of it to do that. Yeah.</p>\n\n\n\n<p><em>JC Palmes</em>: That&#8217;s one of the things that I mentioned earlier and one of my favorite bits, so just swapping that is just, it just reduces unnecessary cursor movement and improves the user experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Block Bindings</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, yeah. So totally. Then is the block bindings, your new favorite feature has an update. So what the feature does not do yet is give you an interface to actually create the post meta data or metafields, but now it uses the label that you put in your registration for the block bindings and not the variable name, which is definitely an improvement for that, especially for users who are not developers who always kind of little put back when they&#8217;re not reading normal words, but words with underscores in it and all that.</p>\n\n\n\n<p><em>JC Palmes:</em> I just love block bindings and I&#8217;ll always be on the lookout for whatever is new that&#8217;s going to come into it. We&#8217;ve been using that and learning more about how it works and just again, playing around with it and trying to make it do things that it&#8217;s not doing yet with core.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Which part? What are those?</p>\n\n\n\n<p><em>JC Palmes: </em>Well, we&#8217;ve kind of packed it around to be able to.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I love that when you say, &#8220;Oh, we hacked around it.&#8221;</p>\n\n\n\n<p><em>JC Palmes:</em> Just allowing to show meta that it&#8217;s not supposed to&#8230; Well, it&#8217;s not that it&#8217;s not supposed to show it&#8217;s always there, right? It&#8217;s just not ready yet. But it&#8217;s a play around between checking on the database and then checking things on. It&#8217;s a lot of experimentation in order to get what it natively does not do what we needed it to do for the project that we were working on before.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So you were ahead of your time with your needs.</p>\n\n\n\n<p><em>JC Palmes:</em> Well, we had to, right? The client work that would really&#8230; We can&#8217;t really wait for when a feature that we need is going to come out and WordPress the way it is. And with all the things ready for us to just change, I guess. No, not change, build on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I heard from a few extenders that&#8217;s plugin developers, theme developers, agency developers that they feel, oh, it&#8217;s time that more blocks are actually&#8230; Because you can only do block bindings for four blocks. One is the paragraph block, the image block, the button block, and the headings block, but all the other blocks, you cannot do a list block with things here and all that. So yeah, it definitely is time to expand the range of blocks that can hold bindings to metadata, definitely. And I know that the team knows that they&#8217;re definitely working on it. I&#8217;m scrolling through things.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>Yeah. There is one, speaking of block bindings under the experiments is now bringing the UI to the site editor to edit the values for the metadata or the block bindings. So you can do that in your&#8230; and they built the rest API endpoints for that so they can go back to the server and come back and have it all saved. So that&#8217;s a really good&#8230; It&#8217;s an experiment. You have to enable it through the experiments page. But yeah, test it out. Developers would love your feedback on it.</p>\n\n\n\n<p><em>JC Palmes:</em> Oh yeah, we&#8217;ve kind of done the same thing, but it&#8217;s not visible to users. It&#8217;s more in the code where we are able to change things around. But then again, it&#8217;s having that as a visual changeable thing. It&#8217;s just going to be a time saver.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Absolutely. Absolutely.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>What I also want to point out, for those who are keen on learning more about the data views, the documentation has been updated, and especially the storybook has now better styles for the combined fields stories and also allows more layout for the combined fields storybook. So definitely an enhancement for those who want to look up the documentation for the data of use. And the stories for that storybook is kind of a component, is a documentation style to have each single component outside of the context of the block editor to what are the properties and how does it behave when you change settings just alone for that component.</p>\n\n\n\n<p>And it&#8217;s a really great way to learn about all the WordPress components and not a whole lot of people know about it. But that will change because the design system that the design team is working on will be also based probably on storybook because for the admin, if you ever want the data views to be part of the WordPress WPAdmin, there is a whole lot of work to be done to cement the design system about every single screen and all that. So they&#8217;re working on that for the color scheme and the typography and all that to make it more seamless. And I think somebody did a test or an audit on all the color strings that are in the WP-Admin sections. And I think she found 68 different colors. So it&#8217;s all kind of different gray tones. It&#8217;s different. Yeah, blue tones, different dark blue tones. And I was really amazing. And they definitely is not increasing the standardization when you have so many colors and a thing too about the design system-</p>\n\n\n\n<p><em>JC Palmes:</em> So it could be a nice thing to have that revamped on and just be able to make it more visible to everyone &#8217;cause it&#8217;s a very helpful way to when you&#8217;re creating components and creating blocks.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Code Quality</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So the next two items I think are more for the developers because they are code quality related. The editor uses hooks instead of higher order components in the block manager. So that&#8217;s interesting for contributors. And then the data view fields store is, and the actions are moving from the editor package into the fields package. So if you have already done some exploration on the data views and data view fields, you need to make a note of that, that the package has changed a bit. I think the Gutenberg developers are very good and do the warnings in the console. So you probably see that when you use them. All right. So that&#8217;s the Gutenberg Changelog for Gutenberg plugin 19.3 and my voice is a bit fading, so I&#8217;m really happy that you walked this through with me. JC, it was wonderful to have you. We are coming to the end of the site, so if people want to get in touch with you, what is a good place for them to reach you? WP Slack or is it more on the social webs?&nbsp;</p>\n\n\n\n<p><em>JC Palmes:</em> I&#8217;m always in Slack and I&#8217;m always on Facebook and Instagram as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Okay. Yeah. So I will share the links in the show notes as well too. So you can get in touch with JC Palmes if you have questions about WordCamp Asia or the Block Theme that they&#8217;re working on. It was wonderful that you have been on the show. Thank you so much. And as always, dear listeners, the show notes will be published on <a href=\"http://gutenbergtimes.com/podcast\">gutenbergtimes.com/podcast</a>. This is episode 108, and if you have questions and suggestions or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@utenbergtimes.com\">changelog@utenbergtimes.com</a>. All right. Well, thank you everybody and thank you, JC.</p>\n\n\n\n<p><em>JC Palmes:</em> Thanks so much for having me, Birgit. It&#8217;s been a great conversation and I really enjoyed diving into all these updates with you. This is also my first podcast, by the way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, right. Oh, we got you.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, amazing. I love it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So until the next time then if I may, I will ask you to come to the show again, maybe after WordCamp Asia and we talk about our adventure in Manila, how about that?</p>\n\n\n\n<p><em>JC Palmes:</em> I love that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. Well, thank you so much. And do you have a wonderful weekend or rest of the evening for you and see you all and hear you all, dear listeners, in two weeks. Thanks again. Bye-bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Sep 2024 09:07:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 17 Oct 2024 14:01:54 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 17 Oct 2024 13:45:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(144, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1729216915', 'off'),
(145, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1729173715', 'off'),
(146, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1729216915', 'off'),
(147, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/10/wordpress-6-7-beta-3/\'>WordPress 6.7 Beta 3</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/10/secure-custom-fields/\'>Secure Custom Fields</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://pento.net/2024/10/17/howto-fork-wordpress/\'>Gary: HOWTO: Fork WordPress</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/141-christy-nyiri-and-mike-straw-on-automattics-special-projects-team\'>WPTavern: #141 – Christy Nyiri and Mike Straw on Automattic’s Special Projects Team</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/its-woosesh-2024-with-brian-richards/\'>Do The Woo Community: It’s WooSesh 2024 with Brian Richards</a></li></ul></div>', 'off'),
(148, 'theme_mods_twentytwentyfour', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1729173735;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(149, 'current_theme', 'Consultivo', 'auto'),
(150, 'theme_mods_consultivo', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:7:\"primary\";i:35;s:9:\"megamenu3\";i:39;s:9:\"megamenu1\";i:41;s:9:\"megamenu2\";i:38;s:9:\"megamenu4\";i:40;}s:18:\"custom_css_post_id\";i:-1;}', 'on'),
(151, 'theme_switched', '', 'auto'),
(152, 'medium_crop', '1', 'auto'),
(153, 'large_crop', '1', 'auto'),
(154, 'widget_cs_social_widget', 'a:2:{i:1;a:16:{s:5:\"title\";s:0:\"\";s:13:\"link_facebook\";s:1:\"#\";s:8:\"link_rss\";s:0:\"\";s:12:\"link_youtube\";s:0:\"\";s:12:\"link_twitter\";s:1:\"#\";s:11:\"link_google\";s:0:\"\";s:10:\"link_skype\";s:0:\"\";s:13:\"link_dribbble\";s:0:\"\";s:11:\"link_flickr\";s:0:\"\";s:13:\"link_linkedin\";s:1:\"#\";s:10:\"link_vimeo\";s:0:\"\";s:14:\"link_pinterest\";s:0:\"\";s:14:\"link_bloglovin\";s:0:\"\";s:14:\"link_instagram\";s:1:\"#\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(155, 'widget_cms_contact_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(156, '_site_transient_timeout_wp_theme_files_patterns-931bd74368f75095976ae014e621ff60', '1729175535', 'off'),
(157, '_site_transient_wp_theme_files_patterns-931bd74368f75095976ae014e621ff60', 'a:2:{s:7:\"version\";s:5:\"1.1.1\";s:8:\"patterns\";a:0:{}}', 'off'),
(158, '_transient_timeout_cpt-server-requestable', '1729779591', 'off'),
(159, '_transient_cpt-server-requestable', '1', 'off'),
(162, 'finished_updating_comment_type', '1', 'auto'),
(164, 'cpt_oauth', 'a:4:{s:9:\"user_data\";a:1:{s:12:\"display_name\";s:11:\"Admin Foach\";}s:12:\"access_token\";s:64:\"7cb542603ad8fc40fd4913e5df92dbed664260749619913228f6bd5791c7de61\";s:10:\"expires_in\";i:25920000;s:13:\"refresh_token\";s:64:\"6a3c0f7d577d4c942fe9eff91466f3b9bf889742b44c687ca09cbb52dec52e8a\";}', 'auto'),
(165, '_transient_timeout_cpt-required-plugins-option', '1729779592', 'off'),
(166, '_transient_cpt-required-plugins-option', 'a:2:{s:16:\"external_plugins\";a:5:{s:15:\"redux-framework\";a:7:{s:4:\"name\";s:15:\"Redux Framework\";s:4:\"slug\";s:15:\"redux-framework\";s:11:\"description\";s:142:\"Redux is a simple, truly extensible and fully responsive options framework for WordPress themes and plugins. It ships with an integrated demo.\";s:6:\"author\";s:41:\"<a href=\"https://redux.io\">Team Redux</a>\";s:13:\"download_link\";s:65:\"https://downloads.wordpress.org/plugin/redux-framework.4.4.18.zip\";s:7:\"version\";s:6:\"4.4.18\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";s:3:\"svg\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";}}s:14:\"contact-form-7\";a:7:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"description\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:6:\"author\";s:62:\"<a href=\"https://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>\";s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.9.8.zip\";s:7:\"version\";s:5:\"5.9.8\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}}s:10:\"newsletter\";a:7:{s:4:\"name\";s:53:\"Newsletter &#8211; Send awesome emails from WordPress\";s:4:\"slug\";s:10:\"newsletter\";s:11:\"description\";s:122:\"An email marketing tool for your blog: subscription forms to create your lists with unlimited subscribers and newsletters.\";s:6:\"author\";s:85:\"<a href=\"https://www.thenewsletterplugin.com\">Stefano Lissa & The Newsletter Team</a>\";s:13:\"download_link\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.8.5.7.zip\";s:7:\"version\";s:5:\"8.5.7\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";}}s:14:\"classic-editor\";a:7:{s:4:\"name\";s:14:\"Classic Editor\";s:4:\"slug\";s:14:\"classic-editor\";s:11:\"description\";s:159:\"Enables the previous &quot;classic&quot; editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all plugins that extend this screen.\";s:6:\"author\";s:81:\"<a href=\"https://github.com/WordPress/classic-editor/\">WordPress Contributors</a>\";s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.5.zip\";s:7:\"version\";s:5:\"1.6.5\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";}}s:11:\"woocommerce\";a:7:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:11:\"description\";s:146:\"Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.\";s:6:\"author\";s:48:\"<a href=\"https://woocommerce.com\">Automattic</a>\";s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:7:\"version\";s:5:\"9.3.3\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.gif?rev=2869506\";s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.gif?rev=2869506\";}}}s:16:\"internal_plugins\";a:4:{s:14:\"cmssuperheroes\";a:4:{s:4:\"name\";s:14:\"Cmssuperheroes\";s:4:\"slug\";s:14:\"cmssuperheroes\";s:11:\"description\";s:190:\"This plugin is package compilation some addons, which is developed by Cmssuperheroes Team for Visual Comporser plugin. <cite>By <a href=\"http://cmssuperheroes.com\">CmsSuperheroes</a>.</cite>\";s:7:\"version\";s:5:\"1.2.6\";}s:17:\"swa-import-export\";a:4:{s:4:\"name\";s:21:\"SWA Import and Export\";s:4:\"slug\";s:17:\"swa-import-export\";s:11:\"description\";s:160:\"SWA Import Export helping to create demo data package and setup demo data for clients site. <cite>By <a href=\"http://cmssuperheroes.com/\">KennethRoy</a>.</cite>\";s:7:\"version\";s:5:\"1.3.4\";}s:11:\"js_composer\";a:4:{s:4:\"name\";s:21:\"WPBakery Page Builder\";s:4:\"slug\";s:11:\"js_composer\";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>By <a href=\"https://wpbakery.com\">Michael M - WPBakery.com</a>.</cite>\";s:7:\"version\";s:3:\"7.6\";}s:9:\"revslider\";a:4:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:11:\"description\";s:213:\"Slider Revolution &#8211; More than just a WordPress Slider <cite>By <a href=\"https://themepunch.com/?utm_source=admin&#038;utm_medium=button&#038;utm_campaign=srusers&#038;utm_content=info\">ThemePunch</a>.</cite>\";s:7:\"version\";s:6:\"6.7.18\";}}}', 'off'),
(167, '_transient_timeout_cpt-theme-option', '1729779593', 'off'),
(168, '_transient_cpt-theme-option', 'a:4:{s:4:\"name\";s:10:\"Consultivo\";s:4:\"slug\";s:10:\"consultivo\";s:11:\"description\";s:206:\"Conslutivo is a pixel perfect creative business WordPress theme designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.\";s:7:\"version\";s:5:\"1.0.1\";}', 'off'),
(169, 'widget_cms_recent_posts', 'a:2:{i:1;a:6:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:3;s:6:\"layout\";s:0:\"\";s:7:\"post_in\";s:6:\"recent\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(172, 'vc_version', '7.6', 'auto'),
(173, '_transient_timeout_wpb_notice_list', '1729217997', 'off'),
(174, '_transient_wpb_notice_list', '[{\"id\":13,\"title\":\"Live event: Everything performance and speed \\ud83d\\ude80\",\"description\":\"Join us on October 30th at 1 PM UTC for practical performance tips, a live WPBakery Hosted demo, and expert insights for any WordPress site.\",\"image\":null,\"link_type\":0,\"link\":\"https:\\/\\/fb.me\\/e\\/6AOs5rVhu\",\"button_text\":\"Learn more\",\"version_from\":\"6.14.0\",\"version_to\":\"7.9\",\"date_from\":\"2024-10-10T11:30:00.000000Z\",\"date_to\":\"2024-10-30T11:30:00.000000Z\"}]', 'off'),
(175, 'revslider_servers', 'a:4:{i:0;s:22:\"themepunch-ext-c.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:16:\"themepunch.tools\";i:3;s:22:\"themepunch-ext-b.tools\";}', 'auto'),
(176, 'revslider_server_refresh', '1729174797', 'auto'),
(177, 'revslider-update-check-short', '1729174797', 'auto'),
(178, 'revslider-connection', '1', 'auto'),
(179, 'revslider-update-hash', '63752ec5178a73094795dbb961d08a52', 'auto'),
(180, 'revslider-latest-version', '6.7.20', 'auto'),
(181, 'revslider-stable-version', '4.2.0', 'auto'),
(182, 'revslider-notices', 'a:3:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n    <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n    <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";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:{}}i:1;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-c.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";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:{}}i:2;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:302:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 250px;\"><a href=\"https://forms.gle/jrzzrpu34VvrFDsMA\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;height:250px;display: inline-block;\" src=\"//updates.themepunch-ext-c.tools//banners/SR2024survey.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPSURVEY2024\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:1;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:{}}}', 'auto'),
(183, 'revslider-additions', 'O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-c.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-c.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}', 'auto'),
(184, 'rs-addons-counter', '35', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(185, 'revslider-addons', 'O:8:\"stdClass\":35:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"559\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2024-08-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"558\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.7.1\";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:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2024-05-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"567\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_cluster.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_cluster.jpg\";s:7:\"img_md5\";s:32:\"7ada93a9f08a3bcfddc078699674d755\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"551\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2024-04-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_fluid.png\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_fluid.png\";s:7:\"img_md5\";s:32:\"4e52333540d80bcb2a41b8ed5961e088\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"568\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2024-08-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"545\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2024-08-21\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"569\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.7.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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"555\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2024-07-08\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"552\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"553\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"556\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"547\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2024-09-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"550\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2024-06-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"554\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2024-06-07\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"562\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.7.1\";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:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2024-06-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"557\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2024-09-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"575\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"549\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"564\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"571\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:81:\"//updates.themepunch-ext-c.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2024-05-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"560\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"561\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";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:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"566\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2024-08-21\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";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:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2023-12-11\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";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:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";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:\"2.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";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:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2023-08-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";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:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";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:\"2.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"570\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2024-08-21\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"548\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.7.0\";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:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}', 'auto'),
(186, 'revslider-library-check', '1729174798', 'auto'),
(187, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(188, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{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:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";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:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";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:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";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:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";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:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";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:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";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:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";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:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";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:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";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:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";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:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";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:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";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:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";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:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";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:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";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:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";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:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";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:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 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:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";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:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";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:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"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:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White 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:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";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:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";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:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";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:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";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:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";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:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";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:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";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:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";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:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";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:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";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:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";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:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";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:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";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:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";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:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";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:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";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:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 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:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";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:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";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:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with 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:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";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:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";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:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";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:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";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:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";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:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";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:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";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:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";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:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon 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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";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:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";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:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";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:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";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:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}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:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"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:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";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:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";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:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";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:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";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:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";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:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";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:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";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:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}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:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}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\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}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\";}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(189, 'revslider-templates-check', '1729174800', 'auto'),
(190, 'revslider-templates-hash', '0ddca7fec24930ec8f6a8f2a917bd8a0', 'auto'),
(191, 'rs-templates-new', '', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(192, 'rs-templates', 'eNrs/XuXGzeS4IF+lWztObN/XFGN98O7M3tk2W571mrrtjTt2zua44Onii0WySFZktVz5rtfIB9MJDOTVSVmVbEkzLRtKQEikZmIXwSAiMB/PblQ24sn3zwB1hrFvTOISAycEZ4p4ZGSkGsrFHjy9Ml2Mbdu8+Sb/3oC4r/mNvwMhuu7+W7hwp9fLNR2OzfFC7VZXW3dIhSpxVxtQ5GpimamLfrHfD1Q8CxefvrkqmqcMAWgtVgAA4x1TlBDCGXOMWGsIKHi/PLdQCtv/1j19dnf1+9CpfXGfZi7j6HixW63/ubtH9/+MVxZLa5289Xy2e7CXbr11dJcPDOry7d/bBqZVW3M1ourd/Pl2z/+n6vd5W/b1dXGuH9W9nK+/Kd44dLZ+dXlP+ur3W5VXTHqcq3m75b/vN2EZjbb6uJquXPL3T8PNx76+CHUDL2JT/0MPIuve+P+82q+cfFF0HCJhksf53YXPxZEJNa4cPN3F7vwdwbiX63bms18vaua+d/btVoW5Zv557dPdm0f3j75l1+uNkX9zp4W/mqxmJUtF03vCvd7eIiFe1Z8t1Hvnhbbj/O1K1bxR3PzvtitiqX6MH+ndu4P/zu863Cjf3m7ebvs3zJcMC7csKkVemlU7PFf9u+/+FZtXbju54tdHF3//mQ/SP4jfLry/fxWv4sn3yxDZ8OThjuHRhCAbAbQDKEC4m8Q/Abj+LWVea/eud9Wm3K0Pomv5nJl1aL+s7J2Hm8cx2X467sw1txvzRjeX7jaLNK/VuMs/trs5h9cPfLny+1OLRbxG3m12Lr/fhouN6KBBkTjdSVCPcHYNtc7UlEP4lQkFLBMSUSEkYAxTQDRCnhorLKGGo8ORaJq4iR5+BheZPjFdluN2e3F6uPsXXzqzaeJhOLIHe5CMopjovG8EYxi35dGGoqP8yAju/ml2zwtdBiIbrct1NIWarMJtWqRiK/wDoSiHiE3FglyPiKB9iKBU5GoXnnxRultKhDV5V11tRaH9lpHGBxATkIWZIBJABFW2AKuGKUCGeItaIWhbWAiUahbnMUmZ42QTSwMA/e4tTgARE4Th2Whrnar2Xb+D1dJxKYSA1WY1WpRbNeLeeih+30XJGF+WQ7/wvlgR+yeFX+ulUT1i9Dx3dyoRUd0dhdXl+GrZoFJBQbvBYYkAvNDeAl6tXpf/OBC5VZifH195qvrlcx0rnakhlLACIaWaqiVNhpRazxFhgJhCXJ4LzWdJiaSm4M2J5aYw1fRlRV4XFYEOMmmKt5czLeNiIQ/RbGJ8hBG/OJTsV6trxZhxNlCfwqys/+W293Gqctnxb9ebXfFalnLWPz9MjxCqB5srVIHqeLjxSrooPhktze6tm53tf5tudq57TWP8ebCFfXfiurDxM6E38ee/G9VXGycDz+KX31bfvaPHz/2vndt3LYj4u0fg/RcLVzDtLd//B8+mpKbt0+Kndq8c7vQ5m96oZbvQx/etmP9dfl+3j4Jz6L+5VnxUr0Pr+hq42Jv5sv11a74tIrG7GqzCcgpnr/6KVz2q01NovkyEGYPrvAUu/nyXcCNDrT+l/rfR99l+2JeXDjzfhVuGO839CKOjH+7MleXoZmyU4OP/F1ao3zYIjxFoVW0RC7cYv3sc+AXPvzKzNUiCpR6lCgkexTSDgq3F1EiUwg2Vxr8lX/vgI94oiUkllmNqYMSAug9ANgQx53CKgFf+eOJkBekerYOb7CZ8pU1J0ff4F1OtZ4FE31z4Rrz2W/CX8quNGK3u1C7MLVcFtoV4RGCvRx1f5DN3WZVjvJShD86vZ3vXGI1BFJebYO8FpdxOjj7eOHCzDR0ZbVYxLlobUZk26EjMHQvMCwVmBK2xZ/2k6q93JQFyWyrFp/O5e4M1Iow0VSGq/BvxoVjCmrhnQ6aicJS7dZS1GljKvuhavSOLO5O67cVnkP7gdzS1L6dAVF90HsyH74ihcP28sMT+fnTp8tEaN6Vf6skJfy5OyclVkAPsZfMa6mNBNSTIDOSQQow0nvxCD88SSb2wD9YPZlKKkbbv86uZrWo3EapnIlKSWzFYIxdPbtTOzsIaZTy4u2T75xXV4twtbW8q3FRfB+GeturbRRnc6GW4UWEufY7V8+hw+y7sWlfry5b+z3eYXmK0f5usdJqMVuoT+GDh98NG+uvo9Vqird/LP5U1i9+rupXRvvn2No/BbncXJlSysvPedNn8Oo/y6nG3H+a6avQ1c0sfsiRrpevMo6G+IZjvWqW0fTya5klPEZM8z2mRYLpHwNiFhEzQ3tQF01hfxeqX3Rg8iiKIMOeI6wkQZ4LhCn0CmDJNG5Nnn47U628xw2Yu7J60sZPNHo4AreeMFS3j1cihgPL97tQ1ULjsmiGUkDLTulZGO6h1mcvt8dad7QPdUYCIvYCIgcF5HWwCk31xH0B2baFhwLSFHUEBAXjH2hLIPCahLmAkTaIiVMaOgQpBgMC0rQzkYCs1Sa8APV7u4M0uZj0b3H76TW+VlqOy8rQ8H8abIh2r6rcnirNgnJ9fr8ovy0u49rZLp1jhHbDk8UlsT/kSXQqPLL1bwCJ9PwUba7iR7dZJVJTGmKzi+piJS3lpXilIyTcaii4gJYQj5Q1SBjJECFASKKUgXsh2f98ItmITc3KRieXibbpniygu3VheB7G9+Xlarn4VE0AEi+Gsj9F7FqhFyvzvt63razk6cd5+ekf4yiHiRtP6scTrW/1bqMuB9aLymZ6y0Wdq91BDyEPs14Qd5YM0jSMf6FQmBhDK5jR7Zprp4mJBv68eZA781fo3eG2m06MXLtodO0s8oZLRu1nzZtOg/PY9gXlXaeve9cJtl5cMHXj+tl9UMtV8ZdgNKmrjQqj9VuVenMtyvLNvlir1qdroKy7OwW58AIHK4FxCzVyOvCRCgK0tkCT1rNroKGpFtf362yznbtcR3ZMv8Tev8cXvKD42XtUeSExLyTmhcT7QH3rnQhT98SXKoz4H5zaRbXfc9u9DKW+KtwDPrnW9WJ3ACCFw9xfaQCApNpZwzwDWGLnuN+DPWngJKBPQuzR9k9e9KC39sjdlktGwaINwjxfrwOd7erjsqi7Uax8JXfxi9VvquHeg3O3NLHdbeGbUXGWqGj9MmHqmPky2rnNXLl48zFdHSpt4GZyONt9bBeJeiUdaNjADA811JQKQL3ECBnEiKE0evzTdt7ca2YiW7Db7h3tPAzd5HprED1D6AhgmES3NAfLbhR1N7re/n+dX7rV0+LHNy9/pqWY/i0I2lUwEj+Evq62Zw+Y6tFKvsTRmgFz1oBpvR0h7QGm2dIsnl/tVmHi9KmHmX1wmWprpLDplXeQE8wRywWnGpq4f4Mx5iI6ShLPCLWcHSCn19hdgOduiXNbU6bar9mDhgD6WaDp7m++fbJ/gU+KcoTEJbtnxeuDmDult2ngXbLC9IggZFT5or4WY+dR7yDD1pUUpr6kf3Yft+FRzft34eHCN/1r1IQJi5ahfKb35bMPdXlFoqr0XXX1ILTReUeIMlh54CUN8PGCGAGZAgLxdgGs08TE8VzlhtH2zkK5quZP3Sujt94rO9wMq+yZ9iNV5ky1ChZRtC0+Xrhl4eIOcbOuEe7m3PLhYFM+wxHiJMCJ13oP9xVNsh7vlmTrfgv5IXP6u5ElCQ43I9OLXQNHASYN1kgwq7V0jmBKo1cX4Q5jALqAmXYrsmxyswofeDX9NCpt/NSQj9uzJd59P3lqHVGqTXelU0et4k8bFwgTh7ZafopAeveHvESTZ1DT8aP1C4VihB/Fq9V2Vz61HUHJbB1qVH5Wg1RJyruAQd6BMH8CWBoklZYEAe0tpMoZSoQYBEzS2FS+cLHBO1qxSdq+b9LcIj7m19DfV7G/RezvHa/SnIPrQhzSs3JI13sVw74LYSoS/RUi5+KLKXafwhTz0+qq+Bj3skMFO99G8y97MMTXUwHgUWKw9f6F8hCDB/6LJYs67ov7Kx24yTANw4JSLBTkRoR5mbMCcsoJ8Bw41YXbhO6LDzs1g3dtPg17K74Psy99tVlum2Qaj3DaVT1ZnnY9Al60Ds8IHPJicH1nYFGnv6LjJYBOOsgcwAwjIiBlBiEgXXRscrKLjC9nOefOp1zlrlR/heMQIqUqf/vHYq3CwxTVY24fDUnyqs2jSfDVOpIjeICPRbAdgwk5YHRUJX3TI7neoQlDEigpGLHCEMMwhFwQKpiz0BjqXYcmSSMTruDUrW4DIa7Wd7KM07nDdevE1zlG3jamohTfBCKhs1GWTRDVVfQa/xSj816q+cJczC/XRdvfoupv4eduYR+tqfK0As3Tkjm3chSMCQtjkrT4HLPL5gXNAgxiHpbZwYBMnGsHsdK+YbOyrnYlzPA7V/glGT9TX/E/r3bFn9zSbeYmBd9q925/sWbe/lJ3vmUF10pSBxCCAXxeICx4eBZknLI+MZ72v5/KDTy88mqz587yrBze4S4SFV3jAh7jxao+HOQ1LJ2Ui8MoyxIKQYrd+z1u3MJFAcje3dm7O+8HnCmcW+9ulHp3v7pY7VbvNmp9kW4nrjtXKzon17pe3RoBjijhymtOHZEeYx3eAI85sDBrNxOTBqZa329bvLNl/t4tvvCsPyW76tD6nPonMz0z/XyZ3rrhIzLM9KH0PynSegmAhgq71rgSRAsqtULYGhL+K7ggDivBKKFeDeF+6iRAZdN35hnbaf3UPOMn0X7vH5t5n3mfeZ89kVEbF4HSuIjXTm3MRfHDanN5uMC8LYviCtxld4X5sODgQAnpNNQWeIQ0VkgDpKBSiEJrocftEvNhK1Olees1O3Wqt/5rOb8V5irDRrmWvM9EUnW8CA8R6Lkt4npM4uVT8v+LWHaun7N6+Lj8m1d+zxdLbYAESgMkmtR6Q1Zok/auZ4EeFnS4ZKhRCAosBcYBT8gARpw3yDPklKNtaNZhK5NtpwdKzPziDk9+6t/i1qmUwIkJxbxamk8H1mfpVe2CcHplaxtsa9TCtY6IO3e5/bwMlFPxZz9ksivzl2X2tMEQKA2GeL1ebXY9P75tefXA2Cmv9cwcYR1XMExbMVKYIcugsIhK6r1CnqP2XMX291NlZNsnS5w+FVuah/Gk8Kpbp+VcFtWLKsoHtyMufY/N/yZ78j1GZrQBECj1/K08xvoRVB/i9V4IVedq16VPCUSMg95jWaZ0ZMIb6axiwHqK213pThMT0eOgzYkBcvgqbukHfFoSitskcqy+ZU7iOLhCVb2cnMDx607giNoACAx6GDywnErB79hN+ysHszBOw/+8ZJBjKwQV0lhrNGAQAc15l31TJ3AuG72bBM5l0/d9BvVhAufq01ROv4np0VpRX3Lk+evSESnM3HdH18A/VcmHqvERvbsX8+3u/8R//fOrn1+/sP/53a9/ffmvr179/76/+uX7//zb9//fl8+3a/Dh+d8+UvTbIEAuV3q+qH2tK36Eh97GJ62yxj8rL5ZvPOl6tvXOAnJt1AZO3a5/dbp4tQlaM2i279TmfYK6j07P1lXRzFZFFfEOCw4yA2nBkfGAAeEYNlhRgB0VmBNrMGg3Pw9bmTIvbXK44d0kpU1ucGsWEpCdXfLmZ978zM4uUx8F3obWYHSE8Yc27SGJu+uCg6Ud5GsW3VuERBQh6DFjnCPIJZcWMcc8GEX+bFK7V0VJvaujS9rGT+U9vzXvwwhym2X/kJIgR642jAsb3ppx22fFm332pW1MduuUuagLGwVRwdKGou188ekPeYkxm513h6Q24AXjEST9XJ4xdoRJ1SFgo1Bqi7tnJKBgf1LLlFLMec4pQVIKaSmgkBGJBqnUtnUSltqjjtoTUSeC0lDTGUkPg6TMoUfDoTa2A5NjHOoiqMbCoi7Zsye9frDlgbBVmmoPIZaGYYkFEoxwJa0jrmMKpY1M6nuxvgsTqG06T3jzhDdPePOE9wyo3kZ34NTXt8m739/CrhfFe5vYB9e7jr5OumAvCmU48dQDAzST3DgOhKdKtVs5B41MxPReqxODvf9KTkpqxe4uU5+KByq8iR8272cPMrh5PXlH++ve0cZtDARmA1w8mGvXBOhMsJNrB1EPGhmIFKGCQG09gkZLhgH1yIhg9h7CcMIVvgZU1WLcnXGwar6HQXzXO9yN8OZd7ceyq/2zU3ENJB6kvrqdceqWSgesb8szD5rMP+0AvD7tT9VAUTZQvq+ht95Y3kXV6yJvxp8Ln9tgENxx1q4mot+XWTxTd+3y+sw112uH7fTq4fGwnkonrRY8GKiO8MDmGK4mhCXKJyEgZRNVCzWl4WdRWs/fzfRqYe8sH9D4De7fF2k8HdDVcv6fV65ZUKjea8m+0P2nRex/ScFHuKTwQ5BTf7UJP4l249LP311VfCxW62qGvl64GMdUnqgYWx6ix63t3yrYb2aCfv67+qCqbzS6BvGiCg188fr12z/+6+va/g0GrPnizdpXG3cZxOmLmdi30Sw4Tc3/oh7G/29Vni3a8LFJsfqP6nKFx/TiwcaQ88JYzYGNXunMe+YVDnN6BRDXtDVh6xZiAyfBMe3JtFQcaPn+cfghnpNQk69EY9l0Z6W2DN29qYUU3mRNgiAqb/9Yrcc24hqmwOUFVa0LjoCgXHssnjd1KhnaxTOL3HxTrFex72GG9wg5/NOuuCz3S7UrURBeePxRzNkbmwnvNrQT+hut0vJFhZvW5wTHekElzc089GDxqbLgg+A1ncokPEcStjE6OI3R+WG1skMxwz5c76es6VztHqTGtaeEBvAxRoUCCgNhODAcSc5lkig3NnEYKfxbuSn0WUzs9GhaKA41/QBGYjdAuDQQrdup+V7eYmKCci+87OKzB+ej2tR7afvF07j4ECf31dZPpuXXQctHHQeN22Aekvq5v9moD0EM613KF9XRotsEnLuywmxbVpiZtkJF0OHirhukdtwyaLjhBDptwtQbGgeBQBoYzeEepcNtnWRiNk02J6pNhNLDZu8fo+0ZcZ2jtqt31xwRu60JVSgdFFKASJmJIe7pVh467cJY3sx/oM38bCfeMffa+B6CujNm49a77mS5vrKfJ8e/d6fIPEYqAoGd4BRgzpBnnDCOKIRcYZNOkeOPT2JXsqKXZBgsP8BUFuH4Hc4imXieI2erL7Pvs9lH2rgXgjs235UrftjLfjpLboFQMaSdKR+WdI+VgUIRrK0XEmOsafg/DD2zzBnrMG0zWvSaOYmQSU6+0IZWm8kNvSN3uJ6Q8BgfP8/i2++opLSsHibT8pQTiociab64LF9fGt/aIBqSOq+/iAdkh18WPwTxsN0dkbrI70tqY697vZvpSwKkPTMSQ8QMMgwjzBDTMhiBiKF2/nrQyERo262uzMVdBW2njZ8ItAlPj6k3TUJvSn/HwxNk8HeztdqEwaB+r/eSt88exwnoTysHlAyWMwdLGxVDUv9p/F3xqhl4r41bujQ1fl2wra/XOfHTqx2qUEgZ89A4RiQHwkmugKfWKw+oU7A1mTpNTMQUbPcSNDlSkravTyJ4jCj81iZSCobKMy++s4oqVWBLrF269tg9OYrXl2qza2LWNpsorpdlStCI8yq18mr5Yb40ceEsDIHasah4s1otdvP1ttwgiBbhso6heWDzq8vCHMV8toR8tH56pI0vIakf9a+rj8UP4cerTeqkF752GNBxRzQM6Hbn4OB692CoMD1CFnIntOFGMaiBpNBTDKjiVCY55LuNnITHQK919HD9kEQQT2t3HbnDacbX7QOV+zbUgD32SKyqnBssG4ATA64NFCG8awAmkdHXpmUIttA1mRlCjW4YibeYUEOtEoASSIDEjjDAmAklnMJrkjOE5qazEGuDc3rzsDGRbwO8g1hpdhLwEtuwO/FMDD3r1ruLWeKqrJaBNjHizixWV3b75bAx21EPhpk23oGIjh21erG6vHQxXPLb+buUM6ugT961UCn/2vW28MFWUlgyyoLpJIATTJOYYJpqTECyRVn99kRcrEzdz6kXqA4bvv1+JDj9kJ0bRd+mH2u92sYZZQ6/7UxS0zf0uhomgyG4W7eIsI00q1XbNgbkFh/Vcrd/dV9ptEIQzTC2yuwbcZS38vE4wdfGMRA5Ar7Xl+FHXfQ1z7yti/YQ7BR0cQi5QcoaQw0xRDOhuDIsyB1GXgEMUhx2WvlywJjaUQdmFGKsR8UiYzFjMWPxQbDYBjXQNOP+X1yoerWJ3/vHJgp/77IxXwaELMPXbn019pc6KASYCKikQ1RQAL12WAihiRAYOCXKjY7aSWP/+1PX0+peV3PTSfMTDDf+sF5rSda/1IEtyue2sPMwldxE4iRL3bV77mrvw3ERVzLPcRvhy9o6yMuBeZZ+cyq3oRM0DZ14/s7FUKZfq2R6fTKrsnxW5t7bszm92F35k9oh5a2lVAEjLLDhH2Mg0ooYgdro27SFk/hcN1QnA7wDRo/f4C44XZwC6nL9733pS7dZbtMMBVWelnK0JZw20bA7r9A0ZS7m7kNE4rx5gOyj/HX4KD9etLbRGTSNznjj1GU9J0qAGj7BLhTsWVr/vYNRK5yGYewDrrhEcRMZQqE15J4Dg8pHrnpX//i06LKLq0u9VPPFrLTbZr0p4bThGje93Q2WBJ6RY4lob+14E99kNwVtKeTbRuyjlNv5NppQ4S/1kApATbPrlR7M9QNWdvCz4qfzcWjOeL0ZXh9PWN7npymrc+juh+u2zFUWpHsWBeG6HGXVr8v33bbQ62l2AXhY1UTb4BmKD1XTQIKJ/dfvJZnolXTPBeOMMkutUUFvIUYNQNRopLBlTAogDxXWQa6JaRTXQVaIe9Ng19731qoMXK/Kihvosu4B9lmb3ak228tF1mdZn+UUIHem0dpwKZqGS5H/WzQJkHtTLh1o4zb1Ouheo3Wudqdf3FDvvPSIcoC55QoSAbBQCikoaJsTvtPEVGHy5P0+WWy5bNPkbr9rtXZKF24QI9HVcIeOLZyeshRWd7aou1kthIUR0cQplceH1ClGzmu9S8fwjHguydy7eMDJKg0Tc4syhuOsczONhII9xApY3g/Jc6PbaJI2Po7SW++I1PsB+52AdGOkU9Y9OB5CizgygiPOFVdYWOm4txA7xCXhB/sjnYam0i/lDsa0OfkGG7/JrGfi7ZFestKciSUvw+XsWF86yNtAPso62bEuowfK69Vq2cmQFa9uV0lamPZS19XIC+msl5JSiFzMAyMYUcg5jhAUSCZ5sprfn5hJOjYzi+0kkXVXyziOo0HRnJc2izphshzTt7jnXRD989JpHR4OGGCTfO0gJ/E4wfPc2f6gNvMw/Y7GftNmdC3dzoMNGYTEbfP5AY/g/IDTji+s3uYsMrVcpEql8Jp1qnplLPEci608+xJOg/nS1FIbfknT8MsXF5sw17wM2Hq9DB/zMAXHNlzspt/YXznI7U249kBgbpT3ghmGCJThKmMSoGTLZf/z05RT0+tZbG/SsMqhpnuqht61D2zqQ3V5FXNiLOLR1c23Kt+HTTdPVLF00TE2fkSv9ifCZHzn418ekotP/v2/3gby7S7ePvnm7ZPWsillKxAv9OttavG015+tL9Zvnzx9+2SpLl356xJQz639ZVleDyQsL9evIjQT/xn42m+Hvne4WFOyut22bODJf//Hk/PGeBveStPw1r9Ex8tvoyi9vArfLiH4JpToULAHeHOhmzrJU8oV9coib5lRUiDFlGNOMigZbpeCml+fFsYQGpnFVmaXsbezsvyudxRud9MHWC+KHSx0icMK7yM+tXH34FI7G8O8Xkcf/Rcxer5Zn88HN+Y19ewIG1HZBsTSNCD29cK598XPYbTFGfqr0MFOZqVQuKjK1lVRk1qpW9Bdm+Gee8SAkJgpoRyKOSyx5lZK5xz2SW6lbisnUbRuZxYbmsUEmcmaSTtvm4SdN7nV+a7HLIvn6/Ws/uKzV+ViTIxXXem/x5CE5kCHgJ/KCKzzkpS2ZpWxrk2g+WjN6rx6fbbLBOiMoNmGy7I0XDYI0Bgy1Xo9BMzu5a5/pnCagUhLA4kgSgtvo3emcZhxYZN9x04bp0VmBQL0KTYxJo/f5HpAovLSnUfSjkAy9L6oe1+vWEdI1geJlZPtgA19NV/YO42mPbvY2Rx4dXb2Jgj/Nyv/VwDwTfm/h0dnG9PK0pjW79z2fW9dNYyf99111f2VbtZOjhRUQirssMYYG02sdhph4Skmpk0wsP/5SZQsHSZiU5MuqR60ev8c1E6F543iF3uRpjCO+elWiyK8Eqf2p2h/vIgGZXmwdpm2bvVx+Swn/c3ImB4Zbawm65yktXDhi/zZfdz23YdNLFuGor1fU+020L3ePW4BGewpgt5hqAWQgmgHPJQOKilkkvv3oJGJEl/GBu/qtIWk7fvnysiJgeVb3AtwtaDXxK20DrW3REqslTNePvik7Rwxwtq4OpbG1f1UKoA/VW7oCULKj/puf7niR3qx6yXqPLScYsqtR0ZTrKUEhhOFwuQN4hYeaQsTkWN9sdq1/v6Tbgccv8mtWQIOk+nyW7Kk7MU+ZmB7Nd8pvSi1ex0XF+MKNo1APsAE7MtwE83LYJmoNyBqG9fF0riu8CWXVm1s8eurAa5u69LZx/XsEK8DZd3j/jACmGqhEGcUWQEEtNp6hQm2RpZJz+sthH5DGbanwbb1xK+WZQa+cpCTMOJmMQS5BXKFmLuE4KvK08WHmeiq8nUpf1uUw7kKiL62w+VSXobfwyfTvIV7TCMfAx4ynaK+k0w7AkZcZfaeMuNv6e21VOj4yZwlwNtwKkaHZ9avwocpvq3TnHZm19WkMn64WZMGNZljH5Z2MO6J8VRrR6HyiirMIKdE60Bzo5X2qDvTPmzqS59vn5Y/vrhNpuSNfRX7W+dJ/uITH8fBPCsH843zHsfhv/u0dp3Ex3vVlnMfP0q7tQ0+Ymnw0U9NeMcHV/x6Md85vQrmQrok0Fb4mJbXawNDpV0PGCo0UZ5iaplhhmvjDEWICkIddpq0iwRDTZ3EvaTFWdvkbO/DUW3CVpp0Ghre4o7Xe45PuybZzJqj8DZrkrUQ+83qsrzeDoC9iVi98Ea873VVYSgqybjNTgUE3ddJtI3zUL1RX9QfaDvqXX5DhqeDoxp/gwzrfZD9eouOaRhqKc+LHV+WC3xvcHTM/MPSAUu/HTWnWPq3wef5m/1tlBMTHf23XH2ogkh6G2rzfVmi75pL3Uw8mBCgmYSIWWmgYN5awyHWUOjwMlCi5JrfH9Vs145e7YJVd3isZT0Hm0X3sYkU2rX3uYkaw3fv3bl3f1+4d9Fg9cq6WSTDwbmbz4oH0mGRHIv58n15/kAFyvNfIx89QT1HYn3Zrqd4huQZsbsNbWKpv/53avO+eFGP6W9LB8ZZ8dItr1J3qlBnViZ+iVnxSy/H2WVVpTk03rwP8jxW7+C4P6ItQoxDabHBFkPCqESSM4ehUe2BoWOtnQb9stVk/a1GWxWvNBHwj97jJus6HdQDRE45Oflvq6vSG7Xyi2zN8TKVQrUMEnFabn/WOYiKIBr1ECqiY+Q2aoAgmT78ov51/OJ3yd6ffPfEqHJdPrImDoh9P5s5mIpLQm7Po3pIPG0Amizw3yp0v7xrs0ZUjcDtdTH7HVHalq9xnzsgkN7V3rZ6E/l4zlSsLLniL/sb3IKT9fc5bZEnlP9QS38RKTWC0OZaGKLhUSoY3hFWm1uVHEMjnG3joji4jrM/uvKglWOchTeBLDw4UUAEoBLqHQtmsxBGSYysQVIZxSn0RwkLM14zXjNeM14PmHcueG0jqDi8Dq/Pdfi21/AVzVRd61rK1lU7rEVSEAAlgBRBBSVXAklioCaeY+sT970jDWbiZuJm4mbi1tQ7N+K2gVccXUfc127zYW6CMByHLp5t24rXcret3Q27sAo7ywAlHIX/KsQMD0avpsgL6gU6it62zUzfTN9M30zfGDl/hvRtY9g4vo6+r+rD1q+hL5mt24rX0ret3aGvlI54ArCUFgHEoGIQQ0CwBY4CDcxR+rZtZvpm+mb6PjR96+jHhycwOT8C8zb8j5PrCPzGbXfzy9VyHn58DYVpGHydyteSuPuL7jKElxBBB5yzNjpHO0EdwgHGnGBllD5K4267mciZyJnI2R6OsnKGNG5DBzm9jsYvwo+vXwFmM7Ovdy2D95W7+V2p185oCLH3CHoQLGDHlTVAMMxxcnrE0SYzeTN5M3kzeaOL1hmSt4354+w68v6wWu06bsBD4OMz31S7lrtN3QOr11PIPTXcUOKwAwZZyzE23mICwPHNt6bFTN1M3UzdTN0oC2dI3TbkkKcHy/xcZr68xm/3Bi6713nrCgCB5NBjggW31EuioCeOcu48FkjtETu5o+4dQzXzNPM083Qanp6ZZ+5IBARvo9e4uBalB665XbzB4xjtuuMSqj2HXAoSLFRoHITICWdi5gpAKDUjCIUZnxmfGZ9fJz7hGeKzDSDj8lp8Hrre3szr9gYOt4IApAkDDIt4/qHFjMS83ZDBGD3M7ZhBOomvbYZqhmqG6mOFKjpDqLbRYgJcC9UB79obO9bezKeWa2GcQtwTy5SD3FAHXfgDIpRrC9gYXadyp82AzYDNgH2sgMVnCNg2XkzAawE74EB7Y9/Zm7nNWkiExBQzZDlEiGFmrArGLA2UJdrxMcBO5TGbAZsBmwH7WAFLzhCwbXiYQNcCdsQ/9lausTf3igUMUaq9JQg6AjyHXgkog42LpdUe4DHYTukQm4GbgZuB+1iBS88QuG1EmMDXArfvAntT79cbOb4KJYTBhHDGmWYQO0OtRt5RyzCGo3tbU/m8ZrhmuGa4Pla4svODq2iDvQS5Fq49L9cbOrjexLcVEwyAJgRwhYDETiMHHRCCiWDEYijHyDqNW2sGawZrButjBSs/Q7C2cVsijdt648xF8a/hCy5Dz1qQ7sLlv++vVvBMrnX3rLxElgMLDQQCc+ElpBoKg4zTHNp2zypp4Mul4zM4IR/rNOFlc50s4e05u4UNdy9luDpkqdht1HJbDa1HeIBlPijynA4cEG3MkUhjjl6oTfGdU4sgDRclCfYHjKnQz+R6fbBYerWbjFqDCA0hKFVCOWKhtUw4iKX2kKVHd6dNnEaP0NSsbWvak8QG2/4MbhwcL8AoyNzI3Hg83GijZkQaNRNtptfVmRcxVKZ/Wkk5mSordIJlupe7J8taJ6DlxJBAjDBPQw5xYsPkDQtlTWnrJPO0fRtTGSBtq3XIzcQWyEH7PZTAIZTguz6ppDxSNtZR4ePHqVr8mCVgygqFXgS5qg8ryYdo53OlvkjGteEsIg1nebFxqjyJ8IdN+BbxeOLUPqoLfVJW20iHJQc7qZgZjZlQHmujFPLBStLAaecdI7hdjeo1cwdHNN3lsUw3s5XwvRzFdDG3trm0rZgXj0Labebv3rnQneLDXBV3dBbTICSGTmfKfM18/TL52sa7yI4NGd7MtnjVHIn2fWllpCZkLG8WbloLMr3aQSvE2kLqNbbWCy0FgUZTqoXEQhrDEyeVtIlRrBY3GgD7haXKSEqzS1RHkE+D2OtuczptJQAT0fZyFXcBYs3NKo6Ew1PvtvnYu0zdTN27pm4bECNTq/a7q1UgjuvP2G1VsAdt/fduBLYkgsXtgGDDcsMYDVNzbmwwZ4kwxrQxg/WPp5qcXzgVx20pENParkfvcTOqkg5VQdeGnYyqV8v5f165lqWhSqBrPkg0rzl+ceRqI01kGh/9ch7Pel4c5ubZ/DaUjqe62nUEAZYpJiS1GirqkdSQcQkYpBQa6cEeXtVvT2PXZdXZWb1JnWzoT4KtseZvsqzIjliBEIKvwO8jNvnT8mFOAq7PAf7XUO91Wa97EHB4DbFbbzujPTT0pv7ApcNKfOM1/+3q4zICLv7IrBbh3daoqxusCRefOB6TrJaf4qnUETDbju+LDq/83WZ1FcjYaSYYl420N7eJH3Fb6JX99DSWVd+9fNFNjZOUkdrtNvMgB27MGq1Mz+L5vl71Bt8+ebaLfjSh81Xfw4UU7+VHzw4/j9jh56LKJDSV308jYb/Wn/1Ny9BzSsJERrRkGy4EARhQkwd5lzb12zvQkvFqdyNfaMKgYJIyzxxjygIDhCMUI621dYmWjL/9MrQkuJ2W5CBryawls5bMWjJryTPJtTWmJWWiJeGAljxMr7X5bTCfVn25F1gAgSGaGIC9RCJGcDnpJNUm6EqYaMoJMmY9UlUps6rMqjKryqwqs6o8lwxqI6pSgkRVogFVOZDTZ/PbWBKftqSbtccqiZ2ghilCKLMQI0AAJNwDwX3i/tT+/qtUmxBmvZn1ZtabWW+eo97c744/gObEZ6g5YaI58YDm/GnpO0uxv82rCwcaM17takvmMBNOeBvdLiAnyjMjBcBCKkdxumMZf/tVakqRFWVWlFlRZkWZJ5jnkuBwTE2iRE2mOWF+Wm7X800VzPpj6YWXKMt5W3jRlFV6s1fSDSeUHhCNtAOaQeEVd1AE/SmwFkzzJD9sr5mpnBbLklnT5sTeimnjJ6vQWwbalF54qZ9iHOaNJvRO7a5CFwOI/vMq1J+HUfApUDwM3J2r3e5KBzyzWi0S1/Aa8Q/nPZg8xLPiX4POK1zHjzBxI4zXEvVTehV+DU6FJc4eo0uhxAl60qwpL9U79Y/5kDv0ZV2yXm2T1a3O1Q5vDGXIY0K5I85qCzCQVPqY9585EP67502nialY0zR6V87RB+3f2s2QdN2iIQAT5UFQVbjJLAk3wd/NXnUjTp4V3y//vvr0h+wlnb2kvxQvaUkSpKUpXf7sPm77ZpT7fR2mGUNmVK+km5fUI2CpCiaCkcA6C4QWmHotncCA29aM6jUzFdqW4XnuyopK2j7Vc3q6dAyl5K7dJpKr8EFI48i2820w9T8F/hSx04dLFHFOFZ/iD0Upd0UUvPuFXcBHnFpXmIvT8/JjZM5lzp3IOZpwjg8srjaT4Vf1NDkx4Q6WHNf7GhX59pAbr1h1s/57EIZm0eO3aPqvf4O/fXXbkrecKbpibNGiktzVMr7ud65dbK3NujrebWyVrzLsIgarZcUIxriymBdh8yJsXoTNi7DnGzYSvoB74IVYlqjUNMLyO7V5f5Cbu69Vbag0O8iVPapZj1e+RruSz9Ot5T3vOLPs0Xvcd/Lt0g4eVbMXkUcxZcR24dz7XjKO0vxdLWfWXcY/LVbKRl1a7YRuc/btTNX7yb5dRPicIUPRCEPbIPXKKD52wEEfojfl5+eiE+fTCjIwMzC/suMKHpqVY0s4SagyTIOw3nxau4+b8Cybfva33b7MNUX16QUHBQcec15o5QAzhiiuIRWWCWAAdFRaa1B7hMFBK5Nt+u/bnTUNT73zf3iH6+mJy0uTbv/PtyU6Gtg0m/+b1WV5PfmyYbDNgqDUb7SZW5/BRtx9rVA3a/uNfqk/zfZW7B1YPkoGQnjH8cog0HqfYr9er12xl9a8Tn58nfzJv//X2wC73cXbJ9+8fdIOy95HeJsO2sPSZ+uL9dsnT98+WapgVMWWkq/z3NpflmVpIG9ZWL+c0GT8Z2BYvB0aGG8HhkZs4sl//8eT817qT4J1YRqB9O3ChbH3cmVdf2NTx7LQR3ewrXlwvaMlkCPESc6oZJZTrpQmwHuFBBDMGt9GIR00cmIK5tjYLLY2i0tS0+5pDjd+qmq4tZ/GsGtY1ZlqZf/Hl29+pum68YfwRldPi/DOFvN/1FRcuo9F6FtRPlU0rd2DJ6HP7mFfrntYDLZryZNGcLwp3+Vibua7T4eJ53ZJ2WAOul6F7mlblhroOHVKecUwE1hIqjBSDHliXBvc0WtmUgfVu/FM7YEH3Q488myCOoo8oc8T+vvYV+qg5sxzktExjiaRcJCMcbRnw3UId2DHDbF0wKSTgAMJHbFUKGO4hcgLgKxDPlh1mtthmt6Bw/958vTWhlwmaibq10ZUeI5ETYKmIB0j6i9hcjQK1FVdOM7Tskb3LA1thZfxeCLsMAGESMaIYVQryL2mcBinZTtfAU0xzjDNMM0wPdcMR6MwTcLAIBuD6a/RCf9XV3y3GiPqx1Djo7Oro1BtKnW4qpQAQBGiw0zfKY0BgcQGWHqMtHdJOMVgU18BWkW5/JLRmtGa0XqOKXBG0ZqEo0E+htZXm9XfXTeFXAd067Z8HKxNpQ5YqWdQYwUxwFgrpihUUCAOIMMOKDqymto0lcGawZrB+tWDlZwjWJP4NyiO2azb4k/xzOBjRuv2XV3juNlaVeumN3DSKy8Mpc4ihwNUJdQIM8YdhxzrccO1auyr2LPKqwKZsJmwxwhLz5GwSTgUlGOEfaP0wo0arrumdBysVZUOVD0SWhNjEXAGeiQVtI5bRZUF0iCJh6FaNfRVbFpRmYmaiZqJeoSo7ByJmgRHITBG1Dh6QtvhK1yOYdV0qoyzNanXPaIluv0ryYGnmBAJOCdeCQco9lQHS3YYsElrXwVlGc+UzZTNlD1CWX6OlE3CqhAco+wPq9Vu3DfAN6XjbK2qdJOCSec00EQLigz1nGAHteXMYSc8cn4Yq1VDXwFRucgLARmoGajHgCrOEahJ/BFCo3tYvWD+lHLjofwjtcYC+eOV39LffEnAPDl+P4ytYwMuorSNJCpTImyLfyo2q4/bJkF1EPtdecKUs5FJMdooQGy+q8KXivVqVyWvzgH9maB3G9A/ieP/PUb5j+ETJkFUKA2i+vPcuOL50hYvwkhdHoZRxdJQWJb99nIgjKpXoTvF9yKG9yNmOCGMoDC7J9QQDaEI033WTvF7zZxmiS5DczMTG5sFEK7Daw6va3Y3uL3Rva5LYMvq8M8ccpWRm43Wd3sw/VONpTMNtWJjtE1CrRAZp20v2KrDwR8Hg60GqnRDV5nEEGAcnlkjoBiilBskCFXEMgXhMHN/nCDY6ouj7m2Tr2TsZux+LdiF54jdJB4L0XHsvnabD+HKdgy8Sfk4eptKHfgC5DlyhgEmADACQapNAKsCkiHiBB+Gb9NUxm83kotlqzfjN+P33CK4RvGbRHAhNo7f5zp85jH2NoXj4C1rdPMLUAg881Zr4STh2AmDkGcSKaaNkH6YumU7GbnnemBvRm5G7lkhF58jcpPILsTHkfvXmMctQW6EiVraEie/fagLO8jt1+hm6dNaOqgsRpJgagwFgBJkgeEAUVcmQ6geq99ORm5GbkZuRu4NkEvOEblJzBcSR9Z2g3wvooxvx7h7kdYYh29brRuf4LFkykOGFZcWWaoxtRpyA53iSrFhAreNZQxnDGcMZwzfAMP0HDGcBIYhOY7hgawGnVWAVyNZDQYrddNwOcYkDf/vvMBeSE41RUhIA4QilpDhVYdXk2Q1ePT4Zd0zx1mmb6bvudO3PoDg/vnLzpG/SRgZBuP8feN+31WjZswMjonXdVNj3Axuq3Up7DF2WmBpJHMKI0S98h4aYbFAGowsRLSNZTM4m8EZxNkMvgGG+TliOIkzw3Acwy/CD3/p7Lp1eGhC8cC+21CdbmavYOhaqY3n0mLKrQOOQcIBcBJIwfAwfeuWMno76KUZvRm9Gb1nF5E2it4kIg2jcfT2gnw7LBwO8h2ocsBdiSz3HGnMOVTEcUq8hNoqwLAe236bIsj3i8MuOR/sZureNXV/CF/iahuPBC7PBluZuVoU2wu1iZfqMyf3j9l8soGq1WGN+9s+gpPCHiH05RlCHyVxdDiN7BBgW7zefQrC81OMXU1wH0r2eA9/7nquCSGg0hR6DjXy2mqEAKfIYgQDxtWe4+GHp3E7NDDbxv7NytjaiQh90OpNjjSEk592G+9cHQFYIiVIxnu3LXEXD/qLuIsSLMD/3FanHJbnh/ur5ftPzbHhj//kwsd2cOHJOHqURxmiJC4M084hqlfNMdv1q+mconq12a89NweoNpe6uV+wtsxBY8otKYCNJMQrQDVQyAqenp3a/P7UY1OvmpOuZ017Ex2Zetjwg7Clts4uS6JEiy/YbKUcbqLgxfwFsaMNRgr1Qc0XMQNkBZq6v0XZtYdjzBG8bK/hyyM+WHqCnZ7HyZgkCAqnXvgvVpfRdH29Cq/iebBff1kmjKkKY9nzeCb1HjQH17uTUIioCBNRQKmWYRolpdOSaUWRBNCrljYHjZyGHFM2NtuG1maVGT4RcvoNPyRy9ifSH2FP/4veHjK3V7Njp61fqnl8ELUMk/aB49Z7xf3z1tPn+afiZfuDzzx+vb15YEm8ED9r+pmTPj2OU9hj7o5Wuo84fPcTIZWLKWHk1Asqo6mQRusdTYaUrjN9rQtLB4mTxK2PZ3dFZ2o8nDjpIGFS0HeqXMT5VLSPkizorN1m7sL4flZ8v3Dv4vLPiMWynUdB65gsJXuqRa49jsKQDIMsqPQ/5NWqvEdwp7mXTsoAco85l0bXipLgHJx6ir9ehvFYz/Z6ltg2FKqODba/0s3zQYCwgjKuhfKUQ+aU0hZLQBByFLaHfux/fprdFZtpZmST2l39hu/b7grfIEC0xEUkTvp5An06K/nlvG43YKc9C/ZKgOU2Zq+LueqSteO3T35chcrqU9lykMXpbbXxCcuYtVa+9QEzrb3et8/KF/N5pljdeju+4sX6JVW32z4WCyyJ/8Cp4/ErtdnNg1HRDJ1flqn5ta5Lm5G+Wrpk069X1j2YkjAIjQTMYWoUA55BbpVgCHIdJlsyMc56DZ0m9IcNBgXRmkkTyf/Re9wEBVOm8HleXC3n/3nliqZXtaUUBFntyn2/0P8Prtrt2+6ulss4Y6mWoKP2TGFxtys+YSK4cMEUC0N/38m4BGQu5u6Ds6HDwVB8dxG6uVCfAqiq9eKSXy9ev05+/Kw4MLfM1XYXJkn/qE2/qu2n4cEX1YuIRPv25+///F3x8pfvvi9+evn8T98HqlW3idbhu1Vs5m2QxA9xamWLcougmAUDoyTWNv6x7cDbJ7d8U1/dqtMYxJtBuh0i+UFhH+cNsLaJLfKI0f5jNPJXxU9Lsynt/u+X70Jb8UtVo/6Az9XS5rflKHwZZejf31ztVpu5WvzHgZLozhWqx01GUDlsdvVvAxQvggLdrWbzuh8zt+/HLPZjdsC7bTnZLqVhVkrDHw+UUtN0n8ZRT6yX726ktZJwGQKOaK03H1dHtNbu42pUa4WyjtbSwhntCcacKCYdURoj6ZTAJGgu58Wo1goNTau1ptzxHGz769JS0y0ZZn5Na5omMRkEHhPyoBGPGae7unxE0GNpV9Qx1gYZyii1wlJoLOQmyD2I2dA4OSLqsamJhL3du6pbn1riezfIxuk5G6fZLr1jf4tM9fuhehLiQVI/41erzc6vFvNV8dfAy47LyLop+tCU1CjvXu/6oinDEQbeUy0E8JoZ4ZHwWhuIsE5OET5oZKpDg/bNzqqBNvlxGIc3uO5kjKnTAw9u70Zq63Jrx0Y42fk2XP9UoXrf4aJN2xF3ORK4f1SfnhbhzS7mpVdrhIsPKnWvIba1q2rJvxZt27vG/1J9mL8rSVRCKHE4mcdNq9LBZHmrPZm+QP/x3WKl1WJWAn47siPzOvLQFD+Xdertl/qh8kJDRvoDIT0JHSHpaRzP1+vi9cXqo1Hb1D5X6/W2vVqhPLnWTUEskHJeYqgBZhIIoA0GBiukwr8xbJNhJg2chvDQ0KxpKdlEn5TiR+9x33b4m+6O+EXciF95X1Ig+uWEEb9afArkts1a037TJ1Ivnl1aBn8si/i91+VJR7uiebw6iORZ8Se3i9vtm11QDXHnJSJ8vlgEA3gT71uqiNDAtnjvPjUnJ+31w2b+vtYPf3jICX79Hgax0SkboEbzDl+bzWqxyOyo2IGTCASSRiD8aRN07u5T8Z3bBikqfnSdKIR3VaktC/cQ6Vztbi9rqx3HijmqPZLAaEIg4kAoQyAm7dE9nSZO9CZ2210i3M04KcfaDAHIp3Iuvu4+931wRAmUMhTggCqJJF+uwoNEXRsGhPq92Bq3rNz/zWq1OFwR2D4LlkHZ3W1JpbeHS0ANkYLdEKxOvQ92cjavB57XfsaLjYvjIXyG7383oXYYCs9Lj6JoKOxKi/Bv8RNHeS9+KtdRJt7JMGUPZmo5c3UPZqrsQdTI1X5t1EWz+LVn5UrOkT2MLnFuuHuBk7gJksZNEECK7zeb8A5edb0dQ4GL19epj2N6sZvN1hqGrABIE6Q5BkIwCo0ykFtgiGhzKaYtnMa60NKsbGoW20r8yiYh3EjrD8K1waluuURZreUVZUeL2NFe4Gy5ItiYVfFjl7Vq/5niFx/gd7XZlrZQ2XwYMKs2Mnd/5/JuG/fuaqE2FWcvqoOT7oN1AXUwwOeLIN5/n7txlAQ/kE7wg9pE/bko/hR/svmUoMLURe/2JRUtDq53J1kECix8TH+NsCHAQWqkFB44BSVFLTAOGplqraxpdrZvd+K1ssMbXD/FIlNzo+lCUXehneIEq+hKh+9a7K2hZhvgYne5oEWZZry0jSrX6HDb6B9cvYUpZb7p4uOMFMJJLAFJYwl+mC8uo925rrGSCItvivZisr9yOH2ABHnEkTGQWsGCdCgeRAM46ahoT6Hb//w00dg3U7uQ7qMRi0kEo3iQteJdx/E/qsH2y9TLCcmSsSoD/ubLqzAkw/Qgzpmjsbh1ZaaJOpxv7TbVQuyzOPzjQc3xtOVtsVjt4hrGfnutWrpdrSvX9cX8fbRAQxvl5e3aRRUe5MuGxy9NwYd1Zu18/UMtelDY16LftkGP8f2+bt7v173MkDivk47zevyUxS9hIKnUaz1eXdUXa7f1/aWuMysyQntvNMRCCWaAxxwHY0xrZh0grepsf3+i43psZ1Y2NIvKbb/mPpH7+kjz960xXZF8mZ7R7ZZ/X31q7O5tjIeJle3TUj/OagVZ7021QUPVkmOMOQqqt4zECVPCykK/XG13cekyvLXoYbcOM8HV9mEpkFcPpiVA4uhOUkf3Ji7tMNFJPWlrPOIqCqQXu2eDE2E9Z1ZKSShTwW7WwTAw0vrwN4fAngNpCyfaz1VLlc9ebwFwKhv66E3ulwovVbl0WAcPN/Po14u5cZ9qC+JpJ5qllO84VVYxoLBcWay9d+IM++8xgcCF+lBGuCSU+FROwhf+D1WKgSSfQL3nO5JW4CLG8M235ZrWNnYqJmhZLAp1FWyQuG1b9iLQS63Xi/m0S5OfETFTvrbBmJmk5Kh50b75L2ddstmJfr43D2t+lquSf50HYVhttsWvob9XCEC5K35YxZ3uu1qlbJbz9+bq3htwdE2yw6ibLkkmDtU0dah+qbbvh/ZwL8P13iZuerF7uouRBBsMHbJKGoY1okg5pT2lxFbnzlRPkbZwGh0D78IbW8xii7O2yUmgONj2/VtInW9zML16t1E24GzXskldqn+UeeHKrFKNG2E9qrbPiudF/Vh7p57STCpDspefmjXMP9wLtB7BakPinEwPnJOrRZz/t1pdVojcdn2Ty+J/hNLt4uBY5sOig2xIFHOjHKAcSGu11EZzzCnhQFEhSeqVfNDOyS7JZXuz2GClHbZ35Rhxo3s9wOpdV7iiOHXMjqhBVBl2W7s0u328bZX3rGcyPCuazJvbeRn2f33aosoAMfvGs3HxNUxbEndZmrrLfre6inkuvv99vSqjtHtrm7as4OryvYt/xZqhwi5trERIamq08VRbRb22hinhAFRIC7OnzVBLU+0LVG3PmsanDYS47jbX7y6SSddIy4D7RNPGdckyS2sdpO+Kqp9F08+GA01CtH/b1luD1W7gPntvqb8/lkujTehB1uK1dCWeizT1XHwZGLRT85h5qFbnP5YvNbWA6yqNyrpoKtS28GDxgYwZRhjDHkOukNLWQy61dphACyBrsxQNt3WifVy3mWrXRvk27U9jLF97oxvo83KD4m40eplosFwbaEOLohjGvfmn9S5dmSS5dV462Kh71l0oiOkFS429mC/fV38Kcvc/N1GAl+4+/BfvWvDqOfOrRVyhjUciFd+6i3l4zl90eRpc9Nq8Ky+edbzpLL7kmS5vOlvp+gi60RnxiCzecG5MEhdF2nFRXK3sn93HbcyNMYseO5uBRGXvQqVlqBTDm0v3lc14srKjdY8mLGt++Vv45W/lLz+PCvse3HnSshvc6fpdSnI0ZRn/jDn1wDfdkyK+6QoXPuhQtY2RGNsmXmHeDeyLS0Kqse0bjf5uFenhwy9rbR0M+EpLh0Z3xarcoxhM/xW1+Hoeb7+08w9ze6XaX/oyC3yVPrnS8zmZWU5mdo2Lx9P2/L+J8+H3JegMk5zxMdYnrpmUDrH+pVteDeD9srrcOfYkLesYfiTMqgSiAHqPCfDGGqCM505jrRAj7WZR2sJp5t4jA/u07if5bKmM2sd+zMiNsAof8IyRUaQmTqyUDSG1N7VuEHIwpT7A6sCM2jDGgGbaak8l81iE6bWn8Vzr8B9EZQ+sU8ykv2q0Zps5gzwflH0HKEfniPLExZryIZT/eqF2Aeir3QDNP8ayi9VujOdNeZfoWhBoHCNKSsUYIcoqDYg0nhJAje0RvWklMz0zPTM9M/18jHN8jkRP/OKpGCL6D1WYkh0Aum+LBoHelHdjzYC2jmggHeYAWMWhwFJKpzzE3BjTA3rTypcMdHy3W8sZ6BnoGeiTA52cI9CTMAcqh4D+er3alcnXBoi+TcoGkb6v0GE6xAJwhghUAgkHDeWMYC4lIZxSj3SP6ftmvmSokwz1DPUM9Ue38kLPEetJfAYDQ1h/0e7sHlI92fQdhHpT3mG6RdISwoBiAFKHgQXCIg4JwsjiyrOiy/SmlbzwkpGekZ6Rfq0Dyr1CnZ0j1JMYIgaHoR6G59VukOlNyQjSy+Iu0SVlQmMosZOMcu6VYxhorBhHggs6QPSykQz0DPQM9Az081l44ecI8yRQi6HBlfTVajfo5uKbguFV9LL0INmEJ9gLCY0WllLMKSTSGqK1wQLJvm1etZFBnkGeQZ5Bfj4gF+cI8iQmkOFBq7weLvGpjkX8NIOwTFp7fdDPSPWbxf3UPy5jf36rK98Z55uu3h/vmzveOuVvDgnK3M/cv9Ei+10pgBSXZxgKJEb0AE3CPhkZCwUqYsqKkXggXRWNxgTF8oN9VAIsVM55rYjkilsCYn4kBb1xzpLBuKDYyp1b9o+I+NnSz8TPxH8IS/8a0D9kcNIo5JN4TzYY7xlGyrvxCKUw6t4dj1Jqa3TzBmtDLDfQEUE4Ncw6D6iHnlmhPWV91LftZNhn2GfYZ9ifNezROcI+iURlbBT2L/YsGqJ9S6pR3NdVumfKa48JZdgqZjXiXBokqZSaAqwBd3KQ93sOZ+Bn4GfgZ+CfMfDxOQI/iVdlg/Gqb1wQ8cvVMuYWGwD+rls8SPy0Tgf5DDDNMWZOMM+koYxTgiz2BHOINGU95KctZeZn5mfmZ+Y/tKP8NdQn50j9JKaViVEzf9QdJ1rex11y2hrd5XuvhVDOeA0h89YxbpywFGmLNfWADtr49+Sak3GfcZ9xn038U2BPzxH2SbwrS+Ndv3XhXbviuQ/vrH7ZCet1Wapi4V53VqjvlXRtescgBRLGHVkMMDeIaCmocRRi5jXaI77XzGmEr5qble1Ne8DXQMvXETvm48bTZ+Seb+sztCro1FkWo8RE6ay/59s/1p+0OXjjIiA3ximE4RuJFmBWHZ3UnMSRHmK4rXLpx3Tf4Y2UWb19eMexKAyM3adnd0jcOmd2k1PypqDsn2RxeI7FMCer17OtcXj0sb4U6/cW55Mk0jl0SEmveOCkkhQvX/shJTSJTuVpdOqrTbBuzG7oALF1VdQ7Q+zgenfTlGBCOOMAMaCU4k54z5hx1lurKVett2S3kanOI6mb3R/5NfFRi9fd5ybnJNAjVJblWLk5lX9ercrjDkoDMTCreav1sQdhTCw+/Z/il8CKuqRoOtzAOyC9PGUxJmUr8RyshmJRNxsEKJ9DUgtQEgnI00jAX8IH35/38majwkyrPo23kaNVUmOXVqjEabj4wOvMQ6a1Y4ZZRpjhFhgtIFfAYguTw82H2zpNuNI2Z22j0x71c/wm9y1Wr6/0LiacTj9t26nqwJDt5WoVLBWzWgQN6ZVtDvvZFpfxmKDOIae7+IMY7Jmtl6/DesknQ08L3yRyj6Ohoxxfm81qsRg4xXHbFHRPcKwud896QpQw55BnygfQMoEERZ5ICoHU2ODe6Y1VGxOd3Ng0Nu0Zjfunv1d8Pt+fw1Se6bwIT+OvFs2hZ1EmO3n8yxnf9modSVlB9eD0pkmPeX+oE5kmkIIk7ImnYU9vnLl4sTp6xtEuVDGrm5xwdKRmP84pVv0tqsk45j9PAg7ud0cBq9fc5fpgVfiMTRy01Ptqef07r39/hSFLX5kNNcDrMwy5kiM6iCUhV5z0ddDB2Us1doeOXkqKOmYYpY4671wwv4z10HvukMVaAoUBdKp1w0waOM0Ge5waaII92KyBsgbKO7CTMfsho6dGeZ1ET3Ha53UvbKrG1HDEVKewQ22vKScWYs6skxo6AoSR0FPoGJHc8kNqTxEnlbmduZ25/fVxO08Yziyaa1T5JNFcnPWVz3PdzZxZo1bpgbSZaVk3bEshyKwSCENHKYTCCu4wtwhTISAyh5qnbCErnqx4suLJiudhJwz4HJmdBGRx3mf267jWb9y2j+1tWzJE7qa4A2/niRLWak0dhJhBjD3XBiLEEREOoUN4N41kfmd+Z35nfj8sv8k58jsJreKiz++/hvZXfXh/qC8Pkbss6+ap51pLhAS0gHosvdRGOqM49BI4AnrYLlvIzM7MzszOzH5YZtNzZHYSIcVln9mvNsMW93pzxN6uCruhUUhCTwBxXjsFkdZQQEyR0oHczkN4iO2qicztzO3M7czth+U2O0duJ0FVAvS5PZK6pobVscw1A1UOjhdhQFsKPdMCUCkRY94ZzX2wy6HQ7pDk0+WtyTzPPM88z9lpTic6P0eiJ1F+AvaJ3stIU4NqOBlNp7BriROgtLGUSIg5RYAwqEhcP/GcCoX1Ib+nSEGTyZ3JncmdLfFTuS3OkdtJgKBIAwR/Dg0VvzoVvliK7Y/7KxWw6793UxkoLZFjEnPiiOFaGMYJ9A4gRznRrSN6/eOpUhgsykxdVZvRY2gWY3InTl8wcI8emfFAkODRlDK3jrKuUhFEglbhgGV3iqo7T7sR1KFqoK+de+/iiCtMGF6BlJEQbqN2VxtXRWXHlB+hzYjewilzUTXw7F6SGIz5pSXv+dArrVPU90lLR+9XHwTMkvBHkYY/YgaKV2q52qhLVbwJQykR9FC2rov2wp5c606qMeIIeKuM1RoLz6gT4ZJCSjJDkd0LfNLAaUIfGppZ927jXPhAajELs/TwAWYf5ptdsAdmu/AsE4n+De50oyjhSQHwfLk3K/YmWZNMav9B49eN3dtzoUoeVYp6aWfE5ymq5yku1ea92z2suDdDY9gLNS0bckKtn/prF3aexJmJNM7su6tVGPCuTC7WybJiq4JWm1XC3r18kKsIBZ3uMcMaQ8KcZBYBxTwhkgqZOB9125hKzzetVjHud6XpB+9yE1FnEwp6mTyuJ+pNKqJtgYuVL2UZg6L5wJUIBq3+Qc0XSocfhilH5IDeREW/DFOodCz8snxoqX9UzudPh5+iHi31ux96lKEa/edJvszXjbEk/Eqk4VdhrhfVVo9im/L6IcQ6VzsM415xiqgV3sc/YkaNlkIRzJ0QDrcM6zQxFcKa+Xrd+KQZoa65y30jbMhWKTNbXkWARS4ln/SXYKZ8vJiH6Ud439sCkhJX4WkWqxj2to3ZLfV8GYyYMvdJ9WBFLIyToSaPVDRw1PJTMwcKf4uT/Yy50zFXvfDhKVm3rP8M7Wf+qskmWwMNwXSl/KfLy0ou4yJSk6e4wdu8KWwXiEcT0Ryte5iKZl/5xGw07U1b/uxvXyVNRwCKiRh3w7vdmnUTZKdpP+OvoWuvYteKqNFj14qya9XC+bs4GwvG2q5ZLw+9Mu8Xnw7Wk1XxYb4NM81QsNrMw20C+/bN1YuXcQm9TGYZ15VXHyPyfH9tNJDVRayGBrar2IvQ1iZubyfkXMzflwkuTbyYJOtr8ko9y8vpeTn9rvLW7D6t3cfNfCRx8WFpX8G82deYUskM9WpcQUbZcZ+G+p+WDORcDkB+t1ldBZF7XVY8pyjaQc10bol3IBhTuDBRuGhQ4faSObRacTifw2F5Nx8ixVZRiCjDQGhMoDMWYKAtEQIj1O5/HLZy2uziy9DAE2xbZw2cNXDe0P5SFe/Ueushkw+N6yyU6Cw8qLNeBmNhp8KPB2eJl0npsOZqq3SVF+SQcaexdwhp7gCjMVEEMNoxS7HpK6+2oay/sv7K+ivrr/vWX1/vpAudpfLCifIig8qrPjxnUHWt92UjiquucOAXDDHxiGEiiEVaG8udB0J4r7XXRA+orbqZrLSy0spKKyuts/AivhH08VlCnyTQp4PQ/85tA9gGmW+bohHkV+Ud4kvooOXcQIUEYgQLzrAAxBMLkDaIDRC/aiUDPwM/Az8D//EAn5wl8GkCfDZs5V+sdqvdu41aX3waNvVjhX35mLnfVuqmwMPWemAo5xpIToCnRnvkcLD5LQuzgCGTv20qa4GsBbIWyFrg8WgBepZagCVagA9qgT9t5naQ/u+qghHsx9JuvmomAQ6MgkJqLbBGhqt40KB1WHGbHDPYbeNrAD3MoM+gz6D/QkDPzhL0PAF9mh71h6vl+0/FT8vdZlW/6QT2PhbuXQMr0ifXOnxHlsB4AoG3ykKpJWfaYUwRxUZIRFt7PmngNLiXDc3mseuzJq64Pai+/M4Tgf0Gd7oO6qw26KeDeuB12a+i7FcTLRHQXZ9sv4ktNxhfugBYtT+ftvqNrXgQuZYeTPuHMBCce/+00E6FNx+PsI3QDQSbx3NtQ9ury/k/YmhaTs+RwTtVhM2X4D6c42tOj68RiaJKc8K+CJK8Kf4aUwi9VO/UP+bLNMDGxNJZlPnZZV06HmFzvPJhiE1Z+7dY+7em9onBNun958v5pVq0/UjyRu0xM4kOu91Nr8uKchcHQ6dfuOrh/ksns5Y3TRRilb8qKoM+qKqMUoXabNTynYuEqyIOY/WuCivqPuQ5RFZlw6rsMzyaviA9MEreswsgGdUobf4chMCIRuke31yysiL+wAnO3dLupoZyxjnqFfXYYMU9sWUWHcIgU5i2i1zdNk6bB32J6mSCJa+sTrI6+fKXpG4G5weNkhgBMwJJKD2Cw2Duhfa14BwO7Tss765R0bjrLICyEAPBqeUECwW4pMhoYOwAnqcI7cuAzoDOgP7yAxm+RrMfnaVmSWLGERox+efbEneDVv++bMzwryp002hSjYBEikhvkXaaEolJTKQLJA9/00O2f9VM1i5Zu2TtkrXLnZn/+CwhnQRJIzwM6d6OdMKdg33plNFphe4BnshB7qz3xkHmLBeGEg2cR9hb7gDtMjptJjM6MzozOp8KdIeUJmdJ6SQaGJFhSv/ZfdwOM3pZlYwROhZ3+EyZFBZDDLWCBDqpvAnGtASMY2lt+VZ7fI6NZDpnOmc6Zwv6zthMz5LNSdAuosNsfrGI7tkjeDb7wjFC1zW6nvySxu1MSQRGMcuQ9cpQ4xhAGGkH9RCk63YypzOnM6czp++M0+wsOZ3E2iI2wunwuVUnpU5Kz33hKKerGh1OAweMgVZ45hkFwFEvFNJAQq+wJmaY01U7mdOZ05nTmdN3xml+lpxOomERH+b0q9V2d3i6Q4KedSi+5nyHa2ofcT+P1X9bl69xKv/zGKG5cElH7oPPN7jp9eFU2f888zn7n39ljigpfc/OAR2NqZUk9haJkY3OEomDfugdZo76o/dqdaYC0AngBZQChTkAcYrHTJvIEq+ktLh0vuzve7ZtTTYd+GLUTZ4OZHWTpwPTwftBHdRHwZ3EoiJ5FNzDfuod/hzxVx+o18G3EZZDzhDXjhlLHQcSIaUZkEwSq/0RfE/sv54BngGeAZ7917+caQM6S82TxKxicM2Uwc7VNXOGqsa1k4ZQrat2iACYCessUox4YKwlxEPGCYJYlGcDjM8aQmNZ62Stk7VO1jp3N23A5whvmMS1Yngc3quNO87uqsJ16A61utn1DZMYSmA9YggKzJiFnnMHgfGUAnWM3KGtDO4M7gzuDO67Azc5S3AnYaMYHQX3UXedGkDXe+10K3YIzrEBSgjpkWaUKME1VVpB7znz2lBzhOBT+/BkiGeIZ4hniJ+XU/woxJOwUnwYVrosflZLGxPgDrjwLBdV2Tp12zks6EIacYWZABZD5BEyTFEphdNWS+UdRR1Ip62czublrG6uomMYRi0hJ6Txsdvcf8rjir/dj9gyNrQTmVTlsn5Z0XV3oXZVjdHUx2r5qag9RhvOPa1IvFwVV8ulM+FZ1eZT4RYlpbe3x/A1gvu1n/X9QLlm49HcLSr6sY0vrnr2nbnadcgQL3R9rrknwXIDTmpiMaBcAWysxlhQZZHmXbMt/HoKKy00EwylzS6o3flqVo/hO0PCje73UGwov1rX/loWzxeL2U/LWZmzv+l28Wtt0mwbbVuiIjxAMCK0C0ovaubtZRwzm2L/tNtnxY+hi4syt3qZNL2sG38WjaEEMzFl+uVKzwOEfDwiwwajzqvtRbjVHyYEyHii7Ztr/AeTvyR+Dafxa7+ulqFDpSH3Ph61MIugT3fXPyYV9kesbMZ9bq+tf+h1O/KD0/xuBxsdlp9JpPUW97vJ4WN8Yn/b4a98MHkqjZCnYQa0WG3iSQQf1adyfnKx+mjiVKOUwb14FqvlIkzFnhX/Gk9AqMdc+PVFnGKV85G6C6V4xgnPhfoQpjONpG6csp/qRsJkZ+2i5Jp8zkGeeN3eOfdWM65R4p2dlyseg3kS5IbZGMwPHFxTQg3mWu5V6FpbSnLmpFLKUWmI55JqLDyVniogrNiDvdfMaWbXlwTyCQyvDPIM8ryC9nk8f1DH11GWJ4FwmI+xvOfz2qHssLvrQJVuAn2IufScKwmQZEAB4yCyhNgwf5Yu2bgeaCgzPTM9Mz0z/eGMc3SWME/Cz7AYg/lzveosd3b4qurCcZSXNQ5SbQLuNSTAW4yEMgYDLDAATlEEBBohedlOBnkGeQZ5BvndJeS8MdHxWRI9iUvDcozov8atjLE184914SjRqxodohPCmcQ0prNH3EpEYu5kAKHmHAAD7SDRq3Yy0TPRM9Ez0R98uYWcJc+TaC8CxnjedzntcGrE23SoTjdUwBEJIUUxPkAbh7RwXgWrnRikrEFomOqT+JhmrmeuZ67nJZdTgE7PEegoiQAjaQTYt1daV2Ff64sE5Lq8fFlfrfidXOum8oEAWeYpYUBpgYxmMPzLSQ+tpJC0WT2TBk7DdNXQrGxp5rx3Zhfd/AJB78TH7Ka3ewhEp98vOlDOflkWKiJmW0Ir8MoEZEZWh1+FTu6iJ9jP6oOa/RweudjuPoVfV8+0DVgtfU9XvoJ2X+w+2+3/c9zFxjxOk2E05HLaK+77nFYvbf/OziI/wEO5vKEkxIikIUbfzbe7oLXjZy/fUUIHuy8qH3VPiIPrB54RljAjJZJaI68YhsxDx4yzGECl2owxB42cRoq2sXvgxM1u9hCU6H7LGzEi+cljhMRi/p9REPaf4ZAS/fI+JpJX8H1ZMcMiCWUh3VCWK138sPh0kHHqSvv6WuOhXl/pbswozbGWEhALHCNYYaoB4VQKIKXQ6SHI9c9P9VG/0rOynW4sSWNO35Gj+m1uehNIiEkhEeZy1Uf8tEineNEI74t4eLxtOYfRmzhNW7qPxfe/rxcrW1kX4SG3DWhauoSpogp9+aBKvlSi96x4o9aROzGwZTG/DJa6reqHgRhmjbF7c7V4VjxghItrnmxRPtgQTQar9IEy9I6+bp4k8S4kjXd5pcKY0EGMLnrGx3pf1DU+Dq4fpKujhggV8wRpoj1HClEZzyLQFHimQOJv32nkNM60jd2D8XGzm/W4gg6jYGh58MCUxkf3W0YmRKi0scldUyT0OlgQq0VxuQoPWZkkqgqNayyQUOsa0yPQqFyN2X5TfLu4Kqs4tXhavIiLVPu/vTYbtTMXxUtX/LBx7mENluT7DQDmsLTPlkOJebRU+TEuj63iQwSN8W/LYKd1hlBtiYUaf4tjoAmaKsMj+wPi399cBRMuaJD/OIBVd8mtevZElEv53dW/DSJ6VfZj1hOyt388oF7zm1T66y+2fHcjJCYhSIR2kLgJddXvg+FH67rwJqFHR+sehh2NV/5cJh60d3e5G25yq1vbWRNEGfU+5EiehvCr7byajIXJFo5LtquiWvktF8fLHY8whIKYaKfC646r781DR3yWxcXWuLje/nxZzMPLMrtYa7V2y9huQ9KPTseV6m1eSs9L6ZPm/Q/DcTc3QREPK7VO4ZBOqyuc2/x7DMdnFxtFxrRMEhtF2JCW6fnSN2QZ8aM/KO6Y3xhpTxTwFGImKNaWaYsZQ5wqrhjQid7pNHKq+f24Vc0kpndWNVnVZG+cG8H6QQOfRkGdBD4RPgTqerwMkdrsi4ZR3UyXU1YrRA31WnhOOA3/MKWJNQALR5mXwPZZ3Qy2DOsM6wzrDOt7gTU6S1gngU1EDMH6h9VqN2xV+6ZkGNVVcYfUjFHrvXSKOeUhQwopGP4bzWwlrR2wqqtGMqgzqDOoM6jzOs6NtQ0+S22TBF2RNOjqZ1eEAerDGAk/utqozuQgpmMOhbNNWniwQ9Cvc2SHYLzy5ymYgfYah/g70zS3uudD7Bn0P+mBF36rimoGRwVTZ3reJxSMFCnVhVnMY97QpLlnxevGYX9+GT9sA+1qJa4oZS/69JcNV6pmV1Zo29gGNefdpkppWkcGbGI8QNZIWSPlLYVrVdEgt89uS4GOqaMkZoyCAXV0kGmtYe5QkrW0rDPnQR4ppjDGBEPvvCOKa6yZkgJp5D3d66e0hdMmPF+ePppgCpT1UdZHeSlrGqI/6L7DGM1xEjBG4QDNe/vDDbOGt4e7pd3IEEYoMAprRxVRQlLpMadIacmJo5z0mD7F5nCmeqZ6pnrO1nOHXEdnyfUk3I+iAa6/upgvVtvV+uLTANvXaeEg39sa3V1lipG3AMnwwE5DAQFznEICpBYOJVk0++1kzmfOZ85nzp+p9Y7PkvJJnCbFA5T/YbWyA3z31eVBsseyblCVJZopZDS1DlkbKA6c0AoYTAmF1veYHlvINM80zzTPND9TmpOzpHkSJUvJAM1/VsULtdm5AaIv1MzURYNUb8q7nkUeQ8SJZFwarBVFhkAopGJaxOBZ2SN700qme6Z7pnum+5nSnZ4l3ZOAX0qHbfXd4Er7sMtot7SbqQ15gwh0wlEtHbVecioMwYQIhyTgQxb7Lq+0Z6pnqmeqny3V2VlSPQmwpWmA7Z/dx23xUr1T/4gZbF83OxMN25eheHZZF8/2GxcV4YcKu4G20CMDKWBaaR0dZAiVBEAPKLTIJse/D7V0GuaHWryTRDfX3+i6o57vAugHX7Qi57b4oDbz1dW2WKgAtZi6Jh7pvL1ax3zIxTbKn9knPK44/bT48c3Ln2mJ5b+F31xpV3wITa6eFX+KebFKQY0J+AKV3hXhz/F9NFz8w4OmsNmUeXWGD4LvlvX98qqcPF99QiychHvSNNzzL/HtfB9HzAA0wrhYzFxZeIiMflEHGBxL4xjGzBEmAjgkwYIbGQ1CZgRofS/67ZyGi357dwKL627zEKfC9z9lkwIr2Dt2vg1GxqeY53xRVB1vWFKmOFIBJUGbF++D0aOvNsG20GHEvtusrgIvSoJUlmI9TEMju4urS71U80VxEQ8LrzHzLJ/4XglcErJH05C9H9T2Ito+PT8nXxUc+jl1L3edVokzjjjuicXQWAkw54ahoKKtdIi2m9/dNk4TsKatYOOv6wbvUtBueruHmGw1nzLMiNb19wyTrGq2E3oYZKQWw0T+VAzRi9nnNqt9kF18tv0MJGrhOFHbuhixtwt/DXMQ7XYf43Rkn4ful/CzKndY8baTaz2Y5VUGseJSvS+TaYZpXxj3V6FCGKVBhIPu/0POs/3laPYkWoum0Vqvw0y1BPUvEfMJaLZ1waq+XnGmc7W7H6s88pB74S0j4Y9CWqOxEdaGmxParu50mjiNMk1Ts7KtmbnYBMG6VNsGAXeBmlvd80a8KbX+VMT5t211jkn3uzbcCSxZb1aXq0CQ7dqZeSiv1XuzPrMKnyMAqHrKp5Ezf49HpdSpMbery/DL5erjp2L/4KGl+Wa+S4OBp54M3DZnbuzhEDTa631avA5lGRNJFA1Lo2i+VRsdxk/UYek5HeXVUuv2wziTwiPxmwO1PvNUjqShO02lff2Nrk9ze2DWTxCimXygagk3dDyG6u9XcpuuNqutcV01fP4g+KHvl+VSXFGeNltJsb7azpfhWZ4V317NF7Yj2tsi2FtBNMfSnja3+gwzP6/U5nORbrNE2+XS2UUrshHOkiS+hcFhzvbnfil5huNc+jW66y3QSEktZhbL6C6nADHeW88p9kirdoG2386JRyY9YjhPcUxShnOG81e7jXac0Q8afzjK5yROhaERPr+szoQ8CCxPCVSdGjkYYz5SrYtrhgzzmhqGAfOYa2c0dJRyjk2YxQ/jOmksMzszOzM7M3tyZqOzZHYSdcLwCLN/mG+2u3j0Shi7I9D2scps21QZpXZarxttaDwHOi6DBuMamcBqpygVFCFMObVqENtpa5nbmduZ25nbk3MbnyW3k/gSRka4/TwK5AiwVV02SuqyQgfR2gjNsPGGe2EwgRxr4i3VQCBvAB1GdNlMZnNmc2ZzZvPkbCZnyeYkOoTRETa/dpsPc+O2I3jetsWjhG7qdA/mZRQiaJkXxCttBUQKaYag5kw4CNwgpJuWMqczpzOnM6cn5zQ9S04n8R6MjXC6+vMYpvW+dJTSdZVu+jyAnfTOSCYx4AhCaYQXNpjXTAJD7CCk64YyozOjM6MzoydnNDtLRifBNYyPMDqOldD2GKRNWzxK6abOQbYkY4Dw1DIjgdXGW0AB0lYFEkFG8CCmm5YypzOnM6czpyfnND9LTicxWUyM7SMeZsXo7OUNZsbo1+iGaTGjqHLAOm6s1sgoKDEJdrQD0FkFhncNJ8iQkfmc+Zz5nPk8wGdxlnxOQtlYGsr2w3wXBa94sbjSacRsdXlmwuU0604dODtU2k1bRJyCwDJhmVIWWs+QxtoZz2H0nG6D1AebOjGMNm3yDoParr3PQ0Sqp9+zDZytMOQ2ZfRqGSFrKwjsA9DqhynKl2kboiUpiaqkRVebOKCb+LcgnPXWQRGzYwSuzVcVprcL594Xu41abquB/occvF4JYhIsxtNgsdcrYyJUzMVqtUhDSsvrs21zvQ4pTa92JE9KwDQRcePHe8aB5D5ccuH/CLKWwDakNG3ixJDSqqlSEO4wYP2621wXOHoX8lZ/ttuKW+drP3Khy7ll7owWNAl54mnI08uraBN9q5ZpSvDLeHGmw8W+yh4o62IDOi4Z5drDeNYD8gJCogBQWjjgdKuwBxo6DR4DDd4JPa69z41yUJWzq0mzUO2/5G34kfzqZvDYrpbvtk/DHExfXVZHWZcZqraZHF8oOZJgHI46Wan26SsPgnCSzJud4JuD692dTC4EkMZ7jaBmhljsqVIKWeU0lNgmyag6jZyaiarT2N1mo7r+VjdLWIEnz0nV+ZC3oUfy05vRw863F277RZv2P8YVmVXxIibsc4Uqvpu/mwepqt7tm7husylXI/4W30s8i2PeJnr99zdXu9Vmrhb/cSC43UWd6uGScV0O5l392zBiw7uf7VYzU/Zhpma26kM18nZlH8qRF79NeTTH3DVJct/+8QASTbM9aXm2Xr67EUGS0BCehoa8mC/dZZkGsZfVzjRFhzntDgu6+2wUO26N1kwzypTjmhgJLcaYCimw2EPksJXTKHLY2tQZjUfbv+95yrerRTAT3O+7bZ2SeN+zRIzT3FZVaquq1/ed2ur8p/A08b3nqe89/q54pTahuvq9eHGlO86d2MaDrsuymanLKtHolRzIhg4KVkGBpBc+6lqpOBPGYss0NnovG71mThOOXnN3JCTX3uf+J/VxQ+MyZoZ9V4QvWnaqaPrYSIlRMXNczDfnPrnZau2WVcrtmHtun+L7XjO8PgK5SfyieeoX/TIMGaM2MSo8/mGxd45uFGw6x63rzqo/LPa+y40i7OdUuvYnRzItNb/97aQ0S9f2YKop7g1ezu2EaYIkS+Nfd9dJn/+uTJXcT5RfP0ux3sQRZso0jher7TpaRnnLL2/53W2upNHRe46Zk/gYeRNPZ86GydtZCkhA0s/C0SnsrgY4YpTwBgnoEEAUauy9V1BawoF37WpAp4kTlw8fLVunWDzMbM1sfezuFLdB7IMmPhrFa+KkzPkQXntZ6fY0GU5Jd1DchSx2IlxEhFthJPOUCG0AhdRjAgj2fchOkYwuYzZjNmP2a8EsOkvMJj7GXAxh9jDhxR4mg9kuuqXdbERYaemEhJQ6jyhBAgEc2IqBRtJz1GfsBHkuMmIzYjNivxbE4rNEbOImzOWgJRtkfFHK+ZAxmxSO2LNNje4mBzZCceIoAYgI6aESVAEjsJDAeThk0jbtZORm5GbkZuTeBLnkLJGbOIQLMITcgVRBe56M5QnqVejwVggmNRCYWMKItMZghKB2llEpgACsz9tpMgRl3GbcZtx+Lbil54hblnjUCziE2/ApdqvNIG3tvmgYtnV5N0TZSEu5ipmNESGaeu4w0MAKbgRBXvZZW7eSUZtRm1GbUXsT1LKzRG0SgiDQEGr/4rZObczFEGs3bdkwbJsKHdpi6ARREnojtLAUSeY4pI7Go5s4s6BP26aZjNuM24zbR4TbfYTBQwCXnyVwk4gNgYeA++vFp+LFxWq1HXSp/XjxyTSFw8zd1+hAl1llGTSMI4i4ddJhKgQxShFqiVQD0N23k6mbqZupm43cmzBXnCVzk2AgQYaYW2enHAKu2RcN47Yu767dSm0wVVZopxlSkEhDUEC/cgG1VUqRA9jWrWTUZtRm1GbU3gS18ixRm8SPicH4sV6CyT1NhrNLHhR3fRKMZ9hRhLHGlmEApKPOxTzAMayB6z5np8grmTGbMZsx+9VEM4Cz5GwSLSbSaLEXMQOZK/51NQ9jph+aa8ri2d9j8Xg07lCtIwG4VfXTwm87t6z/UibUbW4/deKHm97vIcJxOx+xYdPN+GqUL5mq54ETq0zUTNS7jb1Nh+o5htuKMYAm8WCC9wF6EGxbE2Io1DYp6i4CQCipUZZrhz2FAijEuMbEOGG8ZK0DV9LAiclyvhiGTmCoZoZmhj4uq/QalD5oWO0oRpN4LyH6GO0F1daYGA6p7RR2YBqm9VYoq6XFykEEWfgL4Zgqw7DTCBzCdIpw2ozTjNOM0y8Vp+gscZrEdgnZx+mri/litV2tLz71kbpOy4aw2lbooJUzTY1RwUhVgnsLvJRQC+64chwaxA/R2jaT8ZrxmvGa8bo7t9DZUbwmcVwS9PH6Qm2GVktNfXkIqmVZh6eEAwSJtRYZZ6igDEmvuVTAWwmE7c37yxYySjNKM0ozSnfnFhI7hlKexGhJ2EdplY29z9Jdc30IplVhNzQrzPuZEJIZiRTXXjOCoQDYcOkEET2aVk1knGacZpxmnO7OLeR1FKdJHJZEfZz+MF/a4t+2fZ76UHC1HeFpVdg9Q4pZzAUhHFuvGNHGSQcdgQBKKGV/tl81kXmaeZp5mnm6O7e41lGeJmFWEg/w9NALtcHdoA9qp7AbVgUQN4g6wRX1jnsrOAp/hAZIxiWkPZxO4H+acZpxmnH6peKUnyVOkwgq2Ymgmi/nl2pRvNqfcjtwHExVZ7Y/CffIMTBHqvaOfanq/rave+L5L2O3nhqn19+ox1F0DyfA9D5kF6KlworC1B5EWB012IzF8NtyiBbW7dR8UazjV8pQzVC947NfDsftOTqhyjGsJtFSkh7D6jGc9iKmDit0LFYosJZcYwAt9R5oyIOxyriKua4U9q3F2mvmxKipR8zXKeKmMl8zXx915pUbgPZBXVRHIZuESkl21HZ9WfbzmOV6Wdc4DtyqWnehQHDimHEGM4YZBx4BqYQVinjENGTj2K0a+3LhCzN8M3wzfE+G73UOrfBB4JuEWck0zOr58l2oWXx7tZ0v3XboFFlV1pjpusb4osFIxSMBq9UvTlsvGLvrxEC97jYPEZ468u0Ol13d6tLtNnPztD2ZebWMn+Wd61K2QmuF3wzYDNj7Wz04GMlnuHZQhTYNkTWJvJKiT9aDANaaI0MBrElR1/XKO2AIE8hChKFzWEKhnXTEGw0Fbl0FkgZOM1MfK1MnMFEzUzNTv6htruvR+pCrBeNYTSKwpOxjtRfQWsNkOKC1U9g9IVYShhiAljhrlLDeCymtY54xZg3pwXWKgNaM14zXjNevBa/oLPHaRmBhAPp4/bP7uO3DdVldHUJrLOqAVWNIIaCcYWclRJAYjTxQBiIGKUfyEKyxgYzVjNWM1YzVm2AVnyNWBUiwCvtYHTiesMbJ2OGEB8UHGQMAZRQaSAR3UDGDUTBiOQCQayeUPUTsNAcTZsxmzGbMfi2YJWeJWZhgFg1g9sqY6nEOKbsvGIRsVdqN04r5WCQniiBnvAAOOsN8zM3ijSIY9BhbtZERmxGbEZsRexPE0rNELEoQi/uI7QVu1TAZDtzqFHb4qpwlTinkuRAYU6iVNFIS7p3zkGJ3yNcpArcyXjNeM16/Fryys8QrTvBK+nhthsqhJ2zNlGbcDbrBDtXpZsay1nBCIfXWC+KDdYsgdySQmCtukozYQy1l9Gb0ZvRmd9ibwZc/oDPsOHzbcC8M0+WDv7jd6spcFN+68MLD+F3a4rnvmrl1lT1z6793k2QLIUlcIYBKW6EJEUZYTLGGOiYnaPla//goUq8bT5uqjZku+zxTsb+z6ktPBNMjd3iIIILmI9WSEKhZwsVtvDO7gKZPkUzh1cThViUYWF+sdqttoduvWj5DUT/YfPnu9sy8VsoGZOvJv//X2zBEdxdvn3zzNrymD1XV+sVW7zUIQ8DC2/KTjxU/W1+s3z55+vbJUl26sq16wJaDtXhu7S/LsjzITFlcgym0Gv8ZAOvbeghuZu1Iixdr6aluuy0bePLf//HkZoDo+G7ekbU1KN40Ee906vrG7YdNItG7cLUdzpVUJ9e6s1UpHNKIEQ+AghAyi6AAwjBFCYYM7SU7aeAk6a7auVh9NEFj1g1ObSwdvcf9W0pBoMuioOyqvkRL52pRWz3bhXPvg70TN7JCgXl/td4W3qnd1caVIUSXq1WotrednI9YuB/5vrnufDDRYIlopNOOV069L56/c0vzaSAEZB1KZ6osHQ//GKh0JPQj1j4t8GPofhNLxrFbPETAx8BXOpg+1HF/T4tFvM1+5rDJk4I8KbjbEI5kbJ5j+AYaIyJPiEgPidjzMi6JMOxjnBR1HeE4gtoyiJz02lAoEIFCWewttyAYDy0c2wZOW2R5bGScYFKQyZjJeOYr1ccB+aBBGKNwFAkcWc9c1OGb9qzE+mIfjWVJ13/NMaEhgMhrgIkEllDDfUwobjTUUHbJWP4+gzGDMYPxawIjOkswJuETkB+CcShbWMmF0VRh3dJuwhoohYVCUK2kkxQhaDB2BBAfzUptupCcKElYBmUGZQbl4wIlPkdQyiQgAopDUPacyEooDLuQJUXd7Ag2zJiZkDxMqTVWHEiNBbAiMAF5znSXj1O4j2U4ZjhmOD4uOJKzhGMSxgDTHAcvV6HXy+PJvMsqN8rlPV6ztymzr3NaCu+RO06V23D8gW7njHDijszzoupJse6nMyz3Kr2KvAzNBbQUKvKxEvHSA6Ewq8VqE0hVhDuGR82gzKC84xTdB1S5q22aH+PoWEU3lDDKv9uoOOxNuO26WPniRRz1sfhv8SO8bjN8Ft9drYL4u+L7cse++Pc3V7vVZq4W/3GA3u5Qq3bjkw9XuU3Uvw1Mu1h9nO1W0YNlpma27k2Ax3q28rNSBmNx9BOalWZW7E2sWfVmVvkPvP3jAfCbG7z9Y/VWZ/u3OqtZ/Wy9fHdcLeAxtZCEXqA0N0OqDxbhOTtb9AkNm7Ku/XxYoRvmxjFmWnBBHVFcI+6VUR5Swh0gjLShxL1mTkyI+0hUxYk2dFYVWVU8Qpv6Bhrj5H2rrC1O1BZJJAmCg9qit1G3v/vwbl23uOvabLEiHBFvCcXWUQyxcZoxyQy0OnGAPGgka4msJbKW+Gq1BMpa4oG1RBLygtDwnGK1CRLxprw+OK+I5bNdXT42t2grdfSG0Zoa5gSnxkCPqCYMx+hDaZR2Homh+UXbVNYeWXtk7fHVag+ctccDa48kogrhI9qjFpAj+sPsaxzVIHW17tzDCI4hhEgYziXxXjHnAHcKMCKAQKM6pBG5rEWyFsla5GvVIiRrkQfWIknwISKDWiSKRmh5O6hATFs4ojuaGt34GyugD4+rrMCaSQSF505gTrgAWDg6oDaadrLGyBoja4yvVmPQrDEeWGMkwZkoDc58vl4Xr3dXdtA1Sq3Xs21ZeOSswl6dI7Hq4W6/VXc78ajC3k2nSnc19MS3O1p7Kl+ofa6q8G62DQb2bA2jvb5eZWa5XOl5RG34nNZ9cIvVOqIj6A91mRVBVgR3fOjgHiLnGLBOxpiYxGQiNsbEQ/egUDirCme/DvsH9Wt03eyNAx4bShAkGsQjtLGS2hlvqeQYtGFI/XZOzBh4xtCcynLO0MzQfGRpV4+x80Fj2Ue5mYRsIj7MzYHjWRKcvR45omWgyoHPjOecM8Tj0QHSIi+dVYppQcIlquQQOl9Pc1TLA7ITZ3ZmdmZ23pad6AzZGU8IbNkphtl56GSYwOz5kJfhYXk3z6IXAY/WQMgMQzIAVFshfcBnQKZCbgiZz0/3M8y2ZuZl5uWj4iU+S14mgZ1IDvNyYKsrgdmLkb2ugSoH4NTaonjaqhTYYkg8RsHGBMBqGROJDIHzxSS7XZmdmZ2ZnY+KneQs2ZlEP+I0+vHFlY6HaNTbxwk2TSiYqaSgImb3ctcbGWBrsQn2JCA8WJeG2fAfqxnxCjjTugR02zgNkN227iiX9/Gb3HfqkD0460Te5f7mzv2+K9zCRfHZPi1ij/teAUH05+/ny3eFCeMjYkyVICiq95DTedeyksR+4TT269uSQ/2t0ZJP47uineIjG6JlvdP2Qju3mmjwHz7dvWaDiGlyOq99OEHOyGE+5SgPLbhttB/moV6V9H77rPi3rdKL6tiK0HnzfvEpyMx2t7qc/yMWZFMimxJ3u096CJOz2yqlY3hMgp4w6uHxpVte9dh4WV3sTLrako4VgSXi3FOskdFUGUaIgoxITbjBHPH2aOD296dZEPfPTHT3qcUyMzMzv9jp13XofNCd0lFsJtE+GPew2TsToULI8KEIaVl3ocpyhZHVxmigrZfWMWI8UtYrSYFCB/Cc4liE8zM5Mz4zPjM+Px+f6CzxmYS5YNLDZz9EsmLISGBkp7BDUKAh8lhDgRU2AgHmcMzcJSyyEsPkXJlOExmhGaEZoRmhZ7F/OorQJO4D0z5C1WYVOLLoM7QtGIJoXdqhqCOqTE1iqfESEhqsX06VFMhi6015RmKHonUbGaMZoxmjZ4zRBAX3hVJylihNwkUwG0BpGJdXA9bo/vogSMvCg/gQYxAQWmKEPCWYWuCJ92FSz6y0Svc4WjaRMZoxmjGardHJIq7vBKFJ5AjmPYT+aTO3PX6+qy4OwDOWdLeRjCaaQIukRE4rAJFEUAuvuZHMKnVAzvj7jM2MzYzNjM0Gm+wcsQmToBEsetj8a2h/VY2SHj0/xLJqvA1DNKnQnc1zAy1BGkEBJSfQY8eRgRhRqxx19oClSTMZqRmpGakZqQ1S+VkiNYkrwbKH1N5xihVChs9TTMu6DLXCM0Up4ZwGe9Q4SoXyKMzmkTXh7wcMneJExYzPjM+Mzy8Jn+Is8ZmElhDQw+fPUdj16vceQBdtwQBCm9KDbSUNENUYAA2V8ARyC4jTAkCIvTKH7k1NGxmjGaMZo2eM0Tpa6P5AKq8BKXwQkCZxRySNO/qz2l1tXP2GE44uy+uz/durMNq52sWn81ARKogz0GAtDGIGA2qMIsQJ0AbodZo4Ss/rBlXdkvt9vVht3Gbf5CQUHW78IU7yrr/Q93VPGmF403A19H1b8uS7eeDhphSPiMlXKvzZLJqkpNuY1HT2y3J7P6F4T/79v96Gsbm7ePvkm7fhFX2oAxvXda+2MatpYMHb8hMPFz5bX6zfPnn6NoyZS1e20zzTtsm0Gp7pl2VZJwhLWaXmUWg3/jPA07f1oNvM2rEVL9ZiU916Wzbw5L+fDj/FYv6fUSTLPgw9SL+8/yzJ57qnh4nZaO8uOLJOnftdmRQ6qPofXDlww0BcbXf7UXuhdsVPlzHqPg7bv5RO4tvJEub6+p6zdbjnHgij+W+7OBtIejuI0iRGiaQxSs83u+JPsfbmU5rbdrObvdtfrTCaXOsmPheGAkmVC8Yux5g75qhGSlBIHbesDexMGjgxB0Tb0B3FNx+5w/XGKXpWHn11p9HNi2iLPC3eudWl222Cam8inUuKzsNvw2DdxcjmS7V9nwQ+fxkxza82q8tgBFc5rV9GUf2LM9FqbKzHOsX1iybr+49hXtpI+VRyu646UaWyvoyyuyk7sTd468zWTer5WZwcz6r880fkO0jkrJbI2evbCXkSUUPSiJrwVvZWdHgnYeAvU2k3SXHobVk8Hr19rPaRYO70Z6fFdB/rwFT5DY6/kXuP+B76gHFuWk7W3KZUxEHoN2HiWdUJOq1MDtP5YfkibTP5e1a8vlh9NHF+V1Y1V5to94fJ3+rv0fR6GqaEVXbIkin1YRXhNmGKc1mnpIlStl04977YbdRyWwnsH/K0Nk9rbxsqPmZ6hz85FVg4ZLB2y/rG6l/K8rOxUMdBfHah7mxMwyRBR4SMaZhe6GZaOvtxMIJzoMrBqWycW8c50cJTIriBiDNDFNfYGpEkBh9o6MSEOo9M3Uwwe8/qJqubvBn1mfB+0GD7UXAnoU6EjoK7e5pDF6UDhzn0KnSQ7Y2OmUuAAdwqiziwSHHjPCEYaufFCLJPPsohAzsDOwM7b3vdHNnoLJGdhFQRNobsV7U0jmE7KR9Hd1OpG/hvBOGQY4M5lp5LzoU1yABvJAfEkWF8N01lhGeEZ4Rnm/t+AI7PEuBJQBfhozZ3uaP6adTs3hcfsbyrOh16cyqsgggYopmhDDAmkVceKEWwUoaNGN9VSxneGd4Z3hne9wNvco7wRklYGRFj8B44ya3D07Gz3AYrdde7laVaEGigFdJJbq32kiMjNIRK2xHre5rz3DLAM8AzwDPAbwrw26ZT+Md8ad3v4YVA8PaeaJ5EtBE57hnTOyupQ9ex05IGKx36yGGDCSBMawmd1ohgR6xihBNqy2wPAzSf5sSkTPNM80zzTPOb0pydpTmexNTRznFN8YNXyRq3xffNS04JXlWYxQqztEKF8OHi7lIKYJBT7iES3jIUQ+4Q55BapTnWPDHFB9s6kd51mya2qV0YWG6mfBggpTfpVPw+epOHOK5h+LM20lRG5b3bOLXbs2vlS+Fer9ZXCxWEr3yI4p+K8jHqKJIpfZ/LF3MLP7aqQ9VLHXBl6xX3vdm+rR7pefNAjz/q4kX8gjE8svgpOqxXWCi+rcff0s6qZ/3pMsZc1p9+KuftoMtnu9XMlF0IN5vN2y7sRSB0ofok89iF60MzRmBSCf617tsoCXejabhbsBuL7zeboFNexyFavIkfNkFcKJ+V5bOyfNaUV4QbLO0AjhGIlDXcGYCoQAwj4QhwlCIFiYOtN/dgU6fxLTbpyiZjZO1EPOs2epb8Sk3Rj+pTFIdL9b62Lcu+F2Wo8WWUee1U+H2w2b6M6I0D8S/i+H4VH7YMtPp1HkzTYKuEb7YLYNjunLIR7y9imMffgjX713kwh1YTBmAdsGAWh081GkclfViobhingZJgLJoGY/0ciBNjdl5Vo7aR70V1uezTeFzGUK0j8RiL9WlRGJ3b6av5Yrow1qGmbxLEKiaMukg/RWVv9KL/90kCqnndLvxCbWwT/R9HeNn3qN+qoMqo3epnq4Q7ThNKgddX2/nSbaugojgpvcvUAJVWrQdm7MvuIgKpeZp6VOynfQEdq9DxCKxg2WzCDLcoJT3MhapHLbYXq83OrGx4oM3qsqwZeLWKs96YgPdTUUmWLR/6WfF8sV09jYdvXsbUCaGNuQ/1Sj6Gfiyds87Wc9Bt+5a334Tbd75KjOkKJlByuXypL+qjPJ+besYWp+MHP61SGL198iyAem7el12uRue2f+eygXBpWbxbxYbfBlH7FN7g7F/q40K39U3CJyhbqqaIkVnVS/tl7fbof1m/OrVfeKjqdLr3qnzLddVrhkI+P7Ce3h7A8+xiKviYNkii9ige0QblYB9TCfUkrbMm2avQsfhsMPEYpkYpBKzizgmFlWaCe8Eo836vL3rNnGbtnbvSONHyy0ojK42sNB7h0ug1uuNBQzpG9UYSi0fJmN6oE1psx3SHb8vH9UdTqbtqQCnShiMVkzdCIKFQjAjGrNSaSwOHdUjT1OPWIzDrkaxHsh7JeuR2egSfpR5JQgMpHdMj/RN8OqAcOchnqE5HiRiqIYBOUcKh4wRI5XjglRKWUK/NyERkkmN9sg7JOiTrkKxDHpkOIWepQ5JYRcpGdUjvTOIu1YePJh6q0z3ZiFglAOWKaY0Z50Yq66WHwnvDjAcjOmSKg4qzDsk6JOuQrEMemQ5BZ6lDknBJysd0yJuY1vJytYw792OKZNetM65N0oodlaIEZvGkewiNpRBSgpAVzAMiJDDaj6xtpc3lfZKsV7JeyXrlq9Ir9Bz1Ck4iOak4tr7VDuxjy1zRVUyZjhP52GpXW7WrXazXhDKNuFfcaaYhgdQKL0BQOz45duBIg1m/ZP2S9UvWL1+VfmFnqV+S2FIqx/23Futx/62y7Jj/VvgenW0TRQEiGHqpuWeISCulDlcYsQ5Zy8f8txbrrDey3sh6I+uNr0pv8LPUG0lIKwOj/luHh+12vakGz9wdqNLRHkgx5Q3m0GrLgNEQci8U8NQC6ZSRI55bE5zAm/VH1h9Zf2T98cj0hzhL/ZGECzM4pj+SUTGmRErxnF3WVcY1SVKvu5zFDDWAYKAJs5Y45pggkElGlDCU2GF1krSWdUrWKVmnZJ3yVemUBz1xeVSnJJHpHHbypG3Wq00cg+0Z0u3xgXXZsTMDD6ocPSjwoO7npj07vOXEZ4SO3+B6Ny1YXpr2hMDmA73pnF1vVuETVyIeMBCeIp6GmWiGfeq2iv/7ZGevAkn9ajEPgFy6j9un4dbzeL7o00Ajdfm0yW/2tJa7ujNPC7czz2KCkk15/208nvQiSkEUURfeyqegvcoMXn+YMJXFZ5wrt/u0dh8385F0PIel/Ww8b/Y1pszFM9Sr254w1xfUswuFlmP4SUKhORrEz8DZco0Yjh0s1y3vnnFBfLDHHBYQKcgE9AAoLSQVwFELO0cUdVs5NSXj42HTJOkYv2I2TZ7E73r5ftBw1VHZTsJVOR4xLRZBPFzxOpjpbjko43WV2b7KiKx363VlniLlnRTOCyg9D58SEGi1tpoTybAckPlua1n2s+xPJfvZPDkz7+RRfCVRkpwM4uu57gZItvxoSkZgVRZ3U45qT73wzBJjMIDMOCUYEtJowhzVbIBRZSMZTRlNZ2uW4LOU6yRyjdNBud5/10HZTktH5HtfpZs/AyKDtOWC+CDdEEtkbZiEEKKwwcbjARnfN5TlPMv52co5OUs5T6KLOBuU8xcXajOsv5uSEfkuizuyTSziVmqskfHGOE6Bo4gp5TVGSEk/INtlI1mus1yfrVzTc5RrkkR3cD4o138OH3NQrOuCEamOpd1DXDSjzlKugCVWc0mt0BwLD5REHlk+INSxjSzTWabPVqbZWcp04lHPxfA2wHwzr5Jt97cBmqKxbYCyvCPZEDPjoZKQAeIElEBIpzHlWDEHAVBD2wBlK1m2s2yfrWzzs5TtxOuZy0HZHgnxb2XvzZH4/uFaXT0OuXIGKG8Nhg5zTKXxigAWJ98MmwFpfzNZZH+W+a9H5usTNu5X6sVZSn3iqyrAoNS/3q02blDcm5IROS+LuytrYeBqSBgC1hqGCceMQ+aAsd4GvQ4HBLxsJEt2luyz1ebyLOU68RcUw/6Cr6/W4U/D62pt2ZhsVxU60i0JIkgixQXgzDgmDPLKU8E1YsYqOyTdVTNZvrN8n6/TDjhLAU888gQaMdfV5YiZXhaMmufqsrtmHqTYESY1VUAhSihD1GDPLPcea+kGzXJ1mYU6C/X5CvVZuuKRxBVPDLvivXZxPDhbvKqPty7elHUGtXhdd9bUnTV1x7T68A+6XnrOYkOgp9Ax7QkgQcs7yGVMDS6M00NafrjZDIgMiPMFxFk6u5HE2U2QmwHiZmi4BRS6K/RAMsOFpR4A7rEEACGhCJCIQuqQuwkOMggyCM544Q6epX8cSfzjxLB/3IvqSw57zuzLxnxnqgrd9TvgHVYYQihp0P1WK+wo0BYqLQUtvW973jNVM1nEs4ifr64/S8c4kjjGCTYyw/99V3y7WJn3I/P833ezpnh0tt/U6a7lYc2E1ghbRr2FAAnNNA1zfii1oJoOzvmblrKwZ2E/X2E/S285mnjLiWFvuZcrPV+44vl6PSjsVfGsKh4R9rZOR9gdlQgzaRHG2inGMQHYKgWpYY5IMeRl07aUhT0L+/kK+1m60dHEjU4Mu9G9qD7ciO3eFo4Z73WNrk6HykkihKZEc4CAF+Hv1mtvmaEMD4l5004W8izk5yvkZ+lPRxN/OjHsT9dLIdoK3g+D+UMPy7vZ3gC0XgLlEcAeMCiJgQoKTqjlUrAh55ofJsgcmoU7C/ddCvdZus3RxG1OjrjNmU0YEsWbVfjfsMVe1Zi9Wc2qGmPr72m1brpgy4QPJjoNUi8VIdQxpwGl1jsX1PyQQu80lgU/C/75Cv5Z+tXR1q+OgNTt5tvNVajcPM9+jCSCr8saQ2P5ICffeMXDjHwjNT9Pnkcam0iYxx+qK8moL8lo4ox89afadcS4yd26qXK1quJqOf/PK1eEpsMjFbsLtSu2u3lgcxFzgkQJLNbV/mXxT0V43A9zEwS+2qDaVo3Y8BAVGYIMO1vsNmq5rcZrEQZ0EUZ1aPFqoTaLT8U8dHEToxmW7549bAY+faX1wl0GGb0YynHTK+4nufm2rPIyVpkyy00tkNVdt7fPcTMuo3eSiO/H1ceoAF6UqW3DiGp072b+LoyzMB7KzDDFy7hnXw2TyPCY7PXHmGyrzPP672+udqvNXC3+44BmrUjHF1i9rkS4S4ne1b8NpLhYfYxHlFVpdmdqtq36smv6MlOxL7NLN9tWfZmFvsxCX2YXMb9WlIy3fzwgaNP82z9WL3ZWv9hn6yoAcJSulaP/EF1pQlfcp+tLt7zqE/Wyutoxn5Kig7yCGkHDlXOIcMklxpg5yQjCwDKH2/j/pIHTzKTHgdUJDKSvCqsTG0Q3J9PJfouZSremEkuoRPpU+rEaCwdUqkfIEJViUXfpBhOkLICAEi25VoZLAbz10iFONSaHVIoNZCplKk2X1jDbfKdnN8xkvTVZeUJW2ifrYeLGmitqKGtjWnYAVweNRQ4zIxUX2ECJkbfKO+QI6cNVnZ6vMdM10zXTddock5mut6arSOjKBuzWIPiLUvj7xmtSNGjBNuXd/B3cC4qQjclwMSOMM4y1xRoSTxx2smfGNq1k2mbans0Mm2RS3TupZEIq3ifVQChTLZbrkfClg+JuyJIiDDkJMceAoGANGkUtQ9ha4YQi/BBT60nClDKlMqUmpBTNlLpvSjGQUEr0KfW6HqV9Sm3bkiFKNcUdShntnIaOK2qQIEhDSr2DWBnNDWTUHlKqaSRTKlPqc8Im89x1lLUss/beWQsT1so+a+MRroNrg2ZfMETaurQDWgw1s8pbjazXlAhIEaPYMWA9VVibQ9DWbWTOZs5mzk7KWZ45e++cbaMUCAR9zvZCFGq0+MH4hE5h1++GUyo9MJQTFybakgbaEmA5MloD2IesnyAyITM2z7gnpJPIdLp3OuGETp0sphdBeC+OeVubssYNvK1HKh47B334F58ZRTFye6s276eKozhyi5tEUkztfz3y8ZpwivA3F/62rd/YXgguVg1Ulm4XUOW2bmlcDLooAyuqp3xWPP+g5gsVDKFCxfbK/aVCLW0RH7eoH/aePKxvFxQxOqbP7ZhwjMbkNYmOgKgvr/0zwquhOXJAeFrYXRuDBAkJIXfQIS2d45B5LSUkTCMHkhP60iZODHd6ZII6RcjTlyWoUwcx3VheHzLX6LisJr72EPdl9d/W4QvHwLLvPxwmEauGaVNhtq8wJL0HtQ4O/GYKMeetVU4iybF3jjhHjVec+nI60hHjg7ayPH/d8jx9MsAbSzQ6S4lO/NQh6Ut07xjsangOn4GdlHVkVjgPMfbYMxbm8wwLgDFRAjvEnbNaH8rsFKdfZ0nNmvfz5BSfpZwmXs+Q9uX0ldqGifSAxm0LhmS1Lu0eVw+pswYIjINGxZojTIEWRnLiBfOSHEpr3UaW1yyvDyKv5CzlNfGjhWxAXi9Wu1Xxp/izzacBqY3Fs7Z4UHbTOh0JtpIIIJTkkEhjqcUaY0oUEgRI79OzbQdaynKc5fhB5JiepRwnXqaQ9+X4xery8mo53w3IcFo0JL/78m5+HkSIY4pZrpiE0alAOWQ54IxCDFRPdvetZLnNcvsgcsvOUW554ncJRV9uX7vNZRglPaHdXx+S2KqwO7X1znopsLaUeu+B5woyG2a5ijtaeXx2xLVqIstqltUHkVV+lrKa+O1BOaRj+3ltG+U3ktS2W9xdQNYwaFYmHKdhJFIivJXCEVyeUAck6CvYSdLZZpnNMvt5MivOUmYTHzAE+jLbT1Nbjc6RHLVpYdcclpyyIKYWW0OkI8hZZRXBjmGJNe8tHU+SnTbLapbVz5NVeZaymnhEoQGPqJ/L73G9X1T53W7uHTVc/XofqeHfTSvKdQT5ncpyEwuffaXOyldqdLSfnccUHpPnxGMKoTF5HvObKkuPe0+lVbqzXWgA8ERTZDylCBLrJJQOe4ghgt4cauO0obvRyecryFkr349WvrE8P6hH1agsJx5VCI/J8rV+VZWg3cy7arBu99AXhhWRQc4doJQrQz12jkGLKPNUWzUs5vfiaZXlPfta3Vji0VlKfOJxhciYxI/4XVWSdsz7KqnR3RMmzAgnHPMCxEPYndWUeGjKaTV3bFim79ATK0ty1tw3lGN8lnKceGQhOibHo35ZlXwd987q1On6aBmDrTMMUsocQhJa5rEw0CnqpEhSkg+1lOU5y/ODyjM5S3lOPLYQG5Xn435btZzdwHtroGbXBndhTg0A5FJLzQHQAFAmgx1uFOWyPEZmSMLv3pMry3mW8xvKOT1LOU88uhAfk/Mjfl2VpF3n3XVQq5tMkHhjgCXYCim9lQxCpq02lBtuqBuZX9+xp1eW6yzXN5Rrdo5yLRKPLyTG5HrM76sSsaPeX2mVjjh7g4EOc2gOsDZcI0wZowYzrVSYaxM3LM536QmWZTnL8g1lmZ+lLCceYUiO6+gxv7BGYR71DutW6ki0syLoZq8YdkZTaXyYEVAGmHDGC1vO9gcV9F16imWZzjJ9Q5kWZynTiccYBmMyPeY3VknYUe+xtEr3MBfIBOdIMOottcYzhKSRhikirfccD0vzXXqSZVnOsnxDWZZnKcuJRxlOPcr+sgo/jx/niDfZpq5zA0+y0apHvMhGf/N5Ijza3ETie+xtXCu6eGLPsdHPV5jwu0om6zPJf4hZ+j6oRRHENxg+xm124Y/xNHJnmwPLgzi3OQT3uQXP0Tfs2Lg9O78wMiaViV8YRkNSeXAW7n7sDZ2G2ynsLk0jC4Xn3mPhEfKeQKiI88RKT4lMDkfrNHGaJn08YjiBBn10YjixjryNND6oV9eoJCZeXRgPSeLB+a/74Td0AmynsHt4VjBtNRKWaesklRAYbRzlSGtEIUqiDztNZEn8ciVxcp+r28giOktZTPytMBmSxZ/nS3e1HpLGRVMyLI9VcUciGcNQCgAhEoBSjBWwGAmDuaNMWW37Elk1kmUya8c7kEh8lhKZeE5hOi6RBRqXyRm6RipnqGuzCm0ItFIgawgXziodDFelpCQM2iSXfK+ZLJlZMu9AMslZSmbiA4XZkGTWrkXFm7JgQDzfVRVmu7rCsIx2anX9lBXBisc4A8O5Usx5B6nQACjNjQcDCrTTVpbWLK13IK30LKU18WTC/Ii0HpHT6yT0IIU6UpAQywQD2nhEnISW6mDvKoOQh6OymaXyy5VKozar8E4XDySZ7BwlUya+SFgMSebrdehONzBgPwy3bdmwbDYVuk6FjgBLlIDAIOyFpd5RY6lRGDqHhhRn00yWzqwz70Ay+VlKZuJZhOWQZPY8EPYDcPj8soPirucBCRNMiix1lHkDg00dI3accNoHMxepvkxOcYZZlsgskefnFzQqkYlfEAFDEvmd26n5onhZ9nJALm1ZPrusy4elM63U3UOh0EooEMDec8lptHCV9FA7ID2Gui+jaVNZUvNeyp3I6nV+P/BBZDXx+yHwOlkdXr9NpefIKm63WneJyHgKndY4mLvQOiMJJ0JBByAz1Hl+XGLzim6W2bvyRQBnKbSJWxDpuAW58LW+Dz8IT/X6YvXRqG34Q/MC94Ibas1cWWu2rWvN9q+5Et4jdTqSSwTTSGuHJOMIOQ4IgjzMT7EBlMNE18auzaquzZquzaqunSi94z2dSn6Pvq9rz/mdUoKfLwu3cO9UENGmJ6W7bSmvsZ9F1c/in8q/7UJRLTbPih8W7vd56Wa7tIW52u5Wl/N/REG4A2k9SUY7fnl3ZMkOilXi40NSH5+ftqtLt9vMTV+W5k3RoQAdFnTjyzRggEJvPGNEKkI8QhIBQhyBROE2dcthK6eJSr+1SeRj4B1cKxR0SqEozGqx2virxdNi35f6yOr2OOzy6OpQZ/GpM/ir325LoQg3dC7cpWo5i0UtFom7DUndbX5drcqoahdGTy0ZxetAn7lJBOTjajUzdaV6fMy2TaUD5/CjdQ+9wscrf55wDLQ3kXwMtNwTEXCNiJzoCv68NtHC4FfL+aWKFtzQ59tLy6zYXcy3McIjRnJU77WJxahOjbcrt13+z10RnrfbVBjL6g4cwp/G4dG8xpONwKNj9+z8w+mYaCZ+NyT1u/l+dvBwiUS2ZbPXXZ1Vz9h6Fbq7EhRj463ABikHEfIIA04cdJZzj2iru3rNnKa8zls+T1Zhj1Y+D1Y/H1BMH9RxfFREEwccwo6JaG85tCdAs5dDC6Ij1bppfhF1gJqgyzmFVEukOLUKQG6YUILhcaGtGsuim0X3LkUXPeQyy6joJt44hF9j+H73aakuO5ZvqNUTprZWJcJH6nS3NIRDhhGPOZaOUmQow4YIQ6VHwLt2gfRIgzeQ4Y8fPz6rpCiR5lKEm9G7fWhphmctzbZ61V1xDg+6vVM5bpdIp5LfB5prEpC42ZDUzebbxSrJl138EObs8+1uKBhZ1zVnLtac+armkZDka35wJDD5hr/8PKU53OZEkjb6bu51Vhr3I675sAc5Bpodhv32wz7pQLm8o50Kf/NXiyI+mlrUMhzH6znGKF8/qM9uJsrGBDfxwiFySHB7p1fspedi8OSKg+KuF45CzmESZqHOAigkoVox4piEWEDg2njlg0ZOM2PPQSJ76o+UQjrlDuFjlMiJXXBuL5gPOvccFcrEEYeCIaE8TEq/lxc1lJC+W9rdwbccSOoI80ojp0mYXgJABPAWcsWc6UukOj0R/WNQkVkgH0Yg0VkKZOJtQ+GQQL5abXZ+tZivhoRynRQOC+a+RjfKgyNrjdaAa4akQFoYBDESimGBHUJ94dy3kwU0C+jdCCg+SwFNPGsoGhLQX13oU/jvYbjkXnQ+VhWGwyWHa3U9arzxGmgpkZAGomDfEsM4BkzrML9KzkcdbisLbBbYuxFYcpYCm/jsUHxMYF+0UW2jMptEvh0X26Zid2fUQq0ll1Z7o4RWMuaDV9AAzxjFZWzKiOQ2zWXh/UKF9w5CKm8vwPQsBTjxLqLkqMZ1v++OKtyq/Bp9Gyp1hBYj5hGXGEmiOJbWYqUMNibQBCPrxRF1G5rKApu17d0IKztLYU38jSgdnL+qzW7utuPm8bqqcI153KnV3QklXCkHNWbCYoOtBJB7xIBjhilK+MBcNm0rC2wW2LsRWH6WApt4H1F2TGCPmceNBF1rHh9W7Cbs8hIEm1hxHURWOee4x5oBYawCjCXnlY42l4U3m8d3J8DiLAU48UGi/KjGHTGP9+rvmHmcVjrIfqkIx4QZw7DUQsezC6n1ClIENXP+iLrN5nHWtncmrPIchRUm3kt00Hvph6uli19l1Dz2VYVrzONOre45R9JxDjEhHBmMDWXaEYIAxx5JC73ty2unrSywWWDvyEECnKXEJm5LVB6T2F4YTU+AtoPBNCPVus4TkAIJBIEGUcON8CBMcIEU3AADhODjQjtFVGiW2vO3ix9AXs/SowkmHk0MHNWwI+bwXt0dM4fTSl1JDdIJHCLMxxwHFnniqDWQUeZhULfmiHrN5nDWrncnrWfp7gQTdyc26O5UH7A5JKhmXzQso3V5RzwpQQJAgbRRghGCHWJEaAyDvBLohhaH61ayZGbJvCPJPEs/J5j4ObHUz6lcTTL944zW9fXD44ySq91tVU9Q0I4CcO2l88RoSK2yjpb/Kd9qE02TNHFqmOnGxgRW27KtWRhO79ze8f9/lC2zSUSybuv+I03jRymqJyrC+LkK3+lqG4djjD3bf7rvvXdmVzy3dvbL9AdnDojQk3//r7fhQ+4u3j755m14Ax/qdBzNt93OwgBfLd++LT/fcOGz9cX67ZOnb58s1aUr22meZ5s80C/Lsk6QhLJKPSxCu/GfGL14MCbe1iNqM2vHTbxYy0R1623ZwJP//o8n5x0cBxNfJ9bxdbrS5VmAq8364lBwdVk2u4xlXeHtlRzuszqmjYHKCYAl9h57joVwFmvpRbLwe9jMnQsxnVCI6ZkJcedTPrwEVx+3+rYDMtwr7ktx9UD75/m6BTjxdWKkq3VDXfX7gNYtr/e0bnu1I7RIAicYxQQj5hyEwkmmHDcOUCy8QqnWbZu4c4ElEwosuX+BbV5WER+wEdnSiL2MqzPh3x9cdc51HAGrexHY8w/lhomvEEt9hf4a2lkdjvQP8WJ3mLeXurnzpAuTPBDsSEyA0BoQgRzE3nGKrUoUU/v7Ox/geMIBju9/gG/ncc42pJjKUf7jm5c/06J8nXlol0M78aphqVfN/3XLoME3y+3h8H7vlkFZhoLuEO9e7q40Ui+ko55qLCXUUlKHtHeaAuOdTPxSu23c+VBHEw519GBDvXyyQodh9G6zulraCu0DY18V2ysdPm7RflpXzkayJJSSkLinsI57itrOTUWUF6vwo1IxptOSWF6NMpOW11OTodKuFvAMUcOoE0ppwoT0ijJLGUWIS0vbg6sGm7pDKZkoEc7oHe5fZNrXVqx88Wvo2qvYterjVlkdtpWwlP18WmmKp8V+gv+0taBiltUwXXB/uJfcql/IusTTPDe7e5KhxHeHpb47P6v4wHF+/td4TObrVYdji6Z09iGeWLldJRQbKOvO1qwi1HhkpXYGcMehwBp7Hv5PCqbbeLGBhk4jWNtgbCuA8Wq5s6uPy4nwNdb8TdjFJmRXzPTvdsW3v/zy+s0fiuftnkOa3Wvf2SJ2tth3trs2E/Orv33yolr8j2Pg7ZMzWJ65VHHauVRL44YQ0CvuIyB5ouKfipftDz4TCO3N7crEC+G+MafbfjAkfXosZEh8hFjqI/Rvy2gtvgg33m2uDg2csnB2UFhxoV/UDQDXEHmpBFJUE2EJVRxw62WY7rJg/7cB4P12TqPCVdme6bQ3CQ/6Dd83Cf62ugomymJRLOJaTZmxbw+AsndF2rvAhGUZcljuX2YAPGoAvNi4uDkdvkpfXotX8QO/uVC7t1cIQBkGyPdxHW8X+lj8db6d7+LRAL9ezIMeiEMoGL/vi39/cxUuz9XiPw7YcqM8mvVvt2//aMqOzdRy1pePcud8FrNHzuKwnbmmV7MPda9mH2OvZp9WV7MwW3j/9o8HZGtu9PaPA7ip8HA9+RJvKw6GdokrCzjBXlMy25dUzDu4fhBjYKIfFSROYMWkIBJgJom3VHBndRsYdNDIabTbLlcf98b+bGvcciqPjYGW75t3fwpmTxCzVaEC9uLYCdbMylaztEiy16GL7Ybx69jF8hyZOrvpX/av7Q95+/iLmeEk3lgcjktz55C3A5FLjnfrlXT9PwDGmBskleRKQGaMM0ZxRz3Q1CEwJtOnnuVmPulkcMxcDYpJ5Hqw7fuW7OeX6h+uOu+pcaxqVEIl3nEXuezpfgGmXrHMAn7WAv5jIHIAdmOuhE+026xmPy236ziSiu/cNozL8hvGL1wuvr2ul+Wmskgugt7arWaNYRLeSezCvO7CzJZdmIUuBMukctiabZsF1VHzo8+J9fJm1kfio8ZTH7XXOxXMsIHT+xpobWOFodMWDzI/D9c7kvD5+A8+0w4p2ww/X5pPd3UC5dF73JpgE2R9rj7h87JDe47tDhxJ02XnajFmm0zGlu5j8aer0GZA3bvom2rehwnapdoE9ISZzFqVWVrCLM2H0Xy1cc8a0aoSvD/tngK2UAGpu+0fzjBL9OhwP7vk0HxMkhPHNY57kvzSLa960ntZXez4frclXVc1jSGkwHoogOOCWM4U9NSpmDTPA7oX5Pb3J04dHp3ITuD9/TWI7MTe4jeW3NvGWq2837pdfMJvwPr3p8k//0v3riy+gST+macXN0MX394TDhI3OE56OOgliq9EYThLfFrWXVRAMQsfgNozFw8sU1ZAK6wHjEiBpDyAwhT54TMWMhYmxQL6fCyUwo3jv1D8FxxDw1C9zeDV+4JD4jbIaQ8OL6rB16OD2V8fwENzoGtnl4VybhRnAGLsNLVCEkOYRxAFYDivD/jQDPovDBC9k3nRszIdeCbE4yAE/nxCzGgU7RlO/o1uYEDQBg1dE6K9HL7CP+ZL634Pd2H3BY3EIZOzPjT6uc1qqR5JaNYt7fplOoYxZjb8K2DCQ+CM8ZZayQl0zBzaFdOkLsuWxRfKjSnOBb8NL8j98OI2VkVLC3hftEicVjnv0WLoCI5KOEbP3zgo7qY9lN54bD2jXhAOvcNAOxPmJcAgTIE9AMZEJ29kUyObGtOig563qUHvCR448RPlYhwexXdup+aLcYbMbFPhGErqWh2icCKIN5R4Aa2KnqNGYiclQpBhCIwbI0rdVjZFMleOHiJ732RhD3n486icJ16fXA6uQ3QT17TrBANZazqF3ZPZLQcEIaY5kBgirKSVXnmCiFXMYDqwDnFyvposw9k2mFSC+TlPK9B9WQaJt6QAPWL8sFrtBrY1fHN5gBdVWTe/K4cYWQOpcNwaq4mLEaIKKgUAAkId4KJq4UujBcxTiUeNC3EXuDjAADptOoHvCxqJU6aAPWj82X3cLtxuCBzLtGgAHm35gbMEZ9ZaJqx2TFtFnXHcBQuEKwpJma0sBUjbyhcPkWxyPCaGyFtOGq62oWZ4wLI8vK/yv+Hv22/+R21T39cOJ078GkXnjNH5u+L11eWl2xSvVTc9/PzdbFuWzLYqyQt/cL0j6IpxHmYSHALJGUZAWoSJl8YjxxkzyXEr3UZOk/ODxmbbi9V6n6V6Eik/coeHmFYcfLTidehO42VdSnib6NJ9ckUQJBNEpvTjLZ24XQyOCr82+0SZ57a/cJI783NrY+jV8ybYLjr3LOZLF8v+Fp//x9Wlq8KwJvZijnFnajlrwvxKD59451gW3/zsIty5jrPaOyuPejEfStoNI6hw4vkoUs/HNxv1wYXKm6HNyV1T2N+g7Bd1jyAVFBPiLEOYhYGHJGCKS4CphZZy0CYA67dzmtxX7c30YpWeZjqJwA81fb02J6XwT5cFo+pFEXtRNL2os17E+Cq33VUBo0mii/duWegkZcxn6N1g9l6tf1uGSdz2mh7+eRVtiwu1qwJAqutlaEhU/MG8CP0qyi+8Df0PHXNF+AxRJENZ/MnbJ+8WK60W0UgIrzaoyLL2s/+tA7n/5cWFM++D7VAaJf9bFRcb5//57c3Ghl2Zq8vQmzK7b2g3qPh3pTn/m16o5fvQ+e/SGuHx1b+UgCxzt/RDVooLt1g/OzmBfo5KuX1UyrL4fvlOvSvPndoEYzU8X8Ov8ouVSP9lWRK+1IR3FJqynLm6H7N11Y89Gsr4lBLwq7IfpYFwhOwDRL1hgApO/FhFJ53jZvV3l7yaNKNjVTTgeXJQ0HVWk0ZQZQlgVkmCtbWIeiC8ZUQyTtpkYIetnAb1fmuTAH3gHdxvCF1R9+AQ5DF90bZEdzytYVvhtIZlM48KwHQBS4tPfzi7cz4eKrAUJy6bInXZjKsXQ0IQFxX6EtC52t3wZJ5qiSWkAEikMABYeMhgPDKHANVueHaaOG3sHzQ1ycA/fO57HvXx9nnITzPkE4dD0XU4XG0+Ves02+MhiqFetGlDvRtFKh6pfjRg8Qa/+9wVvbbpyRbw2iZvvV43SVRi8vEGo6Ub0Qh9t9EuquyRItxkFeyyYK+Gy/Ep4oGcoXY5w28z5sW3/6x4Oa/z4MWlgNL0ni/t/MPcXqlyfhFv3jb9t1/+7S9lk5/OMzbx+HA/uxBFMSbQiU+g4D2B7oUoxoE6HKLYlHTn5R55bqyERAAPqfFeOA4B8FwIwyhIVt2b35+63n5e0jnJavrXIp2Tr6nfTkgf9OS3MQElid+dED0BHQgajKN1LGiwLevurkMVplkUQKEQMcYaDg0SDDvrHefUHYjpNEGDWVCzoH6eoKKzFNTEcU7IYdO4gMOm8AwOi2pd2M2eqqR3TnJrPOHcYWYBEcoLJQEKV9SBrNZNZGHNwvowworPUlgTnzUJesJaR9sOiGs9iMYEdl/cjcnnHDNItDaOEqwFVsAijZQVXhkj2YHI7hvJQpuF9mGElpyl0CY+YxKOaFg0omHRMQ3bzeGHHAfCYeO00pQbhYBGSHivFUHMOD6oYVEW1iysDyOs9CyFNfH2kmhEWPGIsOJjwoq7eySQMuMBk55RRohXXgKIkFWaUIgwHBRWnIU1C+vDCCs7S2FN3LUkHjWH0ag5jI6bw139GsQTG8u5hT7MXpl0TAbDGISrDjKn+Ig5nDVsFtoHElp+lkKbuOFIMqJhyYiGJcc0LOlGalJliHDh/4M6tchggQAzwRh23GnNxKCGJVlYs7A+jLCKsxTWxFdI0lENi0c1LD6uYbtGsUBGGYo81opLAyiV3gFlgbFeWqzRiIbNZnEW2gcSWnmWQpt4O8nU22kf1vFyvpw3j5eIbhjt88btaC+36cWOtBrDDFBYAy8xVkIYgh3SDniFJTfQ7KU1beEGonrEwbj+EEFMu21OIrQHT3+Ntx96hvDEUrs/4ir2pB+AeKFifFIYWW6zjKd26o0K6K2y/JdyOOoHWMTzZaJ8/g+YCPG3V/NFhELpWYgA+P/sb7V9lk+Z+FKOkSGJp5RMPaV+iCcMfecW83hI5eEB2D4UzmxduEdB5+pB1jTkpEbIe4JjbDKj1DmFCRSYWkBaFnSamAoGnUbrc7UnQUK/4RslN5gSDH+7urwMEvwmnoFXnnq950Go82G+NG7bHH1tLtSyjPUwq0UZjtMcl/00FB6cLtMCZL5YBGBsylieyrV4e7lahQYvo8NvsQqP2wREZSyceghw+U7Dy14PHv/XLew/xcumwldPNZq4l8mOe1ll6P4aJeKndGSnM5TqNUSpmc0P6lSgG63RdT/TBhEkgGZMesQ4JoZ7a4WmTGAnfTtdGWtuKgAeucE085kjb+x+7aTndZRh1aMWhiUCg7nzqZxxNBZQE1j5tEJijOru4269CL+LJNxHg94B7m5/6nk+L3xSYCRubjJ1c/t/bhkmeOZiGQbIu0/HYkD+4Zaz3b7mDaJArvnBkTiQG/7yVGwM32YiZgw3fntgTBAocs03rhI/NBOrAIf5+zKfy7LKN5Bkf2ifJ1wz5dpJHZv4rPi+hk8M0y658i5MumKOmzCju6dYkK9sSnUj6T27kBY5RqjWt48CcECog4CWKFtD4SzN9e7ZnppiyykFVGhOvWKQIwqBNUYhj3R7dEbz66msknPAC7qHdZsvCi8TL6jeXkAfNJxlVDhxIpzwQDh7wSxxbA6HsrQlXdcCbLGx1gGKgWCQeau4QxIBhaQDgHVE9MZhLF+ODZCF9LZCmk2BM4/HGSUNSUiDDkjzXK+udgegUfW1HmfKgu5hOBRY4qUm2AEULAEpKcBaKuKcYZTCDmbKn2fKZMpkypxEGXyWlKEJZfABZX6ocpNuD0Dj28s91jRlHdx44rkPcxmvHOUaakqVDcMPYg8w4Fx0cNO0kImTiZOJcxJxyFkShyXEIQfE+WtofXWAmw/1tR5ryoIuaJTA1kNNqOaSQk44B4E3AFLqhPS4A5ry55kymTKZMidRhp4lZXhCGXpAmVebuZlXuSITzqz3V3ukqYu6ni4IeuGogZRZCRD3TDnhoaGOIIYO5lB1A5k2mTaZNifRhp0lbURCG9bbVN7u5perZUyIW7wpCw73ktsKs11docegfq3uko5UzmkqmQFhUmetpYwoBhSyhEgNeQdH/bYymTKZMplOIhM/SzLJhEz8CJmOMOk6GnU4RBVwABJIpTQMCyQc0VI6rI1gGDM2yqFMoK+YQDc5xDQz6MxjB8cYxEDCIHG4xnx4vGK5Bjx4uGJb0k2yz70WDBCHlPJKGG8k91R5Tr1VEnYnYjc+WDGzJls7mTRnGvA4ShqYkCZ17n2l5sudDkJ2kbz8WRj7LXfaKrOqyh4/vZLuwYwSEwsxZ9YDxDzwnlBCeKAL19Q5ucdPr5mpKLRuG64c1mft6YRTHf1x5BYPQqSxDxpRFAMc125TXv2oSqaEkVhs44ll5aFP5cia78qSEktNiGUZPNALkX5Y9//k1Q9Sp1s6hJ39m8qxTo86dIEljsEwtaO+XYSOFT9s5jaM9tdl5H5vJ03HOjNf1pnV0f3dnbXRGgfHUyqiNHLIc4CVcg4o6BhEUAiorW338kebmwp7R24wzYGVR97YvR5iV37eqh/FKsBuE6ytTQxpuoxW1m71UW3sNoKs8JvVZYk/69a7i208mrak09OKbLsYO9rJ7FAGklan1z5kTOditdvN3RAe0pI+G/rZLH4u6z8U6ap3Ww6SoYfpFd/kiVJ5fuQIfL2eG1f827o6bi4eu7qNx9FdrqoYvDp6uXrS+rGrTBXxPUx1It02dmJ2ta7OmouHgm7jWXR1J6rQRlUJeiP1qunEsYNGR+l5w1PpWOJZDlPb9cWF2kRj5c+r5Sy8LT/fzfoZO0xVabZcxc3GstJh/o42X8exuocRaOOVpwo+G7/DRCA/+rzXmK64S/IJYtDeDnzQZsL19kk1lQ7PEENUmwl0PwVIKSrbefibK/6pidPfD9MmbrWcRe+TiVQoLeYmhi8/bBzao+P9LabSR8X13ILQyCiNEu9zBAZodBCI1sjYUDBaWtbNfcu5JApLQKDhHiJhHdZUWamF4xbYPY7SFqYyHx8TdiaYMH9x2Jk4Pu1WYvuQoWnjIpu4ciM4ILK98LRmhA6HqHVLu5GkDEjGBbflkeWSIKMtEZ4pyp20xPcEd9pQtSy6j1t0b7Lbd3fCe9torzjn3pbnnu++kWD9+1MR/8Wbf/0v/U38Y/LP/1r0rmx6V97eExQSb2uEhvT4fLuddxbC98p2XzKszavibt5OQ41l3GGnKTTAKOwohwQIZYSTXPcVetVIBkMGw2lbc3lGcQZRZuMUSryxER6g0A9XS7sdYJCvrw8SqCzshs8DqyglhlMknZdQMuogg0IBogkEff6UTWT6ZPpk+kxCH3KW9Em8sxEZoM/rK2Pcdog/233JIIHq4g6DgMGUEGGgBBRxxABzghPChWAKE+F6DKobyRTKFMoUmoRC9CwplHhiIzpEoSrL/hCF9iXDFKqKu5GwiHMPCbXSS4M9ABhrLUwcyZoY2V+hqRvJFMoUeujVVXaO4ssTJ2bEBsT319VmYS/VekB+P7ZFgwLclHfjSx0ARiuDmNQSGY2ItxhhgCT3waShPQluWskinEX4oUWYn6UIJ97BiA+I8M9qEz7qT5dVLt5DKV7E0tm8Lh0U5KTKQV4KiTjAzCANCUNIYAQBC1cF10YkJ/IONJTFOYvzQ4uzOEtxTtxhkRgyqNehN6vNoEXdFg2b1HV5N82/tyAKLI4HG0EKsVReOokt4c4h2dfITStZhLMIP7QIy7MU4cTnEclBl4XFetBhYbEed1dYdA1p4jHl0ACNuAcMMiLC/NdLqqHCnkMx4KywyEZ0FtmH9zICZymziWcgHvIM7EX07jfbBqN6u6XdKTAmwKsgr5QxTJVQXEBjMDdEe4qF6W/nTRrdm2U3y+5ny+5ZugjyxEUQd1wE50sXP5Epz/+rshR17OamvDz7rkoZ1BrPg6XdrCBQUWko0VpygzgBElmErPbEMyBosik21NRkAj3c+DSyPPKGHkKMhz5mkOBdJ1y/DeCNYWJBqhfhLs4tq5iw5tTeC7WLQh/rN60+TSTX7XYxrimMvhiKVkn3s4eNl/1id8E+L+bqltFRF6uPs91qVh0mO1PVYK7XoU6Lu7pRy4dRVcNkuWFEFU98H3Hq+/hddVTud39+PhYtW/fSLtVwrOxIeddJWkIBfJhrcAW4o0Bg5A1UTHhNnFbtIeYjjU1FvdHmJ+He+Ju65vwdcgfkG/mwXfa9vQJAAbXPU/K0B78qILaCX2Dl1bbMZnK1KZbuYzces2JJPg31xLjZHP/7VcT/np4CgSeOpBiPHmJdj4Lq1Y2dZt2MrW1Ta+Bs626drklrvfbKEGrCnzgHCGGhFdQEK++EZ8MnXXcbvJtzrw9ucQcHYB++uQcwcr8+1GfDtgOTH1cfY/6eehyofsKA8L8yz8AvH5fFv5XftX7uqTIJHFq0h9kCZuF/ZZKB1cflrBxZzZdqDdxRy/cYhm5q/yZ+r5gcwvIvzszXrnihNjHBzmLooNuyD5uy3szU9Y4cc3td9cPUAkfrT5VdYOgmUzLxoOn7zijwOgxCo8IEvcxjZVarMvNe1altk/XF7Q/EjlP5t4PfPwHns+LFYm7KhuJvq0lXsVq7ZQDkOoiadTs1XxTxg9zTgba3Wqi7bnifXRA+GhPgxGUU02sE+Bq5PVx2H6rTsW+YVpJJGkwahZBiTkovGcHQhvkrgE507ZuehE1o2Jyx9OZl974Y71/mfcvxgy65j8mwSPxGMRuR4ZdlD4cF+LIuG5XeskI3DM5QjZyk0ljJsfOGGigEV1gRxNNjkHrNZLn96qPy71tqrwvHhw8itYmrKO64iq4269UmfrpjhrNpat3EbD5euZePq6n9W1P7N321tIvT03D1u1HmQltEGdGr36fZJbvmJjcRZHZMkMvBeDtBHvikpfBqtY2bXanp3HS6NqyVLpbqw/xdKazPithY8yBFOXzDD5bFNpjoQXo/FeUoXi3j5aoDT4v50rpgV1u13MVduGhu742xRmjvyapGAMEZgDMoC0i/geQbeLD9fXTkn51NjcckO/EaxeKoZB8V6J4bS69GdzMIWKeAwxhLiI2mTmsvrHVWGKwEbrNE99u5gU5OxPpgwWYanTva/vWpULO83pX53BVYxL6hcGqBfXBhTfxDsRwU1p9bzdEX1kStjAhrU6ObxgYjgzjXwXBWSAgDrPeWC+IIIBAxOiCsTTuPSlizcv2X+7GZu6KKyTeYnSCq8CEt5lFRTdxCScct9JN2m+PWcqxxI0t5tGLPSo41pzaQu3e/A+P4yA3uX3aDmCabZXvhvFDbvdSWJ7XUvynnqKGLu7kJMthKbhTkbSW+F6Ev5fNE37PVppRfHWTyQi3fhXltKfZhqhx6NDfvi6t13MMJ8tusQ8e7rTaTq9mnn2khE/ANol0pHh3pd2Id1xtgLzYugkMVP4T/XoXREJhbfZHXtXvfm7i5GS5+mC+N2xZ/nW/ji9zGH/9f59Zhsq5sfMkT74uZsmMzNfN1x2b1UJltq47N4q5rvFh1bPah7lj88fvQsdmm6tiRXbLylc+aVz77NYpMYxEMbZN1WUbGWJa4yRI4yrJRhPXMjU5p9/QY6nyZ/ZZIoS20xniBENFeK+s6wSmdNibziD0rpt32HIXMtEmmDgR9Q8iUJMsUOwuKJe6vBI1bZEMzqK7Ujk6jhqt1AGe0hEo7ZwGl1HoTnaOINJg7bsJ/0AjgbjOhytbbV0e6z5p3UfAN/FyL7eQ5V+bcnXEu8QklqU/or6tV+21/WaZTzo+rVXgPl2GOmOxErJbtnHOsQvfMdQ+UlMZ5LAV0RjMgrPfEWcqxIrLdZx1rbSq4pe3vfb/N+4kWlEZav2+oPa8WjYrwWV/U3WnXc4p/vdruiq3b1Y5Q4b28KxOalWRLl34CqRaLSK71an21KHdUS3aVv0vbXm9W9srstncx42zf6K0Yxr4BwVbrMiyO8trF81X1Vc7KL4KOSW3inEjIEaktXu9iANANhHe2bWoel+G6Xteb20hKFRYUYCYdlxo6KCSCGDBloPXXinLd6A0kOktzJc3VC9tbIK0ov1q46NEY14R3paNFjI+uX++Tou5leaZwIq7nJaU0COoxKW0H9VkJKxsT1sQRkdAxYX3zcXWdlO4+ro6LZ6jQzZxlLZfcCieFkhALTynDmgktqdMOmuNyGVrLKjar2FsKL/uG8luqWHSOKlYmroeEHZHaG6rYIE03UrFtvY4oI4+110GXBpuZEU4QM04C5iGw3kQ/yetEOavYrGL3Uhr/Rz9PxaJzVLEy8Tgk/EBY68WC+vFG5LSeuM/2pyv1RbRbpbtOJ5SCQbtCwKhz3sczNDyywirnmdVwUDq77WVVe6KqrT/L9Yq2qvhgarY9v+vzxVd+A/EtlSw4SyWb+BMScVRuj6vZriwdU7SDNQ9ULZJOeAsBNFzKoFwhRYpLCDXGRrEbCHNWticq21pGH1TTTiCoCFxjDY/rWXCWejZxKSTyQF5/nocXYgfV7GxRlg1o125JN4GdJ5R6jhmnimOrnXcivF4RprOSeMRTOew2cxe6tHODyWXv8P3cs/T19WgdzB+l7tsrrRfu5Wqzvqji+EuBC63NQwMbt93FitUDNEmsHo8SXq+2u2BLOHu9nI+lFtDl+7mM72cov0CvuJ9kIH3D95hX4IBV+BuAp8orsFEfi+e7OL7KfdBVlUzA7b/nq/p7Vp9bNeyoE+lMnWMg9Gammt7EK2ViAbeXvmZ0Hdl966PqhnkEZOLaScExZB63cDo3P2bgDFXsrtYLIqBEwWIhLLxvJ6mSUCmKYShwUA7aN0OtZsxOYuScRtofusbP02J9E5vpvm2kL52d5BtMMzsnZ2fiSkrhATu7093U2OxOZA7c4PsVDt3fQ42qQrz0m/0UhlogaF6W+XKWZZKhU51H8/9v70+/JMeNPFH0X6H6Q+tLMJsAd7/3vDlZWYtqRtXKp0ypZubWOzogCUZQ6e70Jt0zKnTP/O8PBnABV4DhjCUz2a1uVYWbGUEQ+JnBYMuoe/UxNuLoWRBbhhVC4sri4IMXTwSddNxI4ZEunt6ZozaNvET7lszUPm3p5rdrZe9su/Vb261XbMxwh9GKTprn3J+TjhoprM/t9AyHSEUmTVS3fteUsZbjlysSUTU4lkmqiuUTBN1+P9hC2EtCO7ECZLkuddPUTr0wQFHoo5S0ocsT0laLXZ6Uv07k8vRsKXbzfH5GuHg3p+R4JiUcMNhxgX1cNmMl+02EIvODxP7ANBlP+Kyytt4YP6ewWY17SPOsUkmJAQeSfbXHDQIZp/ByN6LWyoPBbMJbI+P0AAVpVjCpTEnyJc4RApADftoTJrzJH63LRebsUFLG9Mh2+1rnkG+z8u8XfnrCJrYNZO0w3jn+SqenOkT8aPxwvCW3cGDmSFcHiEPYNCzJt2wTvL/Lz3lpsJ3Bi5SWTxUVfjRpNRYBEnVM+L0YCyN4ME98LGZeiArgc8epGsJNeDGzhXDtU5UUPOrKwaN8Pob+ez6024Kc7sDz0/Xgj/zW1QKWhSwnTlNsI4oJoRFywsiOPZv6AZFaV4wIWksBdEQzdBIz3H/WKspA51HPrxhuYcHU6Cs8Sg+GPNTf/kMep3F/l3OFwNMmkqxkE/kAAJ4VDOWLc5rvs5zpGNhk9cJm9A9Pn57ylXqRGhx0dzZaGQeNd8ySzw/Zv5hp/rEgx0pJV3oLFgP3LnUw8qmSY+JmKOa5GYopHJkmG4pwLckQOYOCY8ijC4BSQK4rB+T+lZK98QMcIUeihdhbMI0Pv/VBcPBL190eeuwVSZTS1PeC1LJ9FEcERyhNEitGSQOBAzFrASAINmvJVcnbdXFv5gnPDXe9mr77jAKQwQANMUBmjaa0YJjVVPjNSkZHiTBdqxwtwDTZgH6R3LsaGBy3U/NkHWD4cL4cj619JI67DSDIW6Gqy/hkuFBWI6m2vgDSBg/ktdV0kJuEheFe1AMF15LifV053vcDYSegyuc+RIWS/Vr7wPu4MPJbt6xZnPqBFVpukNqB7WA3dh0rJARhy7Ftt02bGRG0FjaMil4FE8Zn5lmx4L3YwAIKkuw2Y1/dYN/zQ+2Pqq9Q2CaixdFIqnL4cIKtd0dTT7R8Ofvm/HCi90UG3cJGzJv+r0Pr5mNDsaZxMzaqr6hLzaSZ5oSdig8v1M3FtaSYZ9cfbUf4a7ZP9llKR+tGNc3B7iuqudpRs8SD+lFD6pX6EYxIXhWzJuXrVFsJVvTN/0DKbP9gCBXZdg/smCSy/dJaww8mv6qqHPQ3ojlLFZ0qOhceP9MjWEWg6D9eImrwwx934Z9exMxxTOTVZk7QLTEwu5SfpTDUd5SwtQiFqJtaA7WFWQVn/OW4Z8M03l+ifRaTJz1BRfVg2voCtbUN9hKBrikwGPPUDmbOk9Qs93p61YUE/Ck4kkK53WAejgZW1Ny+6xZNmSLsGFbE9iPLoRgjEjhu4iWO46VO4ls0QG4U+CMNUwd4snbT1C8MsMKvGLAkW+I79ugVgMvfWWht4NpA6xlAS4pnd8N50Oq3mRjZeqPdJqbouv1ibI94QeCiMEy9wCGJ79jI82NKiW8lsTOHWKv2ntgA62u2sFz2H+8KoFq9kNMGVJpAJUWRe3IU+U/kAF4KiFABL5V04z8wsm45KQ+kAsdMS9q3tVSE3SydIEhS13KtFBPHJcgKaGpjFwXEx26UtjU4VVJXQ7A7Upyrq/vx56wDZIrH6OAZQisCWrWneKi4WGE9LONurXp38Tg5CBapMO5yzP7rQoUHvLqmIdGeV6hjr/lsRtaUB0ye7a73SP5l6D16x399fl+RY+IQYssAcIO1PfffV57Mv1K4jmV4zea3EJ9x6C17KrCs3KlsdmAQ5pkPQhRuHM7bNEgqsUbXfS+FinudqsNw3UNBrZyMD6d9doZep1DWcXgI5ZRmuiefGTaUbbhb9+89u83HnuP4hJlvyEmC1LXTKPUs7KSJbdm21OygFVKUq2GdkMp29cks4eVMUbNyZaibf4oa6dxVvfpQT7Pp50X3bNceqy5f4havCjo7kE9UmG5VrCqEKzxAUZRzfFdddVV9P/kKgdd7w+ODjOz8x6rSZ4uFGXvvhxshUGqSbJxo0VylV+gqrg0eDHCQQ+xbddnwh5ew/DwTIQAiwCL8CpzWUty4J8eN/yJuYN438SVgB7JFth+5cqt+GVy3df/erRQe0wSHxA1c6vnItQmiiQ8VJ5M4ibywvYTvCVlro4oLJrMJnzEHz1llp6oeo76Ac5/mMr4xrcVRSGxX6Ug1uIrfV814mzhz9nN1S/e3nzm3iBsBM4fts0rMG+O9tB1hD9bhubAJU1rCq5OXaWBS70Tk7Jy18myZXdM5RIlm698xybdFfoFQ/Sp77Imu8NkYO+cm/nHZ8bh+fpMvVl3c6/Tu7m9jsfPUyCJFvHtyxPvfs/LCjKW3zFL6MS8O5RBQPnMKk1mKcM47tJq//0MHUpzE9YlLohRbUeww9e+m1LYC2yexHVPUBrj3payFKX2560LJhPTnVvb1Ff4/ISGFRKDY2bZmQAExhw1m8PLaD0a6p79ncGoBfKjQogskN8YxZ5bB+czDHMkZ2hwxycUDj4InBZyfVs5ReRxIBDueiP3S6loKFfbkUGEJYqpQQogikvZUdFsH9t2JH8SO6v65GyfnRpGVsh0Vex5JAsfBdkp8y4l8C1G5iGxXxlq7SQItSfr6+SLK5+joaG/FHVZlgEDgFNtCdSIIxL8I87guVS62221e3NL8UhpM4SZZY3knjP3ALN4mrLO8Mf7vqDB++w/eXFc2w3/7D55NUscjsx/o72whwrNhQ/JsFMo2Yr1x09UL399s6SJfQJj0xEscIOGPrbPT2Cv0fhy+wC81wUsNv90hPKt1LJxrhGL4Im+Tz+QYd4K6X8DNFZhWWEVuuNbabq6/CZfkTxXQyGbt9yJQby1rtsYyyXKdMVB7OkzXQSUFnXvuoKHMT/vsHN/VADH0TQFRejm2BQ2av3SNUidNYp8i2/KdKIkdz7Ws0Mdx4ltB7Mudcmv2dVvE3PLXqOdnXS/U5AOeW2N+D+fJ7MjWKjHSy/lScEc6My1pfrwx+DiN+7zYJ5KFSg7kX9J5tvEgiXtD+EVSl+IlqxOurFRFL3ujjbysy8BIzOAeE24ruRVNyXRp03WmTQmh/Bb0D09i8S5Xs19DnOvXCfAu2rnO2gD/Y7N3zNrYq/0U3H1jfKRsF7zLGSgcH56uZc9gFI23gt/6mmc2Cmaf81HMqIUWkDU9FkjKOPC8ji9UXJvtmfXddYjG4iat1goHTmhGjLD1+TUaYvTXbqXTwAq8iCZOGKcRhk6KiWOlIYoTz6Gh3xYVHxW1nm90RHhz9b6aZ3TuITpeDW/VK4zG0dneyEqeTgLtv87cVynHjsBhSVQLI5DtHz8Y4rUMeC1JT/xBUgcA0HVZDsIOVbe58I7Q48XIRGZUwjuaCYcP0wri2AfhObQ8G+zppHzzShTEZvy/Rt3g7eyrHdpvje8zyMsDQ/9Xwhfkr0xdwLXtidbOB7jB65dBq6+811IPcLNdDcS8Jw+gKu6ZxiirgYgbbkjp71dAa6zdSQ0xDsi62kJK9/DkdA/QEJCr17rhRlL4Oc2oR274U0dFBH7qRkwbOE4Su5HvRjHTEiSJaIQDn9L2QDGUs1r+/kDyykn7U/JfRCtUaqDyjoHFzmwKkZcNlViORnaAMIkSziB7huQ8UZVtO4NbTOW5yD6J3FWxOzpFYJgBc38HvrX8WJdoKhLwsJdNQZjeQaLOiNsLNZEd4/2F/a29dt9nn2ilV26EUuFhRnnMVrwBH4IYWfzI5LknOWJ8hRCMdlawQ1eHGX1PDw/MDE4f6nKkw2Ci7y5gFRT8G9dhouuVTUmkAZhsAMNAIjMSA+C1NRqI0LlVHIE5XeCVElu8To+C7EiLB+NjdqA8RHVY+JwTmOeKoK3W2/17tysmjuOEpBZxY6h5jhENaEDs1PMRpkHUBir0hKxWi7crdl2kHRf+3O6bj3S/F/CX3zP7m60QOfwgJdFlDxcc9SjrmngSMv65tqIrnAOEq6GyDUhiONvDzcTIhuW2uhFFvNoWW4RHtmmhIbAM8X94mjDMzQz/KnQAsnd2uLaL5u91V+tKFzRgxxstw04qRYDJdwXshw98Mz2Vp6ZusV3rhQZHeHPlMwxGRJtEMBiT7+y5ssQ9GNZ05CMpZ8iTc4Y+HEhxNv6cfYb9Cr1X37PPUBh/R3LsGtCYe07DG5/Cvi7Mz2iYcz1H2s+45o82xaNN9miTP9r8+/XlIcYG0Whe7iC7ZwuNW6RsaGuVjlj2VB0FsmZy9n9S9jiDmyJsiwBK809jpEV+MJgQCDA1yC3JuCOGa4yhKSWa1tTmN9wQCJufFDe8+fxD5ZBpqsVXpk+Vb8RWZX5fcmXC9muVxcSMfnPPBrc3mvVSWehcycBIsyNEwMCaf1OPDVtGc+Q1fuss49/+rTqIlFVsTKXGRKGcAxdnw/09+zJiFqD04+VUrnyjUJ1Ovl1DPzQt30DOzrZ3TjdFfg51Xl252mAKU6X0Jt/SwFSsgalYH1PxAkzFz4up+EUwFW+YumHqt4KpQb/+9xzqvDpMDacwVcqI8pEGptoamGrrY6q9AFPt58VU+0Uw1d4wdcPUbwVTuzXSFKjz2jCVxzKOYqqUvuZ30tfg5kM+6MNViIn6tUDEX7sZpNS17CDxEUoxpYGNvdgPY5uE1PLYEm4rfwje1eo+fgsH+3ADzFcOmFOe55HUmBpaHLRDeN0j8Isff6XcNV/OXeO3+TKssC/Ntwy/pR7AS/fXXjNdN6WxF7pelGCK2P/GsevaJIh8x0dRG+rVlfFtww3a4ObbgJtvyzhzAgaij0ZQ9CoRVEpU9OVExbc8ZVSGUJ5EOoBO8dcOZKaxE3rYCu3UQ2yrIwvFlhvTyLW8lLhJ6zMUvJtltkHlt22ZQbEj59G4gl8lrkhZW76ctfWBFp+zmH2kzu1u9ccBujQ/dADGClIfkwARGoUkTQhx/dR1HOrYNiJe0lYQaNg3jNkw5kvDmLkIpMeADL7GeLFfI8hgKRHIlxOB3hf5Pyl0+pZB5lT9cQAyzQ8dkEEoTT2LBjiNU16nDMfsCBhTO45REqTSzWfNvoHMBjJfkSGzqP6KQBl3Z6Fr4iycV4kyUgKJLyeQ/JjnkDErY0zK/zR0MNV/77qWHD8lcRh6QUjCwI391Er9JKWxYzPw8aIGYWruDWA2gPmWT0oMXth/rEfDi/sq4UVKk/DlNIkffmcbA0Jtje/2efzJQAbUw+nADa1JzAhITMRr6gzQZ4KsA0a+jcLAimhqUWJ52LMTy41w4EUu8V0GSg0YTQjbsOkJsektT4+4heSHsu03KNKN64bkP8o13ORS1MsyyPhO/8eRKZxyA8yvADC9neU/GjC9VwmYUh6BH6oBEysBE+sBJu4mnNHEt60U2a6LUj+IQhL4EXLDyMdJENNAAZh4A8wNMDfAfH2A6e+w92jA9F8lYEpJAoE15ibjLZpGnWWiSZI56TOrf+8WDUc+SXHqUIz8wPMRIjimDomt2HFsjyQD11ktZcPE7YD7zXvQgmsAKLi20dSTAJAUUR+gfvQn7kd/4tHoz671RYIEWXbquzalrpU4aYAIcZBlJWkQ+WnYjf58IWPrC01B2oDlK7RrsMX+s26yzksn6mApqDzA/ehPGVZ4TOYAVsRfu14w6nps+adB7EQeZRvDdiPfoshBJI4JaQ91gneDlQ1WtijPryrKkyGlv3PDRyMlepVIKcXJB/ZYNBYeicYaImb7S9cVRnDiBkGEQ0R833Ws0COx7/uOFxGUEHcQj8WRs/pnbJ7vLofoSLL9BqMbjH6j1hk0mns05uBXiTlSZHkwjCzH/cjyIdpUf+6W1aQhDZwEERpbQUI9aoWh49teYEepRV2/G1u+WWgbtHzr0GJbO+Q+GlrsVwktUnB54I45tPGYKxtPOrG7GBOGUezFxHdTL3GphQLfYniTuqkbYRxhf+i+3mBmg5lv3nFt453lPRponNcINLYUYB54w9BPPAj9xOORn32ASVIn9BKcJsyaCX12fKJR5HmhG8SRh6xe4OeGLhu6fOtGjHPN+ch9ldgihZUH/kwYE1bHfWK9uE88EvdJKHUSB9EwZgZOiEjihVEaUYZOKIlRNB3GhF8y7nPDpg2bXg02ubopL/i1hVhOYpMUkx4EamzCSmzCetiEe3FEmMQBdgIndhPsWWEYOqEfpKFrsX+TnD0TwjZs2rDpG8cmf2c93vnjv0psksK/g3A6mhFPRzNiRTRjL9QoRp6T+JZjk4Cd0AjFoY2oE1HXiVLXo1PRjBv8bPCzOYWCHcaPBqAXjWacBCApnDq0+tGMdj+a0R6NZrR7yXeW5eIwcT3Hc3Dse9RDQWjFqUVT14/TbjSj/TLA8oUW/92A5Su0axy8s+x1y+S+dIlcWwqSDlE/mtHuRzPao9GMdq9OUhKxY1LokCh1qBcjyw+COEocbKchjnA3mnGDlQ1Wvnl7xfF0L7HsVxb8Nw0sUph0iAeBOPYgEMceD8SxezF/sYXSOIzCxPOcFPtQGpd4BEVRFLhW3AvE2cBlA5dv3Wbxryntj18ltEhxxeFoXLE9FldsT8YVdzHGiUiCYof4nhvT1E9CO7Fjn2JiUd+LAnsYV7zBzAYz3zjMuNY1RyP7VcKMFEocOmMuX3vM2WtPunm7MENt2/ZJ4CCMqRtYHjsw+U5CSZD4UWr78dDBu8HMBjPf/FHJRTsbPRponFcJNFJgcegO4/3sYalHe6LUYxdiXOykjuO4xHU9l4EKTVESM3jBqYVxEMf9Uo8bwGwA863bMfY1doz7GuHFkcKJQ28mrMZWh/zZeiF/9kjIX4QcLyShC42NIoeixGPA5FlOYDk+8pLpUo/2S4b8bdi0YdOrwSZHt5iG/cpC/qaxSQpHDn01NmElNmE9bOoG29gpIR4YR9gJaIojYieuFceelUSu60dIgU14w6YNm75xbHJ39uPtJv9VYpMUjhwG0yF/9nTIn60I+ese1yDPM3L92Laoz45rPjupET9hu4dgFNnpZMjfdmzb4GfzC2nHHNuvLORvGoCkmONQjjn+WxGxaf5wLig9Gx8+wWIQ0ykh0QVozJLTmCXQmGVNIyBpkqLbkMiJUEDDgMQuIiTEmGDPiXzHRUHipbitsjMpbi10mnxAFyJWQiXNpz03Gr0Tez8G1HkwYAjs70TUrrrPzndGuaf0k9FWwCpvjEsJO4CDgngrXsAqqWpUvzHeGvUsc7T5Y2mcaMFO6WcGS+UlO0N1ao5g5V1+HxMujYFPcgEdCODANtoneoY/11O6euuxaUyYKhN2yNlHZfNwGqsQ1vtxWBzsl5rgySuC3XwbVc6QY6AAjrC2NREbqW3s/Sm/BzVYbQUCZhgtjhUEGt/Tki1Avl7/F1Re/4Xt+5hp1vcFQHBMjf/n4+WcFxnZ//96oK2FRxUvhD7m9+Y5N4U2NgkYY2wYNUokfBgcLKAAvHkQwzBP1TB++4+ejqglzwDdm9Pxtq9KRhVHGyvuWXKs+I+kPBs/5nlifHcpbrmJwrgvBVSsH2iQh8vh8GBGnLBstEbnr91DdEJtF1skDazQdwIcoNQmhCAvCWKMcRv32RGxlnZI2aux2c6TSjBbpvWrNXpoFcWgfpCOTghX1Am/EGbz8S4D8T5jfyqNlDKr8O5yvC0ehFbg4H9mI38w9nn+CaBajJWZn2z5Xgr4yz/JvZEU+ekE/0KO2aHSKwDx5SHPmZyMPZMvYPb3Pxg/MF3AdITcxaCvJ2CijILCR0oapfHmaZTDzeJSkl+KjujjKbJMhAyEIbrLttfEUwYs7It+n5VsXz0YP7MVxHYHX1OwCv7zci64HPZLmrMjhoDYX0VziydBVj4gMxEDMrN2QCYbkHmsB8R+SXN2ehRgW3XbmMHYLozp4qor4aocLP+RMOzIjR8+w6Gqno2PtVHVnnFqaD1zepMCfT3Y9sR7augF5DYIq8tWeQnEv7P5FHz/4Hz/qPj+Uf18Le7OjmklyJ19xrVoGyxE248ApULXs9P5wym/ZQjAbPGkYIuH/ak+jNctX1rjGiD4jtbGtcFfx9izZcwNavgWxq93lJHwnjH8DF6DNaAqMZpTR8U7eAKnYkPlx/t4OIQbY+iauGXDFq4FYD2cmCEP28AgYDie4UXYsb/7PGHbvHmSU38F4ux7iYdtJv+XafKDisLQARqSwbu5DbNoqZs4dS4u9JpDw/fszNo8vDozcFOJGB8uxanIuPnyLt/nfLdQdoJ4qoNDwobSwFp1boChsJ/KZihmDEOBL0FBf00qNjG5Jp9cs3q/Mf3WdUFNajxP0nh4SuPxXLHB+aGD2jzXq+eAqnziU3TdwwVxaGSlOEUJ9aKQeI6TeNiLHcfH2ArarrVT0tY6Z3zx+i7c9N3Xou++OoVhGwjt2H8wWl9hbMriyZWFLykLe0pZ8Py/KTVBqh+nFQSn6NWSCwhJcYQIjQLHsr3YdklsJw5BfkATb1w1cDmbUtiUwqtSCmpdMLwCbYGTGdvuVcCJNuB8EeAMJOB0JoGzOGfluZyEzubnGfAUNN08JIQiz7UCjBw79ELPjgPXI2nM/mo51A0m4FNI2gB0A9DnB9C5u4CYFODH2UOP5NrCfiScejv7OscF3uD0ReA0lODUnYLTD/EdhWCnKTwt29+nAbUm6tXViqgTha5NfBSmcUiilCTgqaBBEIXWhEFai9ogdYPU1+mo2DzyX4mDJdwh/yrFZm+K7SUUm2tJis2bUmz/Se8nDwlH8du0QgOCbuszi5KUsP/BKQocJyaxH7sxomlkhQgnaFyZgZhNkW2K7PU5V5adATDaudedAZwNKl8EKpEElf4UVIoCC1Ngmda/TsOlIOmWv4yRl/o4tPzQSTHFnut5cUCCmASp54T2OGAKQRtkbpD5xUOmvUPBVZDpbpD5IpCJJciU8x0/nElxvpzGPl1TZE+QjOFAL4ZxhrIftjhFenWa44TctfIZp9/wWQMV/0zg3CgCw6sxdYBNyg68kaLEYe1divSyb5gAgMjxYQS42thxYqQMA+9uDErKB1jxbMEnFSaJAPJLxFZTG1Zu0BQAt2wSE38VI6AQUvzxElHjM/uMucE3PZdwOWYwfwSyJS8lDzZvsiUhGb+8qcLca+CN2dSwxZ0bTBj7TIlBygpOx95G4HQEyVIA5qe8OKf5PssbgtcX/3HK9w9sjMmYY6L729Al8b763fgQF/l+b/zAP8fzOyWQadmGFUIvcrtXp3Qadp4kQvCt8ePlaPxKHkB3VFoC1uO7j2+ND5TnPIht8vE+N77jYFCupieImV6YJiB871R6gT3cjM9MMYiHCz1xvs9NgUTljGaYhE6ldsBT2sGWtEM4oh2gD8WIRjiIP3cLr0q/dZNNrcgPXDu23MTxSRhSDxEvoLFPU4tYlLSlVyUJq2W/f5lqIdzUwhenFt4X9MDWzmNN7Rozbbxz0KqYueHlangp5WAiawQv/yTUfh8vK2tgFC/ht+5NI3EQ9YKIxEEU+2lo+5FPo9D1qYVohNAAL0HChpcbXn7FePktGMu2cwXwLw3y+1d2TOjv7BPZlvXbpgYWqgEpZRShETXQD4euhzAaCd35saMJMCYB8iISBp7je8T2UpraQeCnqZMgSoaaYNX4500VbKpgUwUvowq8nes+VhXgx6qCTREsVgRSJiXCI4rgR77zadmpv1yPI61+NNGUSmgpes1srMiPAt+3I2JbURK7QRR42HEwct2UDD0qrZxNOWzKYVMOX7ZyCHfo0ecEezsnPKN6kHInkT2nHvCcesBK9YB7DiQv8JhuikkQOzbU5iehjSKbhg47RCTWtHrAm3rY1MOmHr5o9eBYg96Q+urB2c4Oz6YcpPxQ5Iwoh4+UHEbUwln8eVQhwG9dVRB6YYpSpgzSBPsejS0niaPUCZHjJDgNBqoAJGxKYFMCmxL4spUA3iH8WCXgbpfITwr8UiYrckeA/68cb8sR7C+aX0bhv/q56ytKXOzaFg6Q58bY9uOEuKmDYzv1MYp50E9XA1RCNiWwKYFNCXzZSsBmeuCxSsDbHEXPpxI8KQcUeSMqgU3TiDpg459SBeynbhuilPpxhEnoJEmAQ4z8kCIPbpbjFPvO8CDABGwqYFMBmwr4slWAu7MerQL87RzwpKAvZbMif+x2oJ/I2vjrR3NYu7920D/xbcfzLAcnyAq8MExsz4vSMCYRjighQ/RfN3N1UwCbAviygvAdb2c/+o412HDzSXFTSmlFYymtf+frmPfxHAFPvspFk80pBJVIOjDqpolrk4Akoe24HkEujrFr+WHqObZv+/4ARiVBG5ZuWPqNYql/xYVkeG0Pzw1LZ7FUSgBFcgLou7siK88Htuh+ytKz8Y4UifHnav+97/Y9imtS85aRmjEjNautystzDMsFaHD0ywaoWK6FVZX8leBV482VMMuDv9aqJ/ATbzcLCHW+I8dPAnA/Z2x55UUJIEuMumOXwdaxkQjE5DuoWSJ/YlCTkIdSAuLkgZ2Js5ihGlvZJ+jZ25LDqxvw6r2SLD8nUKQDCrCwHZIfDrRoC6uUomfyPTQ1ZBsZSqkY5YnGbF8YSVbG+QXamUmju6vG9Mb4yP4tzYryXDVCHkIrg4AMOqTm90cQHnEhv8NQP2cRPDo3JND9w5NUB/9QvcyP/3OJr6I85vdjfor270MfxQf220vVXoSVkMV7Wo46V7o/jnhXaoLn8qt8ExUksWkF0HbQcjttB/WUwJMUbbim77Y9pemk1F1sjWo6+dU6AfstastYPQzbn6LrlkPwaeS5HrKDxPK9mKAkxkmYEjemaYSi1hejVknrnCi+FtUXbqpvU32b6ttU3yNUX7Cz/SdRfS+u9qRUZYzUag+r1R7WVHvdpARKrATHaRIR14oDy7Niz6PUj0I/jO0osEfUXlfapu42dbepuy9G3X2digJZO9e5VlGgV6kopFRmLKcy/3wAvTBoBJvBn/vNX+U/dgvOuyRI45SE0NfVCpHvRYmdeFHsW5FDorRBf1lC9cXMqyH/SO+jvDiaXeGrwPyYaC1ox2tCOwd2g39Whpq//dt9fv/bvxlpkR96MN/Cdrmn9JMRsbVxWzBITQz+BoZ4gxuBwdkx3l/YMEA17Cl7wt9+FqBNygfjSD5nt+I2hF+RHPIcZLe7dO0mUN3amt9mR1WGQ8i0nCq0Ry4X1DFDnwhJRnFDynHFco7rj5f93vgVVvgQPFL2m8lXfx9BBr90jUjshziwHOoTlNo0DpkhmXqEAZZLXDdMGhgZiFnLekzoPouz/FKaI49YBVFmnqAFLM6KwPIr/SOzvthkgZpiezw/UAYeYHeR8vzAsYDhyxvjrdGMui6kfmMUtDyxZQf2G7yJwQfVAExVqpv9kRpsOzHoyVOw0ZjNVgLiMEghxmnPnpcXBH4rD8y2vAEIkpAnP21Q85RQgyyo/u5YO8u5Fmqq+u1/z8oLvwV/z7RTfqbw38klPotPziz4rDD+dsz+68Jsjhiux9nv7MOwJfGX4z470rWLuH+uxmOexHjgv/l4TDYeuKzNCvPCx2OWMB74nY/HzPl4Zq5rh1g2ck87iqlSaiiWU0PfnmYLtpOTTrH2Car+jesY2dXBK7AZD+RojglfK4Jl7hlXI+jS+9UfwQYjRnm+HI+8vYQotWDUHS1v+JHTYOIoPZZ3+dm4hdVQPIiTOi3P2SE/wnGxtcx4V4wog4AUth4GoSB3cPBmgjJmFO73K59hv+2G9gITfYMdAzHeud3bsonN+URlzd/VvpphaAsUoTXEsQ009P+CE8AvYsHAGDv+vvUiXWrn0Ui4C2jR6oTEBmTCkcQUK5hv0q73bRJO2djrfhjmR+3IF2cKY6UsTOxOYGyv/LmMKGMl0Pu/d2zX2I6RZSWR7QUxOwEnFgpcnKRh4KIoDJy2KktfymqRg68OfNETm69fG/h+89aoQF5vh5zVkHdD3edEXV9KdMTeBOr2iqjLUDJWSL3/e69UooND34msIMUhtsPAC21MExeH7K+Jl46i7qoF1b94k3dD3Q11LWjlY1mPQd2ltx2GMpN8A+ErQVhKPMR+D4S/z++P+5wkdSx8D4iT6uc6Wn0MjPs03VREl8Yx9VwcOHEcurFrecwQpl7qYWYU86rHLSD3JW2gvIHysjwUCcFstMP4MQiGN7vxxSFLyvnDwYTd2O+6IG+80c4LA4IOUrFDueP7kU2JH4eOzf6/F1E/CF3Ldx1qx6Om47odGDaY+sJhqrpIWghU9s7yHgNU9gZULw5UUkIdDieAqi77PIFVafvzJFzVNN1+MZZHrNS3XdeO2fGWJIHnh1YaEY8gm6bJKGLVkjbQ2kDr8baVu7OCx0CWs0HWi0OWlBllWxOQJWoqvOMFx8YwS1Q6GClINkrUTYgKIxzaVhrGCdyDJHEc0dCJIxRD9XqKR1GrEbXB1gZbm59OQmJvh9zHILG7IfGLI7GUrGOjCST+0OzHKfux7FBMorFE1j33OjENKKVx5KcpSTxMIEMVM5S27DRMxvFYErYh8obI15x+g0cCmLcB2IsDmJREYuMegH1s12dpfOQ/dPFLWsClea4IBvA1pOoWuqXEd1LiURRYKcW2ZfmxnWDkRiiyfB7G2qLXUNYGXht4beZki8aOtcPoMWjsb2j84mgspebY9mQYeQuBk6HkHZJJg1Km66bt+I4dkMC3CIRA+glxYj/AyHK9xEUoHb9JkaVtqLyh8hUmpYN2bvgYEFtaydXI07SkZ3i/nclMj9PvN73/wi77r/8r2sG/SP/3f+0HfykGf/lti415esyUUm/s6dSbTme27kYfdmfr/96NhwktZKc49ALq2KkXemkQx7adEttlW99HE9i4Ype2DRO/vfsaaA3zqGi+8CpEdAUUdv/LugYRNwhcHwKlzBh7KjNm0Jugc6U82p9gSNEtrk2RjbAXhThMaWQHYRpSK7BT24G+lY43fnm9bp+CDQq3Q/vXcGh3+90fdWO1txSZF4ffQEqRsfspMuOtDWCsM20Nej93GwSnNEDITazIQ24Qh1ZKQ5wg5Dg08SOra34+RTuDDXK/QevT2zmPOo8jdH07gA2frsQnKXvElrNHJE8ilEHji5mvGAmppOVr1gvePAmaXpmKOdJ+rYpJ2mvhaVRwnLMp4c0bVgIoxVO0IMpdsWjF26NB9/QWaomJGaor/RQ1trwxftzT37OIN0VJjPhSnvND9i/oa/JmXXip50MbYmxkII/fIncrus4tzyep0VAVvPkJsIZDSecCtO49Arjz9gwTD//28xnwiBafabl2oRsopCkQpHPrWbchAbgh9TjM7AwwxMcxAyzT206JLu4UukiJHnagQhekgpZBifZxqm48YhyjNMQ0iZgNlDh+GgRWbEVO6vvUduw2inpc1lqW0dcBPYsrjlVlX5nhcy8bOyWUbpURyPhvBrMYuFnD/mzEORsnTd4Yxl8YjWwl1W9lwArgppBblw2DB8V3eV5SUSuR1yQTLaRKIZWNk5Iy2z/UEFe+EnxzUL+x59X4tmHbU2OblBtihypswypsw1rY1q3CHXkkQZ7vRkGCnNiK49iz0zS2UIQxIiSexza8YduGbc+AbfYOu4/GNrRh20tgm5RE4lgqbLNV2GZrYZvdLbAVOcTHaeRYaexYFvGR7zKjDUVhFOHEo/PYZm/YtmHbM2Cbt7PQo7ENb9j2EtgmpWU4SIVtjgrbHC1sc7p2WxqTMEg8Bm4OjuwgSS3HoSHFxIMf7HlsczZs27DtGbDN37mP97nZG7a9BLZJGRsOVmGbq8I2Vwvb3G6JPhJGYezjyEUeDiiyHZt9ZxpGaWqHyE3nsc3dsG3DtmfAtnCHH49tzoZtL4FtUv6DI+c/fE/pyfge5vIvMbS1+ZV98aJqrCghXMLIzASeWoNa85du5FocW24YBi4ETFhBSh3qeySJ/TRKQ4LayLWGfb1uJJVAM4cXMe/hRUzKX2S1diTTj3h2tPpIPlGDGDAcIzuyDQErno9L6mxkf2+03TLfHrODaBXSREPAXWYFEG0PkDf/d1T8f34rfjtCDzk2HIbIZkSgZRx7Di2I2GAH9vxSPAWu5us2c9BlLipBEjXoA2Xr9xzfVbem0E5OzFxB4fFJc4X6CFx7X9AD+3jrdZWr+47eE/aBZ/qStr9PtyZl24h9lmcPemP/CaEfEraZAbpSkxIeIwIr7fvsNmNjMP52ZML40uddSaT4EIEdH055cS6bEJaV4ZZHiLD5Z/uQD8e8NMPhTUmk6JDqj3w4dazTDOoCEpqAhCZHQpO/jSmQULdbSSClTDhyykR3YXxgLxOLRjs1wNary+TLq2wJahNy7OfeXW1IYsf308SzPcsPEhQgnAQJNIaygjCUYkXGZK2Fw1PSV0HgyVlSF9NfE3t/Lrv2ILPNStGCk5yZsUgN0SXHEOFLEEByoJVtSUXoGW8O2jalY5N4ome+F/8bb93ZXS9814+DtUGPEGkibEaIlkskmP5Mb0AFNB2V5R53pNEGQoHVvUaz/d4gB/IvWo1sn7Ghl39YCaG73aQ2qN7ZVqda2FVQXYXvETl47yN81B8pZabx2z3YCqK1VEEpwzq2KmHXsPlfGaWruD0iR+3B8jJTGIlJYCRVUykYSdKOZAagJzBQF5qlVA5HTuUQccR8yv5ESbc5n4jy5S9xV/8mAHnwSweLU4/4yE2cCFnU8h0v9Sk70ltWYHsRQSRqsHggZi0YHhG8CgKPzcjzGr68wyc8W7Jz2U6hxfHGSC/nC/SgzWKDD1SYpmKg7RG7SC9747YgCYe2ur9evn+4ZWhYrzIDVlljCtcaW3RZZiPfw+hLaMbHYfJM47vGqo0uTBvQsmz0Q9XgTwxJzLRA2wRisRPuDIgoYG38iSavwho+wKnzXJDTGL72fhyC6y81wUu1XP6aNIS96+SirGLMf2R77fQgK4rvmPikyE9isTbv3h4an8qQP/OhyJoiqoZiwlCaT2U2FsuMjhjCsqZ6CKVUE0dONfmQ7wmzux5KBq6N4T5s41oCmVlyskY39Tu6zhF1/cBW6kfYo8RPA4yDxLFoQMM4tVLbiVwaNPpjTuJqeSmzz1gnLWV+9l7GDyxZwXzExn8z/pznn4xjzvRMwfZ68cZoV0TdK/NGdI9mqoE7PESP2NqhC//2CZRGq7q4Mnlgv55IHULec/vyv/O2sSIRpgpEf2M8iU3+rWQMfv2Kw7U6fvqX6oodSkkyjpwk85cT2GlsA51mcJUTASScJlF1mqSDqRZyrZCBaRyGHkkcN8bIDxPL9lwndcKwtcmn5a2FqPnME1bB03xu1tRo6q3ppwaQ45BYJ9BkJbeiT7QAv4NRD7B1EfN1AYO/Mdj87bN/Cd8KNaI9w2LhrjAyOOhGRbZnC4Xh9T15eGP8fP5jyeD5bPyTQadxYPq/zdZppIqHsZk02AqF9MJbsESMNDs3IxDHiRrSoel3yV6GCOf4M4HuyAUcNpFXB7yv7d49Gm/vKTQ1r5tQ166m6uzy3YUN3WST/ndS8An/wH7gnv0nsguPJhEDqrtQVwtYGIXEjKoBmZ/FgMyyGtCMdTiDFLpmopST48g5Ob+yj8C+Mzv0vbsj4P9+yxT5T+wEdCeXEov5b03C7dDPO0XQixKgOKUeCqBSuBd7sRvZyINmqogkOG4v2aakrYVj9+ylYXOUZvUkcOnc8pdeCchmnqCFZP6aduFdbpTkoTTYpiT8Np/tnz1YhBFbX8fb/2b8CnuF34Q0q0EMW3hwbxo7UCzy9oIMAE7MtnBHcLdFdYVcii0oOXU5SZ00bcIIgF886c1LG4X1dxqaTvIvQ6Op3jYvY/Z9XcUvbPYfA7k7190hb11F8bO0DKtPRhqk4wq0XftPoxmkjTAEBX7714DGjCqYBFpdRSAlMDlyAtOPpLwDd0lTo1yoUSmTv1YGqaBs64ZXC62l7KWBqxn6yeDjHNfC/rjUlRB/XLgW2Idr5n0b1UBqqxX8tbJ1CUu9IvmDwY3cJqqC/XN5yc7i3F6ZlLVnC8IoDqT4RM8cs6uZED5oMEfZXNOyNrrg0F+d+evCF01IGd+/TbjaIS9o5Xh4qiCxm8frhC/FmTwCpMgxkL2zoJlEJ+RtfJs/cf584779cDmwRfRQgwsssu/2+a3xPi/BA/W2uu+94evqF1gbT+W9LcVIaiwC+I3YSMwTjMSsL545QsManUHkakab8hwfJg3zbsibN4XQUhqWaykRWgnM/XDeCWyVDfUgjQLbD1PHtx0P+XZKrCRxLJwkxPZtz2oQewpR1zHTv0S8Dje83vD68Xjt7Nw18XrD6ifGaimtzEVqa7pf9W3CMh4tATdH260HFwSp7ViOHXnETeMohf+PYtvGOI1cCyvQe93icBuGbxj+jWF40G+3oY3hV5fG2zD8ERgupc+5cvrcj5fimPG6jtMWd00yZXNPEXTNbdd3ndCmiZsmiFJMPR+x/3OYBZ7QOG5v+KakrQbWk/LXgevp2XpewH5f5If83MY+QMxD5dpuanpWhRmNEw+KqOIeqDG1KN4YP5D4TiiALjAnWZpS2MtM5EN+OYsIOvCmRxQCNBiYl4xMTkZhw8kB542MjeFzllygUmiVINbL6Xtxv/kXjNfYNpCzs9yd46zkbP7/XrL40/6B3zpCcOZPsKjMP1c3Hb9kcZHzNdOkntSXlivD7n+JcfDLxoShL78qrm9czEM9jjbnpNoJM7A7iWS6jmcpk8+VM/l+zM486PSnh8MM0Aoi8/bhMAm1kyRdsPWC0EnCgNoOcUOLBhZBiRUnduIncYDadJNpeavB7cwT1gHcuVlTQi62VoTcXyDtr5N88jlj/5UXDCeruLW77Mwhlo2WoVzMY5YfGO5REXBWvUzDX0eTQdqJlB/CIynF5Y7IZrlhNnT5icGswOazdMEFuYBNIDYAL1u2jI+B9B9eMFzCMVFoICgO2Kkzs04A7S+X/TmDZURqo5Croz+zjV1CbAo3At+J5JknMwYPzSCauyBIstjDICA0AixAs8rgmYOk6R2vC0pS3pvbaRWUGf9u/DWPcmaXVjmBSXOKb48+TfX2zDSLiloMJWmO06eGunctpsfUvxpjXGAkdxnPfcZroWn+KSvB0/xDroaopVdnf+Ipa8btPjucSgrRroBGPDWD/xsfZ5V2wc4racbTE+Bad7/PbilDrDfGW4Y/DIGa4Ia6vnsdNAaKH3IueOYcOWa0rIIimMTLae3z+KONuq8gmlSgKHTR6Fci1Nzbz3Mhtqf0U/3sKg+uMQ7/xBay+RFWy3cFrJInO5vDIGoAqVLgGssQ4rxNniYUwSDmatRnZj2r6tO4P4XIUrqb684j8pihqMSUbluNWepuA0zHinwceglyURj6bJGFNPQdh1ixFUa4tRtV0LmO7fgaARo9sQ25AfRXCdDezgmeDKA3cF4PnD1LSjZzO32Nfp5qa5TNdjXKJpsaERLZHjughw6yI596XpImCQlSF/mR40dIhtsn6Gn0Ndi/G7xu8OrusLVzV7F/17+c2uC1B69SxpkrZ5z9kkEK8d74+HDKebzww7QBfBC05rmhnbKBlZTd5A07Tj078VwHJTaD5MShbmi7Fvu/xLejtsSjUuxaGK3xoFVgWmdGn9cQ/kX4LWkn32JQ7bFxZsoFJ8S73BjSy4hAAyGqgmvR0I5HHeQ5lIEs2FolvxvRJYJAhbryDshP92x9DH2rb15V4Z2vK03CMbELN1d22InuvcpBzF+IAd+Br6tf8jwBlS+gmGfXQSIkX0ffX3K2bdYvSHmuR8BrTx7YCMw8rXCYp9NBUAxPokuqEczgcUUyg216HmLPkhLnXDlxzrEcMSnv5MqvNQqzX8WAO3VhBe6O/NZBWju1IuxCuYTQjpBvucwQdkL2L6HjuQSRBmlHBK2FraOiV0HT8ZlRW7poRfyEtG2Blfu8PA9vpCCa6ngU3Tp5wZw7yow5iMaiZdlsBOCHVQBv0wZ0SR/1Be+QXIYScIdkW+w/q6fciuKCkEr18Y4cPwFMiL3QllR82iqKx6p6KeRSnWEIgBNiWbVlFJWVE8c2oi4sSGlUrpxGRd/lhwNlO6SXjyxhA40rErMk+4FVNvpr1xILY+L4jm2FVpwkMWEIQSmyAkpo6Pmx2+DDqKi1EKIV3s1zXgkmpsRrYQVeEytynv16xw/HR6P9vpCOXR2GqVGfd/n5lilQfsHJ44kI1C88QYp3Y6DJoUX/jWneB14nAOI5j+zdzoKIfZg4yy9li0q8Wi4P3uRCB1Vd4Cb3yFFpahGufKutC0XQMdjZYbxz8UpQBLXU+E31Dw+Ulzn/X93X/sBnXYR5PUENqFt6FnfUlD3ezI8CcLrbrYSFKx4/A0Hju10XhKRMIW8sU0jUKJlKExL1BHpBNMPfercgQUBDhL0kog6xndjCcRAShJCbOmkaDmLLJUFrh5R3RK8aT96dmefFm3dVH14wKX5vyzKJEF1eBZDHabBDXw4V+HjWPWATP95FlDB7hhnuRMBTFY9eVDGNNQDl98fG6GGyGIRAOMabJ0eHb+N4xgAvgEBw3E3mWSd+511dB/Kv9MwO7MISa9ROe1Sr3GpP5Tary1GyCWLDqKwxbnvxnufNea3entMxPCOAowt/UvKNJyff/JmtdVpkbBLO+Vz09r6iM0ugm3KTzVJ1E2+ihCTYdzGK/DhkRzcUeShI0hSnxLJRa5jNilwLJhUPWQUwVTPYhU78xND5sSnqX+Eez5LJjvH+koCZwGWQPTvFHS/GkXzObkWFSHHMO34CsGWyocwSmHx1XCJ7bV77Gs6F3KdG9lArW7bi3mwl7Z4EQbupNC9UCc6zpAwRT84Q+Y5CzP8Pn3mwJK9JOuoMioDMpJxM1Pgc8QrNEXV7ZKaBHyee6/qYhlHsUGqhMI7Z6Q/Fvpu2NTbnJK5WY/MC5qs596h1Cm2qn6PlhV+1k8kdLSsXvKgT18wLs8BSgB9eJNPMYwYaUGz/d7DMoLzrHsosdy27svJrV671DVBWBRSfA4rH7LEduhpQPtD9vjp9wkI0PkL163OT78NvLn840uK2qlNct3ZayxYr2fOr4yc83zyL59cF5viao/z5YouU9ZafNMJmsUfXGpPyOzw5v4ObruArfJ8X5zTfZ3k/K3oYTx1XPOap5pmIcx5GVS9h7cdWa/NeC5vKB60CmsqnaB1u3RVDrLmFBvcy3GfeDKs5jDZe9HtmbfFKiWCAZQdeFeuN8eGOASdYYaf8zP3yPE2O7UZx75kXn6SrzvJcZOCTu+mUoKtamwDk3rOj1anIAXn5T1XCAT9IieN1lYFypid2wsqhdicPleBPe2zynXa4Cpt1MStb+fsvKe5GqBofSi85difuZgkQPkvw+U9yVqDxCynzY/Egja4NxmncCk/lT+glKIqhSLjVhuTUroUZdVZPtNm8Sp0sro7NCabUm5Qp5Dnz6u0Xwo6RA2/DCBofGOFEZPo8dedAgCMLJdSjjuchRB3btVPkBb5nhYR4vtRYel7mWkeCr0W3hZtu23TbpttGdZvN/vO0um3Ta8+k16R8K8+d12vvi/yfcNuA5rXaSZCZSEOnNbTdNmSI2gT5VmKnlpf4yMOO46YUvFxhaNvunEZrJG76bNNnmz7b9JmOPvN3jruaPls9UWLTZ/r6DEkpap6np8+wnj7DC/QZ7naXD20vTAlN3cghluujGEp9+dixccL+19LRZ3jTZ5s+2/TZps809BnCOytcTZ/hTZ+9oD6TcgI9X0+f2Xr6zF6gz+xucnbsBdiOwjSlEQn92PUI8VKHqTlkhdRNdfSZvemzTZ9t+mzTZzr6zNlZeDV9Zm/67AX1mZRP6QV6+szR02fOAn3mdDMuUerGsROHCbJJ6kdMnyUp8SM/DpwkpqGOPnM2fbbps02fbfpMR595O8daTZ85mz57QX0mJQJ7oZ4+c/X0mbtAn7ndiBA7DigKEtf1EmI5Fk09EmM7wInDtFro6Ogzd9Nnmz7b9NmmzzT0GbZ2eL3zmbvpsxfUZ1JOuW/p6TNPT595C/SZ170/Q4FjOwRiQUjohlFipza1Qsul2MXY0jqfeZs+2/TZps82faajz9DORavpM2/TZy+oz6QiAT7S02e+nj7zF+gzv6PPogi5LvYdL3BD3/NoGlEbhYkfWwSFfkB19Jm/6bNNn236bNNnOvrMWTNe39/02QvqM6kWhY+7Jfib1fZuf2FAUfD0824x/nrRmrEgaVTYyG+9wl9+6KM0xqGV+HaQkpgwxYUsK479hPiOXI+/L2jFovx90Txbfb1y/KPi1ZrJe7NmdeefU15+pl9WkDS9SbtapB4z1AKDmoNQagDouWb4lW3a94XUNu9GKKRqk/+1mexW3ZWXgu4foDE1qTroGfSBzQg5x2w2lqkZhuCX0z+OOft8AgievNDzHa0/3VjJit6vQ8Aezgu0F6z303MDOLJMyzN4B6sVWgHyquF/r6tJ/lpVN/pwrspYvt+TB2GyiM6kNZi8bVYVr2bx82FN/IUOjGZd4dKEiksAxyUbE2+NwVbkg6hrIbqU1tuzWemiWgUvpDIDxGPgplnWAkllLXy5rAX0zi6ZSJgoURx92IuqIjHr+un9XN8pgm6wHXKCIHVTJ7HTNMEhwmnoYiuKCCbYQW29nylpq8HvpPx14Hd6tp4Vfn/Ki1taFV69sGUgCi/uKSmkovk3DHbh+WLDMNE528uikL4ohd+WF7uR2oy2cNyU1K9KlTXwS5jI47Fq1g7/woQV5HjLW7BAKTKoT1auAsMSyn3HhG6Fg2YAONzZztq1HD9c2HZjKm7Q+2R9nB20PRGPHnY80YLTKdjSxVSploIv11L4hdySf8Gx+p3YjSPdTSoKs9qvg54m4793ANXzLURjTEjkezF2bctyEo8mru+6cRqmXtvJZFzYav1LxsWv07Nkcp6eFUs/dkGv+qHGvJjxJVkJSp6BLDg3CCjUmmpow57y8ly+Mf6cfaKcge7ZVj+CL6RqEc3bltQY3ILqDfejdOs/wsMpKTNm6kYMYekh/8wYs9TIzqXBoNI4UprQ5OntXXgprjk2lLXZf4KVUFYU/6YCUT8yG7fGlKpMW401zNh82D9VvVxRApwKbAWjtt6OVa22Q2cQ6mq5zaCrlzE/LANeKdnfd9XAyw4HsCPV+GuWNeEsDFdk3djbCKV+gv3Q8pyUoDQKmWmLLcuiIY1iP1KhcSVzA+WvHJT/uDoqa5m/Gzq36AzNtDd0fjJ0xlLquu910Fl4xH8CDvbf70gBlyNyn9WKxKxITIlEIPIUQbe0MArCIHCI7QbUCQMnDlJmHYfIC60wdZ0Wi6ekrYfCQv5tJT9u5K8ExOPiXwSJq8EY1WBaTwCcB4f+yDsCt4IFpQylocowbJpaBMPs/AI9I+7vMuixyh4c8cLDDEL+nVGBBzdpetZUQBvXDSeSN9zZWRco5nTSuzBxJ4FArT+jGetnGHm6p79n0Z4hO9/FB9AG63osxgzp5uNptaNp0Yyd6N21T/R/YkjwL/Z5mT6rN+2f+TeROmPBzfBTHevvmuc3d1diTUhtsdjzZzFsAid0QUzKV/blfOX/pGwJtVZDtbB/hYXykf5+lrDsyChhmAm/ae+f8Ed/7aBYmDAoTdI4SFIUUTcKXY+wI7/lEScmbuI3KDYqai0IGxUuNAs0dlkJyRRPeRFAy4Slxs1Ewh4Pfqz2w1dWoIiNYEPkMMM9Tm/YcaO+4Hr7s3ELNawJdN0TddI7Hlc2nvLEMK08ktPpob35ksFp5o6rdrL+4ZXfZn2VdqSDdji8Fnm/Y5D3yfgeOhmJ66oij/k1p7AfmzY5wo26sv0YwcPNhD28upcSD6/txqY5Dl+4artxHNJ0AVdKqPXlhNq/UkZ8KeCa7y/HKmyiCj+QwLalMhmVCVRmSyUgd4am2//G8X3boimzH0PH8+PI9bBPKMJ2YDMLsi1zNCNwLfj9xM5te2YEsZXaPKsO9mpbQ66CwTqPem4gfmu0g5HAt+1S2jlos1N2sc9JUqNrdWQHQ5OcoT0Y9LuB+wJGDgfwUliK/+O3i2Wlnnh7Y2a9qWzaNGdGqGjkBz6B7AhtgKvLM1I3QOT9eEowt0pKX5s16dg7178W094aP0L7NlCIP5DywfiVPHTjpKAr85+rkJB648jzvnbXVWKmbED8Jp4tlgfznjx0o6WgSXMdLNUseWkbqHuwzmGLLgJKKZi+nIL5a563HSH7N0n3ed72XuyamMOfutkoqe06aZggP7GjgGEc9ZM0IrEV4SAkUVtveyhntbY7R6aAwNAbecI6/XYmH/DcSMa7rVQdUXkv09KARdmYkNzFeIFu9Twao46Yks3Mck/pp37DL7jRP1Yn5ueyAqXZ/IYCab9SK9Z/goiA7yhhwwG71f7ekOGr28f3yfwHUf180046e7/f43kSz4eAUV/66KK5lIAYWLNoPryemnz6DLaPXUp5XhJ4xEG2ZWNsk4jGNLZjJ8BWFCdBas1A/Mr3URvSf4FIv2H7l43trrWz/A3b18d2KRkvQB1sr0+o79lhesxYr50jcB87tNdHfu1ebAWuQ1xqRRSHMTPTg9COrCgKgySknu/IeD4iar1mmSda8Ai7ices1Cpz9ikv4hImB7gYvR05+sPIxkIPqrADfgf1wGCC/fMgZOGN8X1FzbVGtM9vRTSCwVZ6Dg6EmLssIJA2SQQRb6re+pzBX3y8ANWzuYIfFVHwpaiJaUjFO2StksHA3b0/sE2VP1D2/cAfIoJPPtQLn0puYLZwTDbSE786WBlhefICdwDTejjcG2Lu2XDMsh1O6xiWh6MG3GbFmwCLVTiB+WEZ5koJYwFWYe7QpJ4bQ4PAswPtpJElDHWpj53U992ApClGLols6jvMymZg3ADxnMQNjzc8fsEMhy8fi+1Oa8oNi58Ni6VkssDuYTFHBuPvTGw+ZwB/BoJpC1j+udtTK3GtOMWx7xGUMks4DaLEdhkU+8RiprA/YgLLstbC3Cnpq0Dt5Cw9M8LK8Q7yB1Xdg/G28ZB3G2dHyvHS4C9iwFwDXtPf2TrOKDspvxGhM9nZ4OUlHvZZeXfDIBfyehIjYjv7tsgvDFa5AIGwpJIGEM0ezLf6TS+Qi6f9ptn5DI/jve0Z2WVPjfguz2IxcB7YVV3tlG82l8rmUtHQOW6npNIaLhV+Hfr3LBIXxyK4rroArVTOd+026GzDp3Gx8NvQzzAeM68CQ+oSN5XOabdlD/1mXC6jwK6rb6REu8DpJC/Hd2xcMdzyN5P2scaAtvRHm8nc0jcvVWOGeWrohTZqU5c12cRbV//OM43H+O4uh+j6HOaZEa2WyDzzjGuVUfAIZSQPaFjeqFE6bBvS4nhT5T0zO52cTpStAKYImjJJwoteRYlU4b5NBLFwuYuMDh4i0gYD/vMCgQ08hsSAG/8zbQtSsHnlRw22anNQPSLzmamYnCFRYXzK2PbNU4PD0h9erMrRTPCHG+6Q3ymvo7u/nqTN+1vJ1VyFkHxgSAVR2AIlv2NfQMQhw0y/l8pOvavKTq0XQNJ6navgkbIaigBIBpZnHpLMA5SlClhmVQFrBhvlSa5jRsx6ktUVdsIp0JSS5AJ3CjR/ocfLFEAexG+d2nADgm6NhyB2vCRyHRK5aRJFyHIIiWMrjrCXOAGRajz0xKxX3OELB8ZwA8YndZdMWeGTuGjvkLXD7tPh4oaJz4aJtpSaFnhTmPgnSrgLeVgHRxrUHSfqOzDGULJD2fUiIzsJkxBZSWTbPnKxH9MoTENMsG+5fjIOlx15G25uuPksuFkt9IXIiTuptlcgJ9qQ82WRU8qHC/wp5IQMOOO7fR5/moJNuCcxo4piGjNbsl5ir20lSUDclKR+jEMcu04UhnGAMfZiXkdyBDBbYRtabmi5Glpqn8cXYqa7c7xVMBNvmPmymCmltAXBFGa+jdhWmIJLUv04jZScopfX4QYhjRH17JAm7AAeRo7jOthzIWZM6gI5lLPh44aPz2lNPg4g/Z3lrAKQ9gaQLwuQUsZbEE4BZJ0S/ZH/OAGUderyuSKaBswOZTdbIibIj2iMk9hBFvHigAQWQXYQe5ZN7HgcODvyNgDdAPQ5DMzHwGawc4JVYNPZYPNlYVNKLQstBWwqAFMHKjsgmaQeW1ep5SHLD1GI04R6KPZ91/OwE3vzILnB4waPz3j+XgaQ2NrZaBWAdDeAfFmAlPKzQjQJkHU3m0mIlAhmQLKm6sCk4ziRT1wLByH7L5sgj1LiQvZt5KdWMAWTtawNKDegfKV2JMY7tM5tuLfB5MvCpJRSFWIlTBq/8O+iAkvzUJFpQKag7XovwzB0InbqjgMGnI4VJr6bJnEU+6kbWJarAE4hcYPPDT5f7604tjvtAa5A0KtbGG4Ieh2CSolQoT2FoFBGmwmfQs64+XkaMSuabvddlKZOnFqJ59pW4oepn3g+Q8yUwWUSBhPRQ5WkDSE3hHytBqa7c8JV4DHYDMyXhUcpbyeU83ZENdt3Odv0RVayNT6ItRQlZ+OGoh9oOfF7N1rIJcxmtHFEXSuN3QDFNnEJtVFkhdQlbRuACWFrYeSk+FXQcXqmlLjor4iLdX2gKiM/omwVitr7JIXaV1Jp66ar672c5sYrpvJ10b5Lv9fKG7b7jQNJRHdX3sf8GO8v7N8Pl/05OzHspL/H2VnkmLJZg3ay1eOAuukRAP/Ch7Dn/cwf03R81VxPMV18psYyJQc/D9MkvxMT/jZ9jgav30TKJ+Jdx9EO7s6ur/OdQ0GKn+t+x/BCdXIn/3C8OK34eE9T6hueb2bS85tkzvb5YoFpVvueQmDNnE5bSk8K5fSkXymbR7Z/39/l5ybTdSan817Qmyegr+t5qXM6ddn6OZ3V8Ew+vLp8QjWqq4sKjIxprZICI6KvVRHBdQ27+FAGfWMr65nn5vPlyswa3jq8qeWdQ2uuz0AriiyCGNHNtlYooqz3gWSNAilyMJF5x5n8cnsncRp37G328EZ1cQFmLsWfKgPZEPPL7OzPlPfQNThplP9u1BW26yYxcuuaN8a6+Z1SY59Hq5imv/oYLvd+HELy+6Y7+w/sA8XnTcWsqmLCfkibLgo+SebtSK3HzjiaJkDv2VblXe/Wrtg+Uu2xA9RNG6BTNQKNEu1jyK0823jWhP5ypFSy0FPoL4W66rt+xmi6t4uhFdkWSRzPDbwoSn3Ldtghx3NRhJ2ASEVwRjXKSiVwvixtFW7aakpbPbWy2rTUV6GlsNO/t1hVS20aamUNJaXshb7qhNW/3B09H41e7U5Tdi92vchhWov4duQHXura2EqDADlxkiR2mpBZnbXute6mub5hzfWY4hCbtvoCtZW/c+1VtBW69pZ901Ya2kpKlgzlZEm2mD6z3f/2lh5j3jM6GR6qEg5e4noBuiAn/YPVFEEv9IikOLFJ7GPbd1PP95wUYycJ7cSzLNLGbE5JW0s/nfkrm4S/cvcBqyipSfnPr6moIU0mKANRTVl8c155OW//teqU0lx0JzTNjuyf9g9wLf7bv5Eo/0yNfzci+pAfk9/+TWq4coYOLGzZM1JxLQ96JRloxdF6pi9+O/TFVmqusdhGOxevVDWzLdhcNxyR7pHf89rbv/CbsPO5EDjE7Y2PbB+c7/PizMyXletmtjWb6xYk0q0IRHmU7CPBFUszIn7bcm5HNIOyk8ilec/iSDmWoZxj+T8yaKN+NP7HkQkoe91bJGz9xH/vdVdpgHX0116YUoKTKEjjxKZeFCEaOmFiWXFopYlH47Znyaio1fqoirc1Jx6yTgPVuWc8N7T+8Jl924zj6R/ZboCYIWbm59zYFgM0mFHNg5GiS5kd2UmhqqFcjXuAjeynqtVqc42ewIaECCM4RbAJMSEcRZwKGkNjX7e1ZtRsU7D1SX6Hk8UBYlJueKBSBF1Z2UPiunErVwLQExlW+R8ZFTthHNnYs8dVzlwVjL9Oa9l2OtmhVyE0g5JDfobi+VGzWo3v8t/bGvp/O2b/dRl0jPqelmxrrY3OJzEas5RGY0YwmvoG/MJH09uvZsJHM4PM49CnC8ttDqdvyTmcHzO2leoJIYVcSInpgYdmdOInAcL9H7pWrZ+6ceJQZlV7GKVu5FMrjGKLQbGPE6lmUl/KWtDLjvTHs1kZb6b0lJVgd1K+DuQGK1uzALtnttiFpSp/TF6RnhsGseiNXFW7N+5FYGG1TgX28Xfi9cA7gVLMOi3zmK0+A+aIVMXzO5Xvb3isE6BqXJ86RTdBeCSbYYbEe9F4sMJ34fCB0fJHXU7QUQLip8QQgK02vKWG1k/fuPpmWXA9NrEF0aMuw7K1TM0KkNj7dT8r71f9EXqKQ6/Hyt78mMWf6IoBnxV8CRhiBqPZXee8RTX0NTdBjVcW5lmMYQa0BlChi1euhFdoAq/+zDfOOGDtq9+GiMV/6Rbi8GnoORaxksRnp/HYcmwHExs6mEaW65BRyOJiNszaMOsLxCxvh6/GrB7a9BBAa4970h6X8wHfU4Z057yg06fEE2VABCRTB8Upgu7GTwPHx9gP3YAtZBshZAWhi4jv+xhR3JYum5K21v6flr/K9p+ZrWff/VMft9dLhw00ZWfEjLunYYPRBzjusRMvd8kJPKgzEqp7HyaZv+Ufy7YV8lXwUJ8/a5SoW7jxvmt1bOtnOgETBwjBPeWny56IwdWD2nr/rHaeFJDm7CxoJ7GuGcatrB+Ot+SW22DVYhUeP/Db0qYTcXV78lS2GDe1aDWQZgcLRx9cpNCmu3DdXGrGIJvERV3DzJdAW05B/IV9FniE8befh3B9qH40L1kfqIc/dSDap35ohcSymSHmpoEVBxEJkIViNwqjKGlDz4Zy1gLnMcmrwPLorDw7IA8/XHtJKXxwHGvZ8DnuVaOBtEBmqvELzvJTxo4Eb8BLzmGTEcSfuB8uGUCojOtmrxf9ENErwLwx2Nx9zmLK/ontPMnGAk8dGct45M+uNy9TFy9+qcJgL95fyomMm/6vQ5Adtr2Dj/dOML0g8HqdZhWrOPL4bcv32W3GxlFdxP52wRYKS3YAFutAfPfKrwepkk/kxePXLIkYSn2BWZr1ajSzY+vPY4tsBndHYE4XcQMJceWsxj+x1f5g/Cln0shDafxJ9GKqIfcOfjXvql/NqlOTwNyR37p9dUhEbZyGnh3FnpfYXuohP3ZDNyY4RWmb6j0iaC3UHRW9CuyOz8yz4u6vcKhlp8fiIT9Sgw/IqAcknNawBY70HvJ9390V7DR6ILDoqy6wvMNkSeMnPWZ+UzcVN/MRV/cEblGng67a36fjrhhOsbPCSyA1NqyQByiF67aSJBx0qgzCxmhgv/+tFLENDTiBOv5A9uvbyE2kEW8VLpIEm7Q69jvcEoKR3Gx3uAovYSQzYD2Gj7poHUpoLecZfoC9aPy78SHOzB8zA2IlGRYII2ZgL/ONK4bKyNPMPEnkfQtah7jv9iBBGKeEeNghDon9MAwtlMaBGwUWbuFdR3KD92KCHt9Vnj9r7jnrtJVXPEZHE4RrB88KjwcteFSm1DH4TOO7Y77Pbx+EV/SYgQXMBg+tjI004/hv3BfszFfAD3yJMbl3l5Kto8ozebjEdwacId88bRPIDyfK/So//s+t6/CXeDtvmxYyscM7c/o7Zy2jnr8Q1EsTZv3fM/Z2ecHjvd8eRYWYj9mBO+beQ0iGMH/+DK222XRw1bK60jjXYxL2/edqTPATEWMyIfbDhMImMCZxc78XYxJKZk59aAGypj5xLUmfyHl/79hw2K4+Mfw4QJhqfSNQqxD5d1P6XeiM0V87SiJICY1DkqRW6Ns+iZOApglJfILiOPJ8u1ESo6LWOgXEsvC4Eb6KKhiV/fz4D4f4kU+panrPdUbj+CjPRdZxpcBtcZtbwR4iTqmG/NL8eo2+RDpe/3KqwR57Z6EVLqf6Zqr9vSHsrzb0vSkz+ac6UYTNLpv2p7JPbYYGHBfa2PemiGSTq8JQG5b3NLKc2VnichpUJdNGEyShiZyj5ViOCDPgBv27nPFx40ICFEYiogC4pR3LJAJTpgi6rgUPOUlkJx4KbTdNUuyEiZ9QnKYoxUmQNrAyJW0tZJmWvwq4zMyWEl8QWtXVUBU7mvrECqARt2F3cHQtwWPBLDy+pvm9V0XDoOgsPLZJxvQqO17dwPaDQGXxZ3g2rz9X3mXHl4+p3IzOV2R0cv8E8nY42DnOy0cluFiCSDkx6MdLccx4SUBxff1zmR/YMsji4fE9rUmrq7asJu0f3VWEHei0AzcNqJOQOEwDhxIf20GQeq4XYcvCLmqgUyV1LQhVP2cVKNWYzeeF1LdGMyQRcDCIXednmPJ8OR7ruygYIQPNPa1stvIPIvIgyveJCCBqcvWYsdK8osEzYLMYYtLPfxSWXO0o6AdBVIlG7dhOGYWrEn5rl+cHQ9wnl1t+0bVQZbs7hF4BVNkSVMm5Nr/meQKlOWHxzdQvbXLvW/KBZTlT0UyPa1DQTGIblP68NtF+ZkhrJdzPPOJqIAoWA5Gc9hIXUFAvuYGr+sJMi4wek/3DjYCf9qBYgVKDVfyoCHk4FayAFRjlDJo6IVj1e/NSw0ygNA9dj+M++0Sr2sHNI+5IyUZKjwYDtSy+7NkOZkMRcCSSerr3/iKg4AZG8E/K7//hkU1MF7/7jQmboc/kPLjsP5DjkRaMZb/P76tgLF6MszoMHo38uGdWqCG8MnE1A+fiwqeHySoNqJGcFgwyAW/B9crG/djUzJmzcrWAvgnstE3kGsjauc7O6vbz0ESrJyk9NuIoaNI8a0dM4zNoI74+rJksP+IpaBI7qzG0ToM22EuVLj+Hs8q0+UmVI+URIauncoy3xdn4y5G2x8yekjFJcTbrWuTdkIS6uMsoVbcYGbY97FuJ41luYAdhkkSWjVMv9oLEs5M2bX5c1mpFXb5wXRNuuubr0zVrhHF84RoGQUd7ZD2Zhtm0yxNqFynrC6FZ7dJvYz8E+9Fe9hNk3Tr+yElpiFOCLD8JkZOQyAmw5wUoiYIEJTMKZtWu9puG2TTMpmFepYYJdwivoWHQpmGeWcNIOYcIz2oYaLMzq2Duc6kmwqR+AaruDaibhEGahtSncexiGsZB6saRF1JkpyQKZ9QLyNq0y6Zdvint8tiAkhqssb2z7DXAGm9g/cxgLeUaInsWrD9C2bJDfoSXnAXtc5dQAd4ydQfEkRXHDgltjO3Yt8M4SXxMvBSHSZIm0awTSpa5gfkG5ttR4Ws+Kth4paOCvWmfZ9Y+Ut4lcma1D69oM693aE2i0DiCruuPIimyURDHJMSOjz2EEhSlqe8mFAe2Q2d0jZC2aZlNy2xa5qvWMu7ODdbQMs6mZZ5Zy0j5osid1TI/5vm529trgPdpTaLQMoKuo2Ws0KORGxDETi8oIW6KcUAp9lLHiWPbndMyQtqmZTYts2mZr1rLBDvbX0PLuJuWeV4t40lZpMib1TI/AW/xYKBZRXMrqJBa1dSUHWUTeiGOketSG/uOTT2SuJ7rpWkYpDEKXGdG2dTyNnWzqZtvSt086vLDsXfIWQOyvWubUm2QvRCypVRd5GtBNtaBbKwN2bhbNMZ2Aj9JXEQjL0hQ6jtBzI4KFkoQO8QQooZsvEH2BtkbZCsh2+s0r3o8ZPsbZD8zZEupwyjQgmxbB7Jtbci2u5kSSWj5oefGnuViH6eQKOET9smRa1HXttWQbW+QvUH2BtlKyA47pQseD9nBBtnPDNlSCjUKtSDb0YFsRxuynW5cESW+k6a+xezqyPIDx4+jMEhdy0097HqhGrKdDbI3yN4gWwXZrr1D4RqQHW6Q/cyQLaUgY0sLsl0dyHa1IdvtQHbqx2GEUOq6YeqFacTs7DRFMQnBnx07iRqy3Q2yN8jeIFsJ2VAjbJWsK2vD7GfGbCmxF8uJvbwWYfPJeEWsd5eiZFP3ljdx7pagBOpmNCZQm4LalKkFiGvQdtOyrMjzvCTycUCjwA3cMLCIYzuOnUa2FbWFKTUEr9YDAx7V1FTiRYhj8SjSPmqdnhjqJz07uv+wp59J3e2x7t/WNMfgLTC6IN7Uu+2io3gRo3mRN8Z7CeqhlXgtXCByDbtbnMjiOBHMm3ujYOfYa5fw/YWWDMCyf8EX/SFtPh9HWKkLxVOh66F9vEn541twbVtPzACrDh5pVvH1pCRWLCex/iIqAP6JZAV024DOEpVd0SlOCU0Kob2peccIeQ3ocliYcpqoA5s4TDCOLN9GVhqmmITUtZzU9dwoJnbgOVJRymmJq3Vq4+/P5UOPDyi2Xr3/Wh3bJh+ghY54RXT80LUYYTB/LOsq3227NLZ4GD2tW+nWtmRrBkPp16adWtV8COpRm//FDObs/GCIcvc3zIROaF6xd/LiRJPEaiDkkojuFFzQsEkmtKmoeu1Wq74SSaCX2/mScdoKiDmqN8Wxy+6r0t+ZxX7OSrq109zqC89oJcdEfhUK43rXaqW3QiHBGv1VlF/9PisZ/Dyw/2ZaAY4Sxl9OVU1stqr/An9k+4w3ouW6atUzADHrWtzQfo73DBXDYf9dDcfMxXB4P4q8Ho7JoIvrLsVxYFYP6KorKY0Xy2m8PwPxbUEOjaOmOTzJ0YdZTVb7S9rzTRt/OEfUVVgBiUKMkOXHge8EFKWeDyGH7B/Z/wVt5u6cxPUcNkUCx/Cy6ly1coeLKfHPrqyYwZYX7KOX4PeImEZKOlY9Q3PhoDEqFqE9OMnnLGLocTbaxZJSmggfCNckNwZ7wxNb4bAp6zd8Op3Am0fz3tGa7osGf8IdRh33xcz6B+fFE1YkE40z9w8NenFoasfzI0xxjVi1Z2Vl0/pSjaGBLI5H7a6Dz9zAVLVQZpCqGbxZTWbTi8aEyVT7LvAUfEl5oNjRgy+sB19YB766YXiR51pBkuAIeRjRyHHSGIUotBiIYd+2iA584Q2+NvhaCl9uuLOsK+ELbfD1/PAlJRhiVw++bD34snXgqxuSFkVJEvm+7yWul4YO8olLCErTxLY9N7C0rC97g68NvpbBF2bYtXOvtb7wBl/PDl++lLmGPT34cvTgy9GBr154VohiL8Vp7EUocpIQYxK7YZJi7Nl+ajk68OVs8LXB12L4wjsHXwlf9gZfzw9fUhYX9vXgq/p8Ggh2EpS9xjxqhn5PnunX/1YxKvgmMGquu/diqHJNyzasAJpHoyfxcz2yt8sGVwvgSspgwnIGE7Q8fDjT/X4s1EoCK5luED/UQNUsVTeFySYo8WPHs7BLoiC1ojCNnTAAa8sLkrYqzazItSyuUn5IP/pxFUCbfYIWqtkrN6e+7M9wUds2e+WxhFV4zfilL0SacbCCG7DOFbC8ivj9LWcrn/4G9xGdtqJLxICc98oeuwId/Dy8//yOk/wCJM9/7cng2AHL0Qk75Y9fqlehLyXaYDnR5id6ZOuDL4+3P0PRdaHQx8DltiE1SWa2uv/cx5cGPjQ4+rZQOx7z7c9mM57VehSqhrSSZaTx5tdhyVIL6efjmUen8qAThivD7/6ef/d6gDcMIOL9BXCE6W7ymWR7wnYTaOpBj+o3RidWsB/fDDA0i1hytGDVnpUzJQ9sL2dxbbSxxxyYrcYjpqnBr8bZeNI6WuW+7rSterWntt0eAXbnhxO9LxhTMRru0ft1CHUfG4o1kW5sVNNhKxFlNjiFHIDRlxj8PALYnMR4m678Ht9u8I1rohBujyx7h7pdH1W4/9ydH/8O4W0MU9ih5COEnf184OOhZfdg8PeM/VdelE8WaMrD7NhcM1sewt/YwbYaR+dwwMjEOGZOCUpNpjwm2FPKXErBsuUUrJ/gW/YaP/4ET//TSK/H5ofuDVGSRCS1MUpc6qeJzWx/wv5/6kde4IR262Jt2Ney7r8WzRxumvm1auapQNJRd0qFnF4nmP4JkHNDzWdCTSkJykZ91OS7sA+b9R+HuMl/6ZaJx56VYOQ7tmd52AlIGNAoDlNqpX5CiNUFTs6/IeeGnF8xcoY7B62FnGhDzhdETinhycZ95PxzfpuXfeSs/zhETv5LBzmZoWkhZnMGjuO6KEVBnDqJ4xIvcG12gkq6yMn5N+TckPPrRU6Ed8hbCznxhpwviJxS7o1tD2xOnto3MDrrv45YnfynDngGgYepQxlQurGdeH4aWIEVJkGIk9R1Urdndh6El31Dzw09vwj0XFSppMFPZ2fjtfDT3vDzBfFTSv6xnT5+vstPD330rP42xE74odtxx/Pj0ENu4HoJprEXURtFluclAY6xbXld5AT2DTc33PyKrU6/36j5CtR0NtR8QdSUco5st4+aH/N8PzA66z8OcZP/0k3htgPLTWmMw5AEMQmw54axZVvESZHH7NAucHL+DTk35PziLc7JSLUvK/BhMkgABTt7NbeDuymAl1MAgZS1ZXsDs5mUQ69D/ccRwxl+6SgAP3J8J41QHMW2ixLL8m1MXORiJ44tQntXXZx/UwCbAvh6TWeMV7zq8jbkfEHklBLGbL+PnHX+zEf+xx6C1rkg9Y9DJO1QdLt7URzEdupb2Kdu4Nq+H+AodBMLh1aEPNpF1I6cDVk3ZH1NyNq+vfGdKMx4HbQ6O2ytBa3+Bq0vCK1ScpsdTEDrBKjOwWm3s21MMbWSyIodkiIc2jiMHIy8ENk2A0k8CqQbhG4Q+jXfh2FvZ612HxZsGPqCGCql8dnhwLMrlQUeOHi7v434eeWawh13b5Skqe+EaRC6ceoETojClNh+mBDixBT13L2SmA1XN1z9qnF1UJPvClwNN1x9QVyVMqqcQUbVj3l+5mnsHURt/jrEUvFT12fqep7vUYrTKGSryLWTwKGW6wZRSN3YsbsoKgRs+Lnh59frNLXhcL9afsCWWvWS8CmlVjlyatXfRdWl78Vq/cuRmtAYUIZSsfZNsZ6b1nzFsJbENGG/hIR4qCkeajYPvRZFxwdgnvLinOb7LF8bTrWfp4Wrzoq1JH69owxzCt7Zjm01tlnYKqz76RU3sHkJtAY530BntvbvSXabsbVjZHsGsme2FHP2x7/9/Nt//O1/SlR5YZzu8nN+W5DTHfzh3Gnmx/55unMftE6D0l0AiYe8PBvVbgFIuScPz2RF3nw7Pac8hucGsncWhA90wHxi6z91XQHeePR9vUdEuw+2IP47W3DGn9gSeTqgbnphju1VjtHZ0fwnG4d5B+OYAeopAFPiszOFz1ICl4On8Jl9nF/o8TIFzrASxc8dg3eMppveFbvI90PLDUPIUqB+iMIE2Z6VWgR7TtQg+JiktUzgrxe8ww28n/92qoE9p3/xvxLsbZB3LeRJmVeOPQN5H2qdPQV6vdZ8E7A30psvJE6QOgS7jhcHfmIjlHohJgQRnPgWcSaBb92ufBv0bdC3eszrl2+wejvsXYncaEPup0BuKefLcWaQu5k4Cbw7o2FLRKbp4PckYQfCE9dOoijwkhSlMXFJHDoWjcKAWI4b+anfQPikuA3FNxR/JhT/9pwOUO38SgzHG4Y/BYZLGWiOO4Phb6P8cp7B7/r3WezmRN3c3tALaISi1Alo6CZJHMdhGvmu6/outsJwEre5qA2zN8x+FGaveU1Wgxyydo57JcjZG8g9AciFUpaV482A3CB+oH/gT0dDCcapOjhHPQv7sR1YVpj4dpwGSUJo5FuUOEESkGDSxZCuGmCwAd1mnD4B8uF+x+blyOdsyPcUyCdlSTn+DPJ9T88k2xt/B1SZNvIElVlRzZp6Emm3M2BKiBdTK40dm1hBCpBIYgL3TREOsTtp8EkCNzTc0PDFHa5zeOjsrGstQVVaPtrw8DF4KKU2OXJq019EWOCv5BzfGR/u8tPwuklEDpr3QGKyRXrqXzhNEfQaO1MXIxRGtoMTz6YkCSyHhIhiktDQa2uoTklbC/ym5a+CdTOz9bzQBr25fpv8vr/9G8APMcrz5XiEEM8qXhN0Tc5GZJQnGmdpFrOV9GCkDMn4GxkF10bsRXgsKHvS3aVky+RcvjF+5b29zqVoSsh/Z5uWFkdjTxiknfvwxyTn9yWH3gH6xTlbwDG/Bc9T45wd6CmjMS1F10OhT9i45BjVAzky0H1j/Mh246WAv5QHdoa4M85SfxMe9cp2YH7I/sUjZ/nHKftDOxU5RDXyCaLkAG0bjahgo+32JePzIsbLZbJpuWHj+ARU2Zk9zGBCoKfjXZ5V1FUYrphMWB7sGdmBx//mxp4SaIrG5qvkr1RDPlvFTx1a8C0GhiEM7Shtb2df3f+sH5v7nod1n413OYOKIivbAG1YBDw+FzbjbxdsobBkeukAscO39Ml000kMyIybAVW4xA7ahQjUFWDFdNNBKK8Z/SRQxeSoYsKLmOLtxhTUqDqSssQcOUvsu4LeQ/2COni5mrSRXm8VZdPKUVAOW0kq6Lo6Kk5DjOwERSSMcewgO8CObccMikmS2m3ZGIXQtVRVVD2mDqGu+zuta50rnvIiikuxDphSSLkOalUBOZ0Y1AJqAsbDiJlaYAAv9NqNwTA7ZRqF779K19RZF6L5qpDJ/laCyiHHB6OaGEmzyfqGNxQuHm5G1MzNUM/QPYOu43mgacQGBcXElOktue0pGAioBy2bge6rI+gBaRgN6Gk+/mqcfyxF/0yRpZGVcc5mgQ+b/h5TPvNMFwExU9ZP3lBzqR75utqaeSa2eQKev3O8lZTLL6T4RM/G92yNfqoVTCkSbIjx4fywz8q7eqOsrEYO/NFmAo+uVUlpwqOZainFoxszelJrqKBYV3lIqXCunAoHvb7qCeDT8kuW/JOB45E+iErmxg8pYICkRYClHgd/nZZFlCI3GxahTnQZuk2K3STCdkAs4jkextRJ7DBFYWgjy0tc2hby1ZW+loKBTVrjPX/eoX2eaJhOq+etoml0HzdQOfiJVc4PMuJSZsLfZjFoAbDTjvTekFdWm4uXNicNYMqOx/yzyA2bWHdvjI+A/ZW6aVRAJJQOyICtRIX6MYg4/hzYSYQdSPISKi8yFJC7xt80OoufNaRGyhkkFgrtkbGzSwlJeZ22zLUugTGNDLhkkw3TcVN1bIZT3SVi28z4zKxHUmu5JAEdXGcEnvNLfNccgOSBshcDpQSX4E+leL7Wc8vNN6IuA3AgOv7OtlZSl5XPkRh/YqAAyZFsa1SruzmD/Zidj3C2rzTSkx/HKg84Me/YmCBRko2pQr7mGJaKMbXmuNaJTFsv6SpZKWHSlRMmYTb3ALMVKFZempETWkNpisEJyuEJTUHXvU5GXmz7boD91I5dJ04SjB2aeghTm9qItJp0XuhqCrR5jNBt1WNWPqEpnvLsJ7R+2rpiTfD9NpKf/gv5BL6SKN8nRpoV0h1HXiWON95JOQG98ciRI9s6HAbeGO+qwxY7aX2GgyMB/yU7OqXs2Weg3j9UHstb2NdcOTXnKb4Bjuf9Qy9nvtZeVRI7091M8TBTmJ/oVk1cX/Uo9cW65HymCQxk7SymBtyV1MDb8xmMomqBUHF6Fg64Mxygq/PTxBJeGf+JGIzZuIvhj8L5BoOpT1Tj+30O/RUQqgv6UhamK2dhfiCHS0Ey48fLfs9AgtKj8Y4UsFD2Y8hfkZstuVmTD+Ffh7jbUCpyGfQHNiFMAVhhRLETRSgg2KJxGJD2Jl1H8lqKoKyelbbPiutnrawNdB717Cqhd4I65eykX5+gdFZP5WTbk+KWHTq4SuCHFX7OgEsovn3EphQTVXnZziQyjuRzdss1wQ3cu8CJp/YMwiGtZCevD5XSYGrgxA9XRc6p2L/kBTkQGGs1scY9KYosL7ivjhw/ccRozamSnwgBeBk2VmfAp1MC9Zdd5Eq7o1AkZqLaf//XoQYYqGp+RnwnmF5CKyDL4KFWO+yufVHzXX1nL6/O5vamXqVPHzEgbebmqqZ6+gzua2GnLvhL+aiunI/64VKkxge2YfZ7fm+YcM35MAb8JSM1S05qRkDK9dqDDEu9oikaHP3qKSqWq6FcIX8tGFe/uRrC3RWLpnxfOY5yjuD3ecEwmKFidgBDBX7j4zvTPb9laQo7/aZcIACTYyeAPxgf4QTQMbUbm5yhDhvp5cg4b+n5zE3u2kd1vmNr/FY8/p58pvzGhm+q7HN27hj6gETGPmOPOcLBwBC9Tp46eqp6m2/CaA9MyzF4DsDODjvBX6p18dSVViqs/1tJjT9nKRXO1Z/FtR388OGOnKg4C9B3OSzzGG4e2eqpHUE/J3D3xlbUygqAfSxzXw/JrG4S4YcShiROBDSuhmRGMCSzNLNqNDMKQYmNyggyd0o9SEmvrtNXD80nhebX8kkAxlP/aFY/duJnhxQ9Yz/1XDdxPJoSFNiO60ZpGgeUuEmSoCBtjf2BnNVM+69EH4SbPngpfcA9ODdzamEkqrYB1mDn4icF1g1UXwpUpSxU150EVTSJqGgeTlH3Gpq4Nk78mIfiuo6TOoh4JEBstRE78MMJLEUbkG5A+sUA6VdrX7t4h7y11ADa1MDrUQO+JeXput6kGsCTagDPqwHcLfSd+B5GAU1w4iLHicIkji3PC6PIprbjkQk1gDc1sKmBTQ28uBpwdsheSw3gTQ28JjUgJS27/qQasCfVgD2vBuyOGiAOjlwnSUMU4dgOA58dCzDGgRVjL3KsZEIN2Jsa2NTApgZeXA14K6oBe1MDr0kNSLnabjCpBpxJNeDMqwGnW4gM+WlkJTFBiHq2g5GDfRu5PgoczwmwPaEGnE0NbGpgUwMvrgaCnbWaU8jZ1MBrUgNSjrQr50i71m//4VrGh9M+O8OXhoilOk9WJD1ImsG1TPYfTmsK2ib9rqEVukJJ2Q3Ed7GTuCggMbYTO3WsII2JHbPlkeKExK3aUIpdTZHwR1RRUHXyRFI9Yh0dMv2EgfpAT6w++iH46kXRBKzvjLdNylZTdYOnipVtkGRE9pAXVNZt3kRWtYjCr2I1SVXo447sUxM2DPxDU+tjvrccE1pURS7qzGjj/k7ka+/ZThE5bezdKSlaBcPLfLDxsc3TifgfBPn3gvjbrndtJL8oTXJjwGc2UwhdTRh3nS2eH9m/cOJh3sIW77+iFgt4ZCfe2cHaaV9/E2mWnR3xZ7442/wvSPQ6PWWel8j1NDvIIXZIm/B1Vw1iRsuosVkvyNO3pNxpT86d/jHPE+M93yZn0s3eGRSEAlpTpm2PBR+6laGUlN2LCRpRyyKUWthLUz8ibGMTkoRWSKEvaduORCl2LZ2SwoNO8oPqH9ctGqV8zrMfT/52/EyzPVct0MsRsJNZ/VWtI3ZqOFL5TKJcPW/YqaSTWpVk5R0tm7NFk9PVqaLxOQNL7NyW2qhqTmVxVbGqfplSVMrLuhU6qipkxg9Szleth24MyPhiK/pf/NSSFezfS0jGviRVYkGvINWFncMIJJbxcoDsH2St88b4T4Y+bT/Wqm7fMJC+Sfrew6sVD2+2OhxPrGFQAHU4wF3mr5078A6+1kOTLfCyBZ740nlokgeuKO6kBm1dZSPlEHtyDvGPvEvwB55u931VSVNUN4FtO5JXIDGYFYPZMAxTyvTIu62wojTxIhqEJCahg20r9HzXsxMPRX7oRe15Rk/2agqIP63kT6tqjlbFWOBpK/vI9B727KpopL80Vz3yKjLZdmywtSmqClsRXFw5R27xKhRqXvzcVCmsDX428VEGPFx0fTxqM4xv2pJTja6CGZSKNb0x3ks1ptgeO8YZbcr7wd9EiQ/CRvDU5fyatLGb2jv2Aeo5sn324/9cog1OoO7YKQz8fmO6YPj7UBO8r2iMX6G64QuoACjFZLETxvoq4Gj88EDNd1AGD74xTx3mC+ingoCdcRYZ680MiBoMT1aB9mhSNpy4Go5IHuYpxbf1cPg5vf5oVbWduUK0mkiqqxCk/GKvk1/MNgXbof/J9zKbLcZIfjf+d54fqikbHkIEi8lZzJrFBJaq0kX/LKLL0G2vlVgktGyHIMsO2YnEjazI99IoSHyKLTtub0c0pa/m7RLPO/Lnnern/QueJ77qugcU3cdpKQdv9Sq3uuunrnornxIatcFdYNy4ZVh9KHsFjIRxxy9sCDihDgz1/wX8/WsSJp0y9XAGsE3YxjyU7Gl1fnNT0KKeQ44PMI9GtRlFBjO/BaJlz3fGi9+KT2HwT2GUn9ipSNzFcIdZUw6xeVDHedbTWOKV77P9fq70bEetSaUTq0K9wj0Ipc57Jel4OSh+V9TMBy+s9Xpr2X5dZ5/QRLwGIfI6d0QrKr5a03SK7pHxDfg8Kk8uLkdGgWoum1pXQ+iqOymj2pMzqr+jDznbloBdf8+zpJ0wbkBwoKhNhlJSeRFngwR+8zNjazRb7+8dBRb7qeMThPzIRrHvJX5qk8TFjmORiCZBW3qwJ2S1ErZdse0naY2T2hwp16pnu+CRz66v/nulLcQg2xOB2DuAqHzizm15IeMtQ/3yXLBDDNyrkBSKMOwZrMPGg3t78KWBMwuo2BtmyY1x4d47XlWWLR4Kl/v5gYCfilcgbJQPzEhzBAIv0jErYw7nKegxdiCC409slHFmpllVhfAGkP6QlVSqsnGG7fiGaeLveu91Y8CpLb9Uf7scPx3z+6Pwl/FSHXDygjcBzwT3Ek6UYoR/4av7SQsIPvac9KVXE/y6KoYwzRcayNk5eD3N98PxDnR6dW8E+0bUEqzum8RdYbV2nuiYR8UQqlsjADNROrC6beLIVoohaBzt+lpDV6lJeeCenAf+w+9sBX8mt+T4L2L8UMdSDGupfACnYtw9ybE/mA2LWbE0pUzkI9w8ZUf1eVFk2VbqOCik2PFpkpI0dBw/IMRz/YDKZ7d5sWspQypNkRRuMiz4sooe1Hzas6vAD2d6Mi4ncX6o+mGUbS02AHrNtfSG2aOgD5PGu8afcjjlcLfC22vw41S6JxfwxTQnFHE/kxUGlN0xbvc5XC5RpjT3+YlJ4+eshBSfbupeJkwj31G2SHi53IKKU+Sved5EMVVTyI9b/IwGarP5Y30xdANBDuxQBD1PYlDOCTuIArrwbk/CfD4+MMFFAg74sj5+vkh5qWFKOrJ42Bm/TnGdpyvFNMCMCmSfvgxTf3PU2NrC5iSeTu8wbWiVssE99xHQyhakhKv3eT6/7QWozpN1ENVFkWdHqeeEaZKmHvJsJ6VBEKQuSpLIaVNG5mVucLrB6QanDZwyI9XaWcEGpyvDKZKyqr1OVjVbckcIMm7dLT/m8aUctoeoKUVZVaA0OWW/K4SCrgOiqRV7ENPEVoAXYytCie/aHqFJbCdBnLYdkRVCV7tJqB/TukdS/phVWz8onvLsqFkf52Qnf1l7M0QvoU7SxfyS+e3fZmJ9KqeLfGdQ3SZI8bbV/bMIgGKvvTciBga3BXhOyu6lNJ+39roAtk/jjq+vChienuFN+Thy9l4QYtFE2jaRXGI63kB1fIGP8JzmtkC+/aZH3kOCUZ3Yv0N+StUwsK6kyoA/YSswpr3uR73wXDaYA+99xwfAA+1L0fbiTQtd8vXM6JUFGzhbLudSLuF9Bk/W51yoL2gtSGuvGg8Mk3sgVYFhWyDvSg6XVpHZO7x6mJW80XiEb0Huoax3u7y5T6bWctwt83RNXmXU4qG+bDRms9maet610uIemjk3jEp16Co7KXfck3PH/0I+/VTkbL/+CobhdD+9ms4EusluerNU3X7XLiIUJZh61I8CJ/DtNIg8HBHXTwMctjfnsyJXa/pKAEs/Q4X141P10Zt9hpaCC54mgJetFcDuGvXvuZ6RlNvsEgGf/M/H9FLWsVHszcEYZ8rklmtQHis70gKv2+euiZ6Ssb1/dV51ZWB/IgVTC/CEGNrvDZp0Rzn7zBDdD+/CjiYQb3U02KmCnQogsDhppFTjqK/vRZsl0ZX1nOf7YefZFGbnDPxnjiPwenXHpjpjpdFG5Ra/+7SKBZmWbSB3Zzs7Z3XF8ssDXE9kTG1Clggp70SEbhPAW+dPPZUqOTTPhwQR9nzRM7yJ2a3M0rk+rLNwrKs6pHxzT843/4nmB2ZQsM1eYUJ1bhzRHg1pPYiqdflAgagIe0cl7LhOSF3i2JEfxihwE5paQZBaFnVwW/xVJXUtNXLbPKda0/V5dl1NonrMsyuTn0U80jAcqeMgqk5PZX5ikMt0hMgEaS62VcupOic1qYmCqDkYCddRMzXGCYyu4tiEG1W9xhvfUicuStY61TDlwN22dXkd2wvN9G4L8QaDZq5V0wc4FslnGzrSO6iste9M8yEYH1sZEL9CE/Z7FXtdq8fXp2O+/KhgplgQT6DH7vonll5wVLvuqwX/5OmHE8FRLaxUeLIkBVEJ3LraRkpr9+S09nd3eZxzW/E70p7mRpPKJMXTcJmMq7m4Hc1eaXTQAp5uMHBsW8ROgsCOgwR5CcWu6zg0dDzHisMAN+powQPW0kxx88iItKfP0ZTClZTUgie+wOHnHvwg4nizYGGxsw7P2LLhwoLBeXwW1wxNWG0nvbA+N8B+5pieFZA+w1QfKIlmfio9xNvUDY8yNVkG/ZKYcjVumSS204RvrH+Mqg4wnyj3pFWT3Xj/JiNwuyp5c3ytr0bCnbv6DU6VwT66YgfJhk95UKmy2Ef3+CDRcP7EsgR7dTWKlNPud3La92wIxvfCnmw8iB+qbSunFwKhWRM2wb4tYZVWOEvWDbtNkhAjmyZp6FspSqnlJDRxsJ9GmCSkveSZl7laGiF/SlI/pU7ZaJ6yTvrg7EOe/8zSq5Ayvxp4BuFcWseebQEIi74lDF7zY8LzCL+n+7qKV/wQwX7c5/fQsI4xichZNtbTnp8UAPfB7fTPy/GWqYfylBXZub4syUs48rCdsefpimX/Kj5nI7y/y+FmqoAAv7McHctOEKLp6Sn7ne6fCd0fGynLV0mzSEbgfoRgCPm9j/liuG/jnY2uxX02euMDJIj/wj9nfaHRaUTKNfqf+Ro03tb3cqsHmrJhmiWkiPOF1VxmdLoO87tbsRvM5oZQJ5VwHj11wV7KKfflnPIPp/wsNXD9EyWgH8VNLV8sw8v9mkNcvQiO6gaGj7V/ya9H39UDyIV+1YkTkND2gjSOPJR6xLdxGoXsf9vLfj3h6xXLqh/Hv+2deJy4luePW/fyX+9pOioCW+snD+qtnDp3sM0NT9pzQXNnXucLindsDPcb4yQl0R3IJ+GWGm19/Qaq4EHnUkZZlVmkTTr5TW3kN8cPSE3npv8hr663628hcgnZWQTu2BPe5ZTDSMpAUJBCRANPVmeq75AX3LnVz2pfpE4U6RUL9AT7JzYJ4wkJ3d+G2uGv/PeXSqb4wnNBvg4FjU1sGciD5lm2tbp/7+fjMf8sNubHh1N+yz7X3cOTdg5vXXpZ82zz3Dxbt1G4rg7T1cZSQr/fSei/gDe9qYxTG9nT4QecoTkP1gyTcQh65N3LJOQmcRojFEUkSZMg9G1K7MDDfsLOadSTCh3ryF6v/jE8rSnbUz/taUIU9B72UnpYa83UariKJGZKmL1OKjRnE9pVB6edSbbPi+oUdcdGx9c+Tzdk/2BSwc19ZuyEVuVOQfY8DAXKxDRXPbwU5fGmCns4G/s2iIIpzwzsYHZ0OzflL3m8XH30bPxy4PLjZWzymI31lGcQfPex7+GTTYWUlHcAJwWFd4EQCvbH6AIF2ErIwNznObcl5DgGEYvddQb2LuV40AZE3VV1bUS4H5xk2Ztze2OmbMAW9PA8ustF6zsVexVr+m7ENjngySuWjWfuN37ENv5bp2aZpj7QVWtS4r7fTdzngUnQbp0dEBj4VUmgTWT9iGYTPLxFu8l5TM4zbNTeKDdtjm4FsyChlkeiNEmS0MPUxy5bTjElsYVJ6La3U9ri16sBwB8IySEmVxlV3mqTFbCyltN+3gspOu1VVOu6OrShAu2svDPqd2my97PmzCiVaGHjpiaDsltR0gUC2jp6jgezVnUE+KwJpSCi3m6LXKTm15qkr6oa3UiMdq4bDXibfebBciS+E49mx97fs8PlYIg6uAbXFfXxE/KV2t4HIyEabck2HpHXqdoMwRpFCtIIBH6XYhpETOKRfM5uhdKTGxnU83dTH8bZSVnWuxEpwJ8LOU8QY19PRbTPb8WBu6kmXwexi1o6YBswuG1sjUoZ84QkuUYOj/po3Aci4aAp18M+HvwxjsGs4QEneXEg5xdJW5pUuV9VyYBW5zo75+qSAT/BGub6VBQpB7Pt+wzsLKit8e4uhzSJ2nhscbgPA2sp3ls4K3KlGtfDMZN6OGYshlPXzJlEzRntq6+wdBWwVGTAl4sMCNc3GGgPJyoO3O/y/V6ceyWlW9OZQCfOuh06oWhnqTrKNQrtkNDQSWMnimMcp5iQxHKtJEYOwWnbOnlW5FoKldQPOcND+NE/lh6yihKdfYZacfpv1tSbP4xG1vUdp500qRujfgOjdZN0a5kxTrYSIUOS18GpvCc8dJ3CMUo6ksHbMiUC56UKneWAQHGJ15Qd5TlOdaudql8B5LAymu7ZUHa7VvGA2zHreSDfMS32HxeqxNh4h652EfYQugeVWpgnZf/7cvb/n/IiL+P8RDtl1v53nmQkHotmaOjr4w9HdkE/DGrQou62fglCL6aea/meHTBEDFBgO5EdhOzcYdmB22Chlui1MPGueZhcA+5f4mErRzpoPeu5MVKcLbQWS3WuOLYenplK9dyujQCvym5FLl6UjNnDPBRNRmbuOGvLJYPRfiNsdLEJ5HROPrwmYbzuMMPFs9PR+Z4HWIiZNUpxp8Vs6M8i5ZV/GSGC7SiYN5BRjysDH1t2FLbzoJAl7GYRGt5UpxThclDg8/hgwIv0o+8A1SGT9LTPG99eNbYo54OoHlY50AbVOLfIu7ULl33JGukbKMYmq1l3Z4frezPZ1swfKPT5qW/xO3GSfyvFLq9zuarJeTqfZjUes4156IRLcncLO2bV7cPqKs2TZys9/ax5rsJSSQxfLonxtyJik/mXz/RovM/+9S8yc1PHSU0gNTnp5B2dirBbrM22KMI2jbzQStnxKg1JEFh+6jkUO4HbGhUqqWvZExf+nByec+LPeZobOdVjXvSkBSNiipqUdV2hfh81sDgmlg6DmJ7nkjvvevW05TOTfH/VDaWv6nEwoyBlf73j7ek+MSY+YwO3ZNN5rjINPmfMXKh7CE2mK3duB7stf5r4/W7/IWjaBP92x/Y0sznq6hk8EpO/Xs/gOD5wFjMH0wfOpfVcSHd4VYYYL3t0PoO9ZDQ+myaqnzcqYpPB147BzBiRlMwMmf12bnw+hebYO+S8/LkRS5UffLnywy9i7zHNZ7yF6LGHRgmO9IKt0V1sWFBPJg85e2g0VdOR7NQwCZxvMHwRr3jB6t8Z3orRQls7U4y26XDX6IsrEV09vJUwXf2ga1E9WIjqGkuBXzTlR3HT2kDTeE+dTtYv9Ndsmt2UDOOr0EYIOwSU6hSK6IQe1oWR2uiJB3qWIxVAL4xcNjWFkMDfXF0myR683mGzqnp0I0O/6NgLI23vhzqOuZkSRG+Yad1UQQKZH374i5kzcqh2lPCYS16IrmzPtfw2h9dJqmokVc1ORUXfRuNUWhZcgVEmZujnsWs9Nh4hpQp/+WfTOKLJlqagSKH3Qu2mbKPIUwJxKjnh5182argTbC/BSHMNJi4Gus2MJFU13TGibn9X5zHz5uZPppW+4rbfX2+EpqxGIdCl08J8keIa076DJubn4kKfTit3+3l7U3paKrPhB7N6+k8iwabWyUPVWBEI/QuPH1WgQNVrBhFjhNM0cUOUxL4TBhgF2CFxSpMwQq1aHpe11tHqK1LE4aaIN0W8KeJHZXh8XWrMtTqBI0+ixl5chUm1O/xwVoV9x4OiZpVYQ6JQY4KuW1wQe04SpDSNQ8dOojj2Q+S4AfViSv2YBjOKTEjbVNmmyjZVtqmyhaqsX8Ndxn97h4L18B+9SvyXKm0E1iz+v4USnbPwX1Mo0J+TdcAfByT1A8jfcnxM3ChIUBKmThSH2LI8Xvx2Cvy5sA37N+zfsH/D/hWx39057nrYj18l9kuFNwI0i/3vqxU0C/8SkUID1JTdbN7UjV0chB5O4yhNUWyHKHAS1w6IjYlHZpRALW/TA5se2PTApgdWTIr6MusYyprM36EVNZnzKjWZVLQiwLOa7CP8oqfPOOkCrdal7+m2MKXYC0ni2KltIew7oWez003oOFFo2TO6rSt103Cbhts03Kbh1jrpuNCpEOP19IP9KvWDVP0hsGf1w4dqOc1qBolIoRNqyq42sC0/sZMIuQ7FdhATK6Ghm5A4dCzE9MKMNqjlbXpg0wObHtj0wEoX91/4KYdpMbyzVjzluK9Si0klFAJnVou9Y2BE4vnbmpZGocMqwt6BJiKW7aMQk5Q4rud6NEyd1I9iB7uRHc+osErcpsE2DbZpsE2DrXiS6baqvVYHeK9SB0glJQJ3qAO69zUGGmqA7pWJiSbwv0/WQX8ShA71IhL6NEC+F1FEPY9ENIoJScPA66N/X9iG/Rv2b9i/YT/7B6mmwXeixMogO3WhFnBWjdr1FVoAvYQWsKWk/8BTagGs1AJYTwvgrhbwiJd6cZIE2PXDwAqiKE3dwMIegnLcqUIL4E0LbFpg0wLflhZQliJYCPbdXhDXgn3wKsFeqgYQ+Eqwt5Vgb+uBvd0Be9+PvICkrk1w4tHEt1xm+qPAth3kOCkJFGBvb2C/gf0G9pvJvyb6I2uHwvXQP3yV6C/lmAeBEv0dJfo7eujvdNDfdvzEDpIEJ0kaBk7o09QnHkaRxZRBjFSmvrOh/4b+G/pv6L8q+qOdu6KjB1mvEv6l/OxAzs/+Pr81PtxRmMF+Yy1JBTAqs6Iy319Op4d+I51GGciUPZruOSC2LZQSK0mDgGKCHJvYFHle7HrIIknbk2ZG4FraIGGPKKtH9DqfraQGZp6gg//hivj/fVbG+WdoQMprNM58/5vf/q2HflVpxraeotSJmr2iUb0iA6PsUEEDe/AREOTEVk1W110UnU8YF5RENKCLU/nG+JGjOi9YWNee5s+reHhbtv+6iM6komGNKLpYQglVKNIMj3hgqArt0Mp+geamiKMoVS361gO+lUIDwdhAQ0FPGpJUlfdjcmQICkWr/1h2G8vcGALKiwb+h5X+2T48sY9onPJzNUIm+ATz0wHZo/QKNS7UpaZhUjkTR+y6hvZ3fJZKqAPLRg34m6VC/bD5PzVTnWbsL9VUMyW5b6YfFMLK7pabr7GL60iUkM1bwVj2zvVfvr6jLSVdh3LS9d/pPo9hn/xQ9SSE/iuVdTTA9prYrIjNlrgP7mrSbmuUlFDiE4e6FLlhgCimsWPjCKdeFFlxi/FquRpQLwF876Ovg+GT8p8bwcdanoiNzfv0TX3yG7mtVHkusk+ig5dUEvuc5/sWwngzsBRq5e8f+mZnlMUP8Z7WFXYrxQC6ghvmALEc1WJuefIS+KIl1sDyl9pMpu2Q62r/bYuBqvIue6rceKxGvzeiK3dJyYGNqpQL+IqSuaJLZ9sT7dxvp1lLrvp6HcjxkrIdyF6nEG29AI/bmr6y+dtv6XUiwvbl3cKqiWpajHXbhDeqrrL326PFS+PzFxzKWYF0sLPQKwBpKTs6lLOj38vNaT8WRBRrnq6uLtObNf1kiXUt6m7xDJ+BMg0cRIPItYIgsJPESSI78VxqOzhq0FpL9Fq2udzCF2pBi4c9TcV1rWfpoD1a02HzToBqH1M5Upyzsqm4nvEOyeoldTNeWp0yPCUClQHt6tdvHQy8LyH7PCe6b/oRNvqkwTGGm0dmBnS7abFtkZ0vdQstkMxBlQOg9Fg2/7cFOZRz2Fori4GB3ziFRDX5qs1z7fHhz2p7GItOlJV64TtastKZHuAsNWJzxVNPg2g32TT9AkV64VpCeIxgns5wbjAiKlw/Ypo/kyJjkNjrSE3PZ/EqrfOn52ASc3Q43TG1+y/4/RN9kDvXGJR3ZWfvtH94cZP+6yrm7pqWB4nP2N/Zr8HYl3KTw5Hc5L9SxnMpwPSrNvz3fAsMHfktZQ3aDaXQHQq6jtZwPMvzQ0KcgP1/jyYejpwgTKMQMYPfCweFY6eEruzZL9rHVEsgqR6zplt/6ilaOgI/1ZGgHdVMdw7Fqrnhfonf2Yi7vn8OmLWVDd02wLVfNl2s5C5dIIZDspFk5V3je6iOJ23nRQ5xBU0z0Eg92Jad3kDQtLRgo46g23Hlzo8y6OxVqZSYpLRWD9XBJCs7Sq/pAyImjFySFmzZiI+y9/2cF6D74JyRP4CSIuxJx3Lr17X165pVHtgxEAJPEXoNykNKXA7lxOV3OfSf5lYi77ndv+iQtEdck5p8gY9dZPa6fmhw9Ht9qFiuVQ8q+atoB433VqsHe8UmHx2f/2V/5t1vjbIOmBb3uPVC4GMWBnN5R9iIwOZu21LzzrVcedwIn8pN9yQg3xf0r47fVNpFoHDdxoiBYA4eLPZ8fiyo7wqP+YEkFabLdvO06d/pNs+vgflFwU11KSD0Sz1nXEmle/o7byR1oIeIPf0uOxlMKJxT4KhT0DtaXe4yTcNvCerXjbjSZESHyxFcre0Fwxu2e9iB55AfoRNc181T68e4alMnH6iOpCiqDpFQjLI6d8DXqLxbRLpuqDXl2LmmPz/1yYS0/rHBMUNcSUNnzepaWr6jgMbGfPWAUcDXkXRwFH65/vKpLlia49r4rL2cFh25EPZM5IPjyLH7F8IqlHzNTSf8KZUgZQGHzoxK+IUeL5IaaH42+c9m9XMnFGiMphvy7zqJj2yPJKHjhaHjEN+NfIJIjGgYk6TRDGOS1joqfB26INx0waYLvjFd8Fvx2/HJ0oAbNeD1CxqtrQZeXAVIScChO6MCel2H+qA81nNojKZ7Oew5NLRRGNAIR2GKPA8nCCUkCCEbgNiTKmDNfkObCthUwKYCvtDjwLpoH+zwakY/eo1o70jJvqE3g/bv8gvETM8Afksxi/kVWS//K0xSn6I4TWyKrQDZqUNxnFLftV1E0STsV8I25N+Qf0P+zRH0hIa/a+0wWksV4FepCqRU4NCfuw64ezDe3eV5SWe0ASMyG6JZhdBSdnSChZwgdR0cuUHgRK5rBbYL/5+kMUYisnVcJ7TyNrWwqYVNLWxqYWlpoMeoB7zDzlrqwX6V6kHKFQ6DGfXwtl70M9pBpplVDg1ht0CoFYeJ66cksVzfIYmHEtcNUJD4KdS8diZ1QyNuUw2bathUw6Ya1ujuM6cWnJ212nWB8yrVgpRDHIYzauE97IIZlVD/PqsOOFFHFSRWlHg+TQLbC+PQclMCDT49TEMrCa0wnlQFXNSmBjY1sKmBTQ08pePI3zmrqQD3VaqANuNYxCBOqQB5/c5ogh7ZrEKQabspCLGVWollhSn7H4dg6kZx5Ht2ROzIDaX6oXMSN/WwqYdNPWzq4UlKDTUKIlzRdeS9SgXhSgoCzSiI/55nxxnFUP08qxCApltdLqZWhOwosB3Xxg6xQy+JA0wR+2viJf6kIgBJmwLYFMCmADYF8OQ3CP7OQjt7NTXgv0o14ElqAM+ogR/zfD7UqCGYVQWCqqMMYsKeHOAYM0zHfoS9NPFdOwj9OKReSqcvlYWsTR1s6mBTB5s6eDJ3kQ+9Ju3VQk6DV6kGfEkNyGnHHyhJ8zwxPpzzYjTZuCIwOcGwutH4z93DAE6DJEi9ELux4yZubDlh5HhxYHvIS4L2tmBc1lr4X1bSSy595YJF48IHaI9G0N5ZEe1/Pp55OTZesocB/vjX7dWfqwpG8KqVgGRSWRuGK1XdhuladGlW3gmVUT0supRQ7bhsatIN0ToFyXIh5rp+qagzeiOqf0pV7ghTDYAnVBSs4HWXUibpTjy+rUvK/lbrNlGadEID3HTBGV6Hl7AjvB5et2pS/WIHwtQUFLmoilLwR/MvXomT6n30gbipAR3nBLanQRjtHT1ncaVchWIdVEuCGhmVwmCIfzpR0pR86pRB7ZTC/rWqLfrQqzSdn9o6fAN9cjOzYqBsB/ya8RogHeuhUX5NZcCTAOVm2poKgWLG2SvzGecjY7vj9dXv2DP9xf6B13MaK38x/H1Y/ILZXWwG+Sz9wAm3ah5rVPPwTSswEN4hb9cp7/1C1TycQFKrcur292yBxWwBGP9uvL/Lz6LAjlzYeUTT1jymKbO0pbYHuleXoaONQzuOgyQi1Asdx/eIT90w9aiPMIr9MGpdc7rSV6v9XT+PwYR5kh/Z1OleWWkveKLWuc1dUZOLJgygHy77/FL2VWS3kBI/xYGWADTvnJeM+7vcuOdlnnKw6uHcEeV7JuXM3gpUjFwH/MQQK833WS7XAEdWUye1qgLeLz3VnAfYmYZpPxhkQemel55qy1ElNK+K/1V6mZ0u+BkBTien/J4p3Mu+skukAxF/2FQ5W1F4l1nqTOcxZQo7jP3pjwXlBoP4ujeG/Gl5AdnqIQSqNg6OTGz+PlevSZu6tPAT2ETdQoji/CMmnhfQhfYLwlwZacDA/tMtcsVnPjvXhRKlSrk3nbN0VSNxeByuVsAbo1N1rP0cjHxPz+0sgfFGPolKkOeS7tPXp3u/LnUVmBZmG2hnuTscvAJ1FUrqSk4z/3Cm+z1h6im/MMx4V0PJXLHyisXkLGbNMlOyXJehe3akDnIRShLPCt0k9pGN4iSObRwmgWuHpD07akpf7TRZPa/kz6vB12wLZ6/btkL3cVp6yl9RT+muHNHKaNRVOGxnxECWjpRWL9tDU3XG4eA5VWk8O8DxAkYjlTNvj0nduoRV+cQ4L0HRcRUFbZTGCyXedOqVS8fURglXEyRK9dY+01qN3pNOD6FG6wLCc5XEaORq8G3V86qtUK2B6adSbm8hSi5WBRU3aH9qaEcOQLvrdq6QXgraXUuCdjmn/PsHdhA9ZWwJ/EjKO35xVvD+WIPOQjWhWRGanHDQVmiWrAPeLhQW8Z2ERpabBgxo3IDEthvbsetZNG0zRuZlrnbAaJ6SVk+J+FPW7S80+xAteA7WheeTqJkKFyS8Buw927fUqEbHjhi0asRDk1tuU5/zQ14U+X1boXZ+CfWdfP2DCX//6tAQ38G6Pd6KGupsmJ/BHwSmrNR8Qtkcg/ex2CcMLT9Dwd9bwracaGrRaV6UFAR8mA2a37SnjDtKEnDh1f3nhvb3WaOZBhFN1AQjnA7YG0cPVVejT8f8/jitKHI2D7GALgHm3DJn34k9BxoEcQXFy5ZXbfB4u468uGcva7LBHfm0VPb/q4P6E+ixeE/vCTNSRoB++PsQ5t9XNMav0NLuhbxn6Z5BWaW3y7E3GSEYvsqPQMS2kaB6CV2FEdTAdYKdZb8CXYUkXSUnvf+VHtmSgDvZH460uH2YK4Jb1LQm5bQaVXB1WPplcJshmWJIZjWk1rl2pVZSDmq1pknql79ONwWPcXE1aqNxBfWt5cb10oPQ5oUM8ULNtURHCbSHgOr+XaMPKYHWp5UeyM6/XbCFwm7Zcn5vJFUl5zcbbf+H+pY7FoXa4arrSFM4rEDzT97+SIy5aZZUqYKEfdOqxWrOpia+O+b7/PYBxnzMP0uaoLywbZUdiehIyn1pjd+KHDsXePxUMBJq0NVNecHOONU9kdw1UD5biA4htHIWtrXaecgCvGZlYbCX7H+cVVRUdZJsr96/9UPJzdeifQcaKzRRaCB75w5awip1xGsuARxMaUQsacRgTiP2agAP1NNYEeBRoq6bDVErtuLUwbYdOT6OXRR5Hk2sJPQslLYhGqOi1jqgfT2qMNxU4aYKX0gVLoh/a1DW2aHgaVH2xRHWlhA2nEPYXondAeKN1dgdJepWT7ED309JSAOCvCSlaRR6gZcmqe9TYiXBNMKuWWV3Q9gNYTeEXT20+Nu48Wi0hde5zL5SW6BXqS2k7HpkzWmLt7Ae59RFTTCvLzhV1yQP7DgMLeISgn0cOjgJE+RFDrH9KEEWnVYYXNamMTaNsWmML05jfE2uG7+fW3mNmsCvUk1IOfYIzamJD/Xmn1MVMtG8umgou6G9QZzYJApwGhAvDlDgU8v2/JD6Hg5IjKZVRiNvUxub2tjUxourjemaJt/YUSPcWe5qOsR+lTpEStBHeE6HfGx2zpwS6VDNa5GWtKNGPBR6NIqDyA5i6sUx+3eUQGMoK3QdO8XTaqQVuOmRTY9semQ7fryU6nCgtIu13vHDeZWqQ0rqR/ac6viu2mFzikOimVcbNWFHaQRBYgVJ6KVJ4MTEc+LUtRzfs0MHO17ozNxv1OI2lbGpjE1lbHccr+DgAQXkdwivpj3cV6k9pNx15Mxpj/ci62hWe0g089qjJuwWDnZi0BRxmjhJSiiKqWM5BLlx5CNoNzKtPWpxm/bYtMemPV5cezQtO242H1atSuxOqZIrVYn3KlWJlFeO3DlV8o7BDXvAnCZpSeYVSUXXbUzieC6JA2IhYnvEjVOM0gBq0nuIxiSMpvVIJW1TI5sa2dTIdgh5HZrD3bnrHUL816g5PCltHclp67/eUbovjX83PmaQefv2AmnJfOW/F+XkhgnsgsU0OYfZcpgVRz+TXZO+ezcSeK4V2TgNXZ/6buwnfpBYcZTQKA1x2N6NaApfS9/ci8dBpvmZP5G0T6zq762b567/QB0NhK21NRAvBpmxF4BqGQNtJJWl4pWgmpJJAJrtmxjiLW8M/ooCo3NeZSrOivgCdU/q4oZyQRKeTS4V6Y3ZuApe7CO+lFAGihhFfhbFTyp+I8lKNsaHbuI5+6esKRNS5dHv8/xTheKj9bw6GfCN4qkqdw0KNjaP5zUy2SueCl6esao1xVQJaBzQB1D3c1DVkv2zrG5E0ZamEGRVJlPk7sfd+iQNUbcalqi1UtHylP43xg9treJOEet78gCzUM1cU3ayKTdZ1S+AOmqV8SHbCGKKtyopT6rKkGVaDtRrdMOd+woKYHlS5jmSM8/fcuOQzda7nNtIH3K2TWeyz2t6U9CbQD9IDW80jRZ1txF7FETUQxaxsRVYQUoSZAWO7+Iw8fzQb2vma4leS8uQ+mGxeFgJD3uik43Ws55dt7yra/FCFduTKEcyxBk2YDb4fVPJydwT2E9SMfwWo4W26B5OGK7On0zu7zJmA36i9CQqPfMy6yVTd4CXP4qKynXlX7AWuwV/q0d0oFuuLlUrGxg6sxR72iaDQ9pnppWevKHHVn7kqyg/wpQAlNl3dxjtLP+FlcD/qRyTJSgCvmSz2Gy8lrv/5/9tayICmdEGzfaJO6DKPmCPEasY8QSjrWK0JxgdFaMzweiqGF3ByHZgRVDtTI3pKofHHI256nBpT1SHS3uWOlzaU9ThkuZHaIozicr52Wnp9OdmwKMxMwMeuxlryjA6YqcJM6WwP2ZG26HsjpfL4UXBFBI4jfa7dunV79mlV3/7Lr36q3fp2++d7rP4U2HeAsYUD/NT0CEdzOLtw2GWnf2uPXstrXrmWtp2ZTRHRD1kHJJrj3SSVT3wSVb1159kdUamoPYNaE5BTf6IKeixLpmCHuuSKeixtlPAy+aZ3Paae3VOdtdPUucCQPlq7Y0O5UAOeBWOedtcIyLzqmeEXvtrTPOqP8c0r/p7TPOqwWmatwWqA8mOVfuV2bmT6LTnbMijnqshj3qOhjxTc+PP8PjtnLATabPqzPP9/DofUOvPzwSnxixNcGrM1QTn1Ix5Sk6vN281dHLPL3jgNGZvwLNwDqf4dWdyil93Pqf4dWd1ir+d2yO9L82IHZBuGeUxMXnfhNmZFRy3gnKAnfxXHQiWCbW/ygiT+lOMMKnnf4TJGX1J85SXZzaDpcKmneAZn0ClEmyoxvk1v+L0J9zT85mdvrXGIdEOZeXnW7i7zeJ5MQ2Z/lLos2gshD6LxjLos6i144ClVYptY5D5vSHRac/HkEc9IUMe9YwMedRTMuRxlQA25PGUynfI40/wBDM8wQRPOMMTTvAga+6jWmMrQ+8MNMbwmLWy/Bw0w7xo9Sz3Fs0wL1pPfeZFC6vPvGiF9ZkXLbU+87I1N1gl7eIrKSniOxOuXtWI3yceQH59vtNaxn1i7SU8wahevhOM6qU7wahethOM6iU7waherhOM6qU6wahephOMYbsqoOuIhmEj6EYX1vk+44aG0n0oEw6kfM4ONNeyUDuU43KUr9NQDfjvadQEriSk+DQrpk+svU0mGNXbZIJRvU0mGJ3JF1eviVGO2QkVnqZFgluWMckV1V5c486LlGmXfKgRPq3vNMKn9ZlG+NqvBB3gLhHV2ig92sH8Vb8rP4dEN9QqcZHv96YIj51HEE4pCPXVyZBJQ5UMmez+zYz5rzw/6FzNAN3SqxmJR/tqRuKRrmagl7SWwgbKxcp6hEnjimXIpHHPMmTSuGwZMqmV8wiTWjGPMLXuwTpGz7zPi2T+Oq8m5ZRDRVmQz3RvQogev1s9VZfbcypzlEX7A8+yqz/1LLv6o8+yO/KOjOnprNqMQLNkI0r0WptQopc2YNtYTwQszW/CPrX+Tpzg1NiOE5wae3KCU2NjTnBK999VA7yUESUqoO3S6n/jUT6Nbz3K137zEymYwiS/lzE9zl+SdCiHqpH9K8OC/DMt9uRhfp/3aPX14yifhooc5bMVRptpJ4+w2xjX0HTL8yi7nRfGScY4If+GFjEtD2z2VTI6xMOYhexI2USwqZjf2A3ZQAK5pcf4wcyOZ4UVJRMOpOSX4kzJ/D6paLTXRpdevSa69Gr86NKrUaNLr9bkXXq1Eu/S+/LcmvCDniFVSVlsS43zac/6YotqnE/7Kyy2q8b5tL/KpHUV8VuK6ogx+2U6lNrfZYxL/VXGuOzenq+CkKGHoCIGboRee/zTvOq3mOaVz0MQVg1R1QoDrCZbYIP1WHTMsB5LO87ymN+rNXJDpa9BexwaurPHYUsnhfhTRI6J4owgiEbsBUo/7dkvbApOPM9v1mDoEi+wGEYZdUyGUUZpV5xOuqPvkg5mIqHlJ/W3bqgG/DwJF65AteJTO7QLIlTH+HRiVMf4dKJUx/h04lTH+NxudJdWbJZEqD1LI0zqKRphUs/PCJN6ckaY1JpwhEmtBkeY1G7/EaaghYsz20HQBfb+pOUNHKEf3zgmj0HQDJ8Y5RiJAGwS7u7vmC6KcjYQRSTgCIf+spvh1lh/M9waC3GGW2NFznBrLM0Zbo01OsOtsVhnuANpJdSlDhSfvyZb8M17LDofusfSKjN+n8H9HJBnFu2Z0jYP0FNvViNNMA0V3AghWiwaacnFJi/hsFh6xac9/2oZeHactlnS4nMW03LxUFvWq0Y7EDM/YKf2dSwfcMt61YAHYtRLXkuMGuS0xKjRTkuMO/sVXHa2L8/ZIT9mZL/8S3TZtTaUZ8ZMfT5mSzWcWs/xzTTPzwrzdY5x6O1aiGc6UNalQQvkIdX4dJDrStDSxKvHQdX1KKUPUI/Dputh6XpEuh6MrschfQh6PPosA55HYY423DwGaXRBBgpb/TO/FEcy72iV6PTvMwc8GpeYAx7J+cVMVErYUai8gwINc+ccmVLfSTDCpeEiGOHScBCMcDkjF5l6qN+QPuIKU2Jbcn8psS25vJTYltxcSmxj15b58az0Yg2oH3F12eVccnnZ5dRYHxOcGi6kCU71eXSKU30WneJUn0OnOAP5chOALLpkeyhloNwQI/RjsWgyjU6IW59eJTPeZ1DMcInYikUlWcuameBRyU6yMoZr5iWya54lUXoz/FrRejP8WlF7M/zqHTbP705+N7V7e5TjsfM65uoeWafM6DjnJFY6eWb4VKtKw14Z5RhaQlCLrY7jUETYSZQLQuyGXDoxdkMuyTd1yc+56nJE0Oi7Fzr0Gn6EDr2Gw6BDr+EZ6NCrNU2Xvs2jLP6hhHdBMlgZhRLDi3+MwnbxD/WxtaIZ4dU6t7Vk2h94wKL+xgMW6abzH1CEVjFGIBkrBnDKCu501bg5H1AP5B3ILflXdqRw+1AqUtolygVJ7UMunbT2IZdOYvuQqzXh6e+nfa49cwNq7Tee4lS/9RSn+s2nONu3Pz+c6H3BAL3QiDXvE+sfMMcZNU6Z44ztjon29JhAYTiNb9ejHR6xeVWufRZn5wc1vg2o5+VpjG+Efl4mL7iqL5KTz0u8vyPne5rk+kJrjnm5p7p/ibbc01jnkdk1NsOtsdBmuDVCsme4h0p5jtqtikgKubX6Hv1O5S0cyZZ9KcEz/63OUNNwwZcS9PMyY1H/H9Io9QVLTPPSNczWEfqBzP9kB6+3x+Qd3L3/4xfV/h9Qz8v7k3r/j9DPy/ygc8Ac5ZiX+1ZpaA3Jh7UQGAk5JjyS4R8aFRoG5PMSmwpLpb7Ylmf+/d/roNUohzZazXGr0WqOW41Wc9zqI8Qctzv+rc709zN3by/4Vi3P/DrQceCPMcxL1UCUEfqBzMCaf2P2+4An2l8KDQ9ES6Yfs9tn0QjY7bO0lpeoiAwFkd9CedLZwfZohzGax/yeKKU0VIuiUGUOvShUmaOTv8Ir1lZJmWauzmLp0+tXrJjk1ShYMck7/S6q4lwj9INvOKC5K+iyGeIcQ7l5wUyAfZZDUW3FpujR6s/3KJ/GXI/yadQFGeXTKAkyyqdRDWSUz5NjjLXqMEp0wwqbBfnMjCtRV3u+1qZMOZDjWA4tirxQ3hPJhMOQyyoxQieEs0e75BpyhE/rInKET+sqcoRP46JplE/jmmmUz5OyvPaH8lworngbKn3nbo9Dw7Hb45DyG6BUen6iBVHU4ajJ9HVLn0VDufRZNMqw9Fk0CrD0WQYXHeqsOplw6bWGzKR9RyQz2ZIXsvykBUwy4QIf5IBJxwU5YNLxQA6YnEFiLJQqYD+pznND8iVmxTirllUxzqqh7KZYNfTdFKsUvJhfoj2lv5/y8sLMB7UTc4xB/z5nmlnjcmeaWVry+eUIXerqV9fwG46zDBV0nieQUaD0bMqEk1I0xtUl1S+vPcamUWl7jM0ejJt7we7ys9bIa+LJWahq3yZa0mriSWnlKdeouTOgXjyzfU79ye1zDudXKxu4T7z4DcbzgTvDULsFerTTH1ntDOiSzm49qD6rvf2AeFJatM9vF2zDlnxWYlU4R1tk3b1nSqZ2JOcYw+KFMcKMR19zwUdtyYfOGprmBSUp+03HZ9OnXpBuPc6pk3I9zik5A6rbaB07q0erb3mM8mmYHaN87dghnKdWqG3jtvlKBKMs+gUJ5tg16hLMsY8VS4GaW5rVUoB0NG44ztXReBLdlAydK0yZckqOOo5DJpySohVd16OdkqW+npAJp6RAc0e98QjKKTnaiDlCvyjme5xXL/Z7nNfuv4vO1ZxMORKhRqAlqOK0ymkWHFRlep0zqkyvE7co07cnPduzTtBKghzmvRESnfY7DXnU7zXkGUTDQe8xU4GoXdKlsXFdNu0QuS6bFELFm+fpDLtDqR/wNcKlEfM1wiUFsfA+v1BQB0KUFIu9PJDi3BhdfdbmPU7HSnYBHt8HnaDWnuQOY1funFtMLQRPCLGXCLHbN7wUt7RQda3piax5HvtePf7Fr9Tj77+NyX4ywWtfkOy8+L063Fe94Zikx73rmKT2rdl5zixUp46u2JplsOJjiHOiSyRxhkfOU4d56dR0mNvZuMvZv5MHBhfMWlwyJ13GwcxkpztATrCkS1PtaOjKHjIP5B94Q+z9AqEVxyPnvsuNpXH8zv5+NG+LbL9sNBLfo8c0lLF0WYzJaFfHIY+yPWVrH3qKL8f1MfbHvuu0qMWvPC1KfvMjfTDp7/EdOd7SRe8sMz76bUeELH/PESHtG7ZdxvhJzEyzojybIrVuwfvOiRns2j5xSZmc5PqHduQon3q+y4oVHiqLGTyzvMsZdpXnvFiyeCSuR66coYSly2YooV0z5eVEC0b9iZ710tN7okfYH/ue06IWv/C0KHtClLNclDMhyl0uym2+R1WfOTuWsC7jJUutzzq0bYqH0znXqb8mES7Inx0w6aTODph0smYHTHJnzIPoOq8TNN8nHmbG1ARmfU9W6gls6WdkVqtAU2JFPSNPI3ymTzw3Os0OXKMcM3KZYZJoCgTSkUIJx08PGqtYoluQMN/n0cmW7/PYneJtBcRNqVNCuqSjZeDEzxrruk88I+2QlaXK6z2gHpdnAompWd+xQ72owuMYp16NxzFOe+wd4OJG9w2Adm4+dFLEh+SzEkVqg7ZEQT77zbLjLTOg9dbogEVDsu6aHWHSGneSkcUDZzw6slX23jiLhuSFn7HLNV4mUrfWa594fLTxRWNw8YLKTj0GzU3bMuhVZJUY9EqxSgwacY1dBo2qGV0GjWIZXQZ1Q7Eeg0avu/6Xs6RS/ke258pzcYk/qXXWgHqkNYBEoYECI/TzMtX3gUNy/bueKVaNa58pVo0boClWZ3QKoAeOIjlmSD47qVrQNMYwDHG4RNGeMkA83c0HN7R0+mENAx6NgIYBj3RplcERGW7U1dkkPVr9a6tRPo17q1E+jRIPo3wapR5G+TRKPozyeZJeuUTp/kFpClRUI3ki2fEcFZfyTv2NerQLAl3H+HSiXMf4hmEZOjDYox3LlxG/6wRc9YmnpWlcuPdoB7LARLmjqdqWlAknpWhMVZdU+yuPsqk/8iibPRj36S7b52WuOjoPySdnAtqhackCwkkpe97n/ky1JNXEc2M6a36didXCi5TXJTZ0jo5jDPp90KeZNTqiTzNr9EafZnak6AOyN8ElfdaaiiH5gjiECVadYIQJVqlBGynvwHujsXm7pPpumjE2DU/NGJst93YumeLaqytjdCiHRg8pIqjMdZefdOZgSD4rsbrsUuLrBM+sbO0boymmWelqU31APStPK4hvjGFWqvhnfaEV/azMyjzWF1ozzH8tNfwOyUfarZ2PtCxNMLrMMz2c9kShH0Y5FiToTXPrJOtNc2tUKJ3hbnG4zOMYJi2+y3NFBIBMqZ/8N8Klkf83wiVl/lzKLDZFQJfONxyh1099m+TVyICb5NVIhJvkVR9opnldSf92roMVyrdDu0DzjvHpqN0xPsl5zeyKA+/pquN/7xHrO/DGGTUceeOM7fjtxKxPFmZ8iRSgPqDWj3Sd4NSId53glPYgjygqNHRzh3JYPq/+VSd9r0s7LUutfLukM6OqC+FoDqwmn5aopcgH1NPykjw+54WmuIp4WhrbeuAtvdMTV1Pro+kEpwaWTnBqIOkEpzN8+/u7B9A4qhTqAfn0fOo4F/vE09I0jKAe7fCygwdSatx+tXRTMnTuuWTKKTma/oMB9ZQ89aFfJpyScmbHHr23E5RTctLsmFxKHTmCclKO+tt3KIerKDtmB3aebUqczK+jPrX+Hp/g1NjjE5wae3yC05l+e3ZOTBQRuBM8j5+JDv8j5qPD/4hZ6fBr2JGz/GoH+Ty/+jZxnr9t4UvgsjhRY5pEN2yjLX7TaaYrU07JUQZVSHRTMrQshR7tpKwLO1CVeqIE6ZQkDRzqUE7JqfzzGttwjEG/ffE0s0b/4mlm9e6bYVZvvRlm9b6bYW5vp6Ls1ozyvca26VAOnTT1rzrevy7ttCydm54+8bQ0SEvXEwWUM2+odRgYkk9L1PFqdWkHsv5Kz/lFYbBXNNqbpkuv3idd+m5qq84ZXaJblJa79GQ+5JFuLCn5pLOGJbrh3SL8pj58tmTjEvQstC7puCSdO86WbrqioHlP93F+oHo1BWvqGXkak9SlnRsbxHiYlRy98bUcSrlal87jPDOytZzkQ/KBxLenk/nhfEkYza8an2hIPidRq2ryCP2cTHXF5D7xnLR3OtM4Qj88ZF0iahIwN5VlMbqk+u7EMTYNZ+IYm5wQDa5ejfuxmmzkkgV+0rq6awknpGipbZlySo5OaaQuqX4k1RibRjDVGJvaCBxlU5t/o2zuYJbUlZs6lBOzrcxRaMkmJPBiH6Ivo4YgiXpCntZlX0s4IYXbXlH+u4acmnThKuqx6a6iHpvuKuqx6a6iHpv6+DDK1h4cjrw2m1b8ikypH7gywqURsTLC1cIkKc6mToFbiU7/hDng0ThYDng0zpMDHkcqMX7kwamgI0yNBgoj9INN1KVRWRYDau35m+JUz+IUpz3+DlrNCkY5FHPD40AfFkyPYJiXqmV8jXLMy9UymUY5xgpQmz9AYWnzA1TSNT9C6xBVJeohxzDkTiRrmJCtoe5kOaCel1fVliz1ZdYc83J1tPEYg0KqhkU1xjAvVbtu1iSXei7MMzu5qXswzvCp1sX+tGRd7E+KdaER3zmkn5fJq5dpeDinmAbS6ZEWtw9mUmRHdsxUbo0huUKi+lg+Qq+QqZP4O8qhJ9fEyyWbWFO2/QjZtkJ2Xihb5w3pFTI1Fu8Yg0KqeuGO0I9on+IErfWonmHSJZ6RVjkwzA/qCM4pphnpaj9Fj3ZG1nstf94I/YzMd3ek0B0fp52R9Z+qy6ou6dwXzthKuF1H1kddJTXOssD+nGHXMUJn2O2R9/qgrKrSo52Zow+XEzgJdaUJ6tk5JwftuSaHuZHRPbOcadLY0OZHpYNWyb3keY990iPWzZSMJYtnSob6XKiWofYUqGWo3QZqGeobf7UMfwwLNaoODKhnd8HvZ/M7pTdrjGFG6i8iL+Ht6aQptWWY0wN6x7k++YzEH9W2RJ94bl/yYsvmx5z9R/fFOzzDcumUKfBzoeP27pLOSFJa0l3SGUlKZ2qXdEaS2hbv0c7Igh6BpaYsTjsjSyssZUiuGp3Cjh9Qz8rTLaQ/yjIjWacWfo94RpqWg3pIrl/qf4pVo43FFKtaH02yqtXQJKta+0yyShEvxeVM9hqXZS3d8GZB/KbEC4luSoZGhphEODkSvZiUHvGUNK3u0z1a/TuTUT6NS5NRPo1bk1E+p//Oepl1Xdql79zj037nHp/2O/f4Bu+sdXXYIZ1aMTpXdTLl0FS4uxTxnZZvQKackvO3U8xbqJo/fFbbhKMs+geAOXYN23+O3e6/l4Y/QiKcmp33pFQmi3RJJyVB+TvzJ407tTGGKanv8sPhcszOWhIb4ilpH2hxUPXblSmnR6VjY3dpp2TpWNcy5ZScPwOML9g1Mv28zEfsoFHGpftoToj2bpoTYo+/r/bOksjnZ3DBLuswKKQu3XEjbPNPWLT7eizzkvV3okyvGq3+ruxyzMvV36Ey/UBmkcefSKRTvKBDOS1HaXN2KPWTdEe4NFJ0R7jU1skYl/pUMMblDudnnx3p5aQ3Q4J2eq7F74oj6YB6Wl4Vt6ERpDrOopS8SObytbE0vmWCccEKWdq6eYJRfXCcYFT7KicY/eE3Kk/5sVQphAH19DfXsLl7tNOyEtFHQH3VN8qxfCUt4Lav4nau4nav4vau4vav4g6u4g6v4paqbj6K/brVhq5bbui69YauW3DouhWHrlty6Lo1hxYtuin40VW3XZ7rIEjJb1/J71zJ717J713J71/JH1zJH17Jr4IktYBrVyC6dgmia9cgunYRomtXIbp2GaJr1yFauBD7JQqrvro6Ye9/Bb4fBN+Hmu/DsiB4tQydrEyVjNYjkpXNfZ36BfvE2m81wah+lQnGdvw/cE8ELeL6DWdf4ANvEsSDa5Z+mElW9UtMss68hvmL0jAfihVMV7xSR8BjXqwjoH29X/N88ILfPxzJIYuXvmLFds1LdkU86jW7IqS0vH0uHJA6eXVd2uFFS/27xoVhh3Rakl6C8ZB8WuI9TXgEs9rBMc6ilqyXEzjFpX9hp5CgcXWnkKBxiaeQoJH5pZCgkQSmkODNrAH6+3nhEmAcM6uVFOeMlkvWVodFLXnZ2upzLV9bExIWrK0JCQvW1oSEBWtrQsKCtTUhwZtZA9prS+aYXgHp5UgLZiYtWFsdFrVkDXtqgmf5uhrlX7CqRvkXrKlR/gUrapR/wXoa5fdmvrr2apI5pr+5TrW/PvFYg4JzFutc+HQoJ9qRmLz/h0bAUp96snGC1rhayoEckf6tFNKSDSR8okczuhRHjQyoLulk8YMCSmzsIeJYla82yrEwbXycWzd7fJxbN4l8nFs3l3ycWzelfJzbk3LnLsf4DvbGZ97FPlfmDg7oB1/4b9C4x5TzWWdFDskHEt/Xu+6HNKWKzd6jVclSeEAH1AN57LBffFLfOLdkExI0ji0y4YQUneTVDuWUHB3zrEuqX598jE2jQPkYm90bt94xq0c7MQdtLSDhtVoismJZOCcT7LpzM8GuxqlZdjVQzbKrkWqW3RtZ4Cp936Gc+LgaF7oy4YQUqCW5p2c9SS3xaHW68gJeGrMkKqu4S6uvCEf5NFTgKJ9UcY73hd6zn7VAY0iuX39uilWjDN0Uq3pzTLKqN8Ykq3pTTLK2G6KKstab9j6xfruycUaNfmXjjOoJn2BUT/cEo3qyJxjVASkTjH63AZXWB+pQLms5tfjTjHFpNpla/FHGuNRfZIxL/TnGuNQNUce4Agnoc2boath3NdmIqoCftOy7lnBCCi/hZSINMRXlhJy6UK2OpIZ2dkxYe0x4Vo6tLcdWvBte8G7zY3K0x+QoxmQvGJM9Wk/evKdRmana70iEi2qn95j0Cqb3mPSqpPeY2nwZaDDIbMB99lkVZNmhHE68uC+6z853ZrbfX9jxkhd0nI8JnOTSN+UVEjSseYUEDYNeIaGd7X/RoxrcaqLBHMMPGsDWko1KUN+yNVSj/Fr1pWTCUSnc+6UUwalG+aGIkKoSh0Q3KkPOidVwkI+zKCUvkqm97icY1ct9glG9yicYu4tb46DXko14i+qmu3q+px619uRNcapnb4qzPaDxdJTbgpzuGCRopC+N0A/nRaZZUBZohm/+GXU0jb70mmNerl6hoHGWeclayTKjHPNyNZJlRujnZU6EvBRTMn8ZDTGN9oSZQGmRJeQBGnZCRQk1qk5yDStG35EiO2sY4zLhpBSdXkodUv2602NsGnWnx9js4dtnZaksmN2lnZyD9HJMSi1JnHJSjk6vkx7ttCxmBGdUU5agnZR1nxf75EBOWsJq4klpe1LcUjM7kFuqJVCin35bnUSVPvHMmt6fNFf0fvo9dfpedUiHkpp+jPwCikspNXtGShyPaBw55F7SPXLI3e6/hJbZ7dFMjkQf2yZ4hk1y5ZOMuc/P54xWHPonoC7f+DMKGmcnqueRGmPQb8M7zazRhXeaWaMJ7zSz2ls1w6x2Ws0we6OfQZ0CNqB+1AdY1oJpinPZ1C9rvjTFuWzSx9suxU2Vq/qj6PUwPjG7hEE3Q4JGwj9qCf+ImD7c05lnKNoG9sn1oW6KVQPnpljVX3aSVf1pJ1ndkdnTqs80JH/E7C2uzzTJumT2FtdnmmSVZu8hkq6JFq9t4J5c1h3R8x+lQ6r/QcbYND7GGJvGhxhjc6ZmUm8xjvM8cgIesSxn+ZdOycQCZXNzn+dxnUfQUOfH+WU2xTQwTqYITcilUaQqKHi1v4SeHPUX0ZOj/jJ6ctQQoidHrWn15Hjz3/R8ny//mIxJb8UwwkevmJb3uhUzkPPIFTOQ88gVM5DzyBUzkPPIFTOQM75iKl+9TjD3NNvsqumSLl03o9yPWjlzkpatnTlJy1bPnKRl62dO0rIVNCeps4aYEvuvS5ZoLp0u9eyK6VAuXTBjzI9aLzOCli2XGUHLVsuMoGWLZUbQsrUyI6i7VCoKsIc1DWbGJZjgT/9IRDrilEydRTIlWrC2xmnB1n/2mS6KnZ9i0jdP5wVo2KfzAqRusPIFg8bWHaHXD2qb5NWIa5vk1Qhtm+TViG6b5HU7+fN1+rx6BgfU+oU9Jjg1ylRNcGrUqZrgbI8oJSFtTxiN9x+h14/ymOTViO+Y5LVHPOj32T7ZZyldfLAfSqh+nHuIxrRNcj3CXT8uYYnLflyCxrlXIUHDNaOQoNZYKgnqiEeVBH/uW6vdz1NM13zpZc5ohYBHfedlrmmFgEd95RFH9bKPLAtov/Et4WmOAJIAMLSkxzOP+9LZ1ipm/Rr4eoI0KuLrCdKoj68nSKNavp4g2bOdppQdXfbkc35R3fJKtMWCu88xNh139gibjit7hE3HjT3C1k4T1PopKNVK3e7R6mvsUT4NbT3KpxGDOcqnkU01yqeRRjXKp0aXcT512Pw4X6AsKjbOF6qLiU18eEtKcy4v0LyhOJtpXhxKRbJzl1h7HU0wqhfSBKN6JU0wqpfSBKPU1fzWpCKxVZ2t3iHVzzobY9NIOhtj00i4HmPr3e+kl+Mn9Y0OUC27w5E4NG9tJA7NexqJQwNzexztZz/kXGdF+0uhmTE7yqGfWTDDrZFiMMOtkWsww62ewzluNSTPcauBeY5bDc9z3G12E/wCJfc0QWBIru9ymWLV8LhMsWo4XKZYpYtNZl3zot8HClXF5/25XVp99+0on4a3dpRPwzk7yqfhix3l03C9jvKpl/g4X3ugKQ+gu/bZZ7C64aoR2jUX5mek6QP5wPn/LPj/wvjfc/6/I+UT8JVPwMon2Fc+ofUVQZizIpNPkAwuN9hwmh7uCgld0oEknp0zL0GQDPO0qsZJilTEmmpYJKdqNoV08p/7/OrE54ZDO+O54dBOdW44tHOcGw7t5OaGoxOKeGYrCakiEDnRsHH176c9gf1bp5ry+l/zwiZ4NGXjR8jGk+ulKkKrt2xq4sWrp8eov4h6jPprqceov6R6jPorq8fodYEJq4Fp+JE4ysxzCpJJOFGl/zZkTEL1z9g8310O0ZFk+y6uKWRVNNMrDeutMbx8deHl6wovX1F4+VrCy1cRngAorIFPWAkh+BHwhDXhCT8CnrAePOEl8IQfC0/4sfCEHwtP+LHwhB8LT3gcnmw1PNnj8GSr4cnW/iAdcvVn6JDbPbSyNdDKngZOWw847emla+stWnv5crWXL9ThLFUmja1j99jKzW8/AlhsTWCxHwEsth6w2EuAxX4ssNiPBRb7scBiPxZY7McCiz0AlksRkaNZngtKz2b5STMcY5JLe/JVEtRfQSVB/TlUEtTfRSVB/YFUEtSOCZUEtf9NJUF9UaKSoHFlolxSlroFi1KGRhcWpYzWXfJwORweoIDsLVXcl3YotffIGJd6X4xxqffCGJd6/Y9xtb77Mzmf89yk0Ga1rqHThAbVET6ariUh6x9c1j8qWf/oBwl1HsjtDg0sm2LSr/U3L0Cj4t+8AHv8/dSlaIbkA03bJSnOWamoAjHG8LiZ6jIvnKUus0ZlxGlmjdqI08wTi72M72hyUZTEGeV43Fz2uBdOZo97Yr1B7Tn99wHq+dWmkbo/Qj9a3fR8OQ3wRRNXptgH8rXKJteEk6NUXlvJhJNS1Fu/Qzkppy4ypayt1ydXS8TLJOJJiWdKDlqygHBSSkE/Z6r126OdlBWfiZYcRjc9T3o1fVvSSUmiEr46PnKEfqSqRsGw7UBK8zZLeanQxNyTYyI6ZmjrapWYkefJPytWo0r6zFt1noI1n9JlGkjnNVO0+qJJhJUUU6Mp2giXRke0ES61khzjUmvHMa5WLaaX/d68z5Lznc4cDaj1a0hMcGrUkJjg1KghMcHZXtiT06MV0xjrqFylYuoTDy9EJQKlguoTj0pL8vvjPicJOxowDa6oYznGMDtGtfobUGuvoylO9Tqa4rRH30GrEOQYw+zMCHBXKahRjlm5JS97V97lZ/0BSzyPmv0hP+6MbWEBynGW2bfWLkQ5xaSQrjBs+sSz0jQMiiH5qERdg6JHOzT224loM6oXJC9O8s8/Yd54GGfRP3TNsWucuubYNQ6xc+zO/LTg5dOCr5sWfN204OumRf/SbpbdnZ9Ve/ms2tfNqn3drA5vmEbJnOXv5egBgLtcsnvdjLnXzZh73Tp0B9szoZTZO9lnqijHV1FNd4C7J5/b1tN6reA6LPoXZXPsGtdlc+wal2Zz7BpXZ3Ps7kjfOZ1qqwPq4fE835PCLB9KZrsv6g8+x6ifQKQWopFNpBaikVqkFqKRZ6QWopF0pBaikYGkFqKRjqQWopGbpBYSNqvxLydIyWRUp0VrcZpNeyUqRajXoVKEehUqRajXoFKE2ylOey7bmy4tjJ5iGhZHJeUdpEs05yRRwmOhe2FciuIh876bURZ9B84cu4YXZ45dw5Uzx65RE3SO3VV9Oo3aqjOMV87w0oqraiGPne2ldVjVQmQ3ZHHMeEmmJSt6gmmBU3JWgI5vclaAjotyVoDGLM8LkGY4Ox9pWZq3D4dFczzJpj/LKhEa86wSoTHTKhEac60S0c42yUyzyKOc6aRS0CZULuakf1nDJJFj0hN27guTHzxDPu8wmmXV9xHqiNFw1+qIUX92LTGOPH3a/rVs1r0GjakO0HP84SRKLT0s+RZK7kWtuHQk6fXn0pGk17RLR1L7XRzLERd8msXKRui1Z2yaVz1H07zqWZnmbeeBNmXpoIGqzkoa5dCeizlu9WzMcavnY47bGdhswvLXN4Ml+sUW2pBX3zAb8urbY0Pedh722fGWFtCz4ZwvM6NmObXnRkeKepZ0pKjnS0eKWt3rSJHqX1AS34lQqHJRXcU5Rv3aGGohGpUy1EI06maohTjDQpRty+5x+0Y3skVX3twIDiTTqnI1z7q8LOacmAXFMefEaNQG0RGjUTBER4xGvTMdMRpVz3TEqP2CWmKCuaVVN3lGSxdWw3jNsuoLedSi6gt51JLqC3nUguoLcXVmHj925vEaM4/XmHm8xszjNWYeL5l5+7Ezb68x8/YaM2+vMfP2GjNvL5l557Ez76wx884aM++sMfPOGjPvLJl597Ez764x8+4aM++uMfPuGjPvLpl577Ez760x894aM++tMfPeGjPvLZl5/7Ez768x8/4aM++vMfP+GjPvj3mWm5CJGNqxq726ffolrtwJXi3/7QSvFHDLc7WyGCjJfk9+13JTTzDpv9W8AI1Xmxeg4ZSeF9Cejw/klvwrO4JL8HjmqWAaruNxnqGDepxOp83EPKu+a1pHjIZfWkeMhlNaR0z7aX4hZX4sHsyf2AeEwnPvdDrbTTFpT5lCgHqyFALavXmkcHebFwnUpi51Ft4oh/abzXGrX2uOW/3p57jV8D3H3eL2X6HhxKUgbGHVlffMX4VvanZWZ/i051YtQz3DahnqeVbLUM+2WobaraSWofYpqWWoHUpqGeo4M7UMjeIOGotMo7yDhpTxZlgLG7MtRJZJ1mUtrhZiyiSrMzMFSxuBXd8B7PrWX9f3/JpXtC2ynvLyrLdWRjgG9s+vjOo9p3oPVB/EID6oP8Aco/Y30BCi/gwaQtRfQkOIGpU1hKhhWUOIN7IsRBTGonUhsyzYNjPsOntmhl1nw8yw67TGm2GXTpdFfMfgOu5ElD2yJMy4LCiLOf44daJsn3qYHydTiMh/vSPlFNuCQ6VChM6xUiHCHn/PM/39LAq26b9kyzM/hxqpvAPyeYmnIo9hGWpkhE6yaT1hsezHfesu88Kv3GWe+L56bRXGWRQz1d5jqsPdZhgfOXOjQpbO4KgQHReMUogzPmngHiDxgk1RMUxUpmBW0IkUWanXWWuCR/sDzPPrFq6Y4tctYTHFLxl9NBFFPaBTZT+FYqEe+rWS9Z7LqqyK9704kLEHzhsTIwz6psQ0s4YhMc2sYUZMMytmXw0R02xXTcxCeFCKeNwkTUBDAkmlR964rRS1bjTWzhST9jQpBKgnSSGg1USfjtlnuqgV6iiH9pvNcatfa45b/dnnuKX0/ez4UK+JhBTzRlefWD9VepxRI0l6nFEjPXqcUSNBf5xRfd6bYPRGp3qf3d6dteeaUz9qsmXOZbMtcy6bbplz2XzLnMsmXOZsZ/wERVV5uOuCHT/FpJ/APi9AI4V9XoBGEvu8AI009nkBUsM0ZsAUUILgkund5vXJF1yvTbDqXKlNsLaK4Y6cTg/mHbOaE/JQqutSjdAPk/KZ0UZ5vk4ZZ2aaLW48qyOgeerpqEjS1xeGJ4TZjxFmTwhzHiPMEcLY5L7bk4dDXpzusvKgd1s5yqG9/Oa41Stwjlu9nee4R5KKloTrTzEtTy96bJi+QsCCRCNVeH6bXCqgjZ3YDvRcQJ79kuzcceZHZOnOClqSrTsraEnW7qygzk1Pcp8Xn+BQcaVX9VdJVHW5Zn7s1x+E5/FerXWTODU+j7MMIHpIpnYRTvBoyIYXXSgaWJbchE2za12DTbNr3YFNs+u49GfY3ZlZ1a6bN8+q8f1EGtDCZwgmDekaNfWmmDSk34oIGbRQfs12xRrsiXjMOuyJsNXviR/3nvj698TXvyfWf0/7ce9pX/+e9vXvaeu/p/O493Suf0/n+vd09N/Tfdx7ute/p3v9e7qD9/wTmGS1Pjd/zc535rtLUeaF+RZy5pXmqQb/sGLRhdkyIiD1jmRFeX7Y01LPxJtmXGDeKYXomHZKITpmnVKITkEWpZBWN2fH8kxuC3KoF4RundQ5xuFF0zQxfuxT8JKn2I99ir3kKc5jn+IsecqCCrk/N1L60bbNgz6w88PDme73Y+b87GNmObU3n44U9e7TkaLefjpS1PtPR4raU6ojRR0jqiNFHSWqI0UdJ6ojRSNSVGvZacSKasnRaAemJWdqBaNlSxhNrWG0bBGjqVWMli1jNLWO0bKFjFr//y090kIkI5FMCmpfWL3wp1bM25/NXxsxA0fFT/D7n1S+iYZqANT8l5+PZx0BnGxcwp/z27xUS+BkE2OAwAYNEYJOG5+HPGo0HvLY3bG+y08P6pEC1fi7fszzvcarcrJlbyqzaL6ozNJ/T1LqfBJONv6mtd7+qAxWG5LPStSWtWz+ukyaM9hlUuvpESa1Wh5hUmvhESavtxR1XVkD6oULc8ipuz6HnL1l+qPajSXRDZbV56y8kL2Z0DK7PTYnzEITqf8uuL8X3HXaRjEuHaJgVEG6YwzzY9aL0R1n0f6Ks+zqTznL3n7PzmxClJlW6OYk12De+pRvlb73UQ7l99DwrI6zKEf8PT2TbG/+PaP3i8Yt8Wl/c7UM9YdXy1ADplqGGj/VMtRwqpahPtKoZfjNt8+Pe8invSfn+E67Pt8Uk/ZXVwhQf3KFAPX3VghorwW/K+g92Au1XV7Fpmqd/xW82tOlJ0c9a3py1JOnJ8fpOkwrontwd/6SJf/ML8WRPggj2PwhTakiXltXyADe/pTd3vFIKlOIEBfpel9Qwav9BfXkqL+gnhz1F9ST037BD+RwKdhp88fLfi+aijV+Mk1XmIYAfY+YvjANx5i+MA3/mL6wdnLLS5FCq7Z8vzcjdtBJeMjCw+I2vAox7ccEwub+AQ7M859uQD7YYl0StEAcUsjCC2RhhSx7gSxbIctZIGvou3Ytk/3nw2mfnc0PYpnUWCq09qx0Jbf2RtKVpN5FupLUW0hXUrt/foSru/dyeF0z9R/UxoySW3s2dSWpZ1NXkno2dSVJswmXY/QDVw7fZ7fZmZmSv5DiEz2De1IL7PVE6M/rEnEak7tEnC1dA5GCoel/cr73dVGg/53nh8rw0FlsukIWXA4tEqhzT7RIoM6V0SKBjlSt+SE/Jub5jpqf8yxRFGju0A7Bmyeomz809QzeVxHgWkG2Su4ln0tLktZ30pKk9YG0JHVCJc228nsdTB/rTOU86/C70YIes/ODMFN5qMSPeXwpdQ4MCl79b6YlR+OLacnR+F5acjRuYbXktIEQfyGffiryzxCxclx2Dp7l1G+DpiFFoxOahhSNZmgaUtr98hOtY48rysqVqzV5KmZ9J7meIA2fuZ6gVnW+u8vjnNsc35GigZdRq2Q+2UFfjn4KxGKZGokRi2VqpEsslimZdPtLlpjfPxzJAfrr1GpXp6XePKu+CacjRsN00xGjYRTriJGcH6f8LDlL/iTKfgjA5JJ0lJGejJFTZ3Yum89dD3ER+uqJ0FeHS8RpaMUl4jSU4xJxkpeXkiIpuduGfZSEfRXhUlzm5NKWou/5XShRwwe8UKKGN3ihRLVlslRia6OIAFqamB8fTlRstXd6OWOznNrfS0eK+hvpSJHCkfMiL+P8RDve8f+dJxmJ9UBeS4K+r3uBNA2P9wJpGn7vBdLU63SJNPXV3xJp6kvAJdLU8Y1LpKnjHJdI04h3XLR8NeIeF8nTiH9cJA83+/pvRUSO5l8+06P5PvvXv8gipa9i1t7NmoLUG1lTkHoPawpSb19NQVJdgJz9zLvlmkwdHeOHaxNFfxECf2UC3wqBk+miQ1JlSOY4y8DEHJJ9V5BjUi6ULZg0pKsDYiZ4NGS/FzX5l469ZtOv8a0SoVHlWyVCvROUIpyZqeIBkI+dsC6zxof5QIvPWUyXPqdm03jCO42ab5NcU/K706q42ZzgWbqoJvi1V9QEv/ZymuB3FHODHzE3+Mq5wVfODb5ybrDm3NiPmBv7yrmxr5wb+8q5sTXnxnnE3DhXzo1z5dw4V86NM5ib7/NbZgrS/RliSy9Qhqfnu5idJZm7x6c9U2oZ6tlSy1DPmFqG2rJTy2iNur/TfR7DNcgPe3oLdfGl2B2NqVez68fC6orSCInVFaURGasrSiNAVldU+3XYjklpWWb5kezNjwXJjnBJv+QkpCVB+xstkab+TEukqb/UEmnqj7VEmtvHeKnNROeOSAfrp3iXYr5Cjjb2K+Ro6wCFHKnjcl4XDxJFxPqHTN1Gywox7fVcQ/iBE/6iyh8ZYxhY0H0i5XF1jEEp9V1+OarSICZ4lLJ/vWPng7s8V3hPp9mUT3h7gBv4THEsmuTSv+RUSNC40lRI0LjAVEhwJmfp/Z4cl80Q51DOvnZi2hzjo7/Bo9LVNIQs/xIjQqY/xn/Ps+OiyQIG5afQyK8bZxmJGCIpxDx+4FXf9C5IR1kWxAfNsOuEBc2w60QDzbDrBAHNsLdq/fusYOeWvDBFhfbbgpzuZNtaa551hegfWZYJ1Di/LBOocZhZJlDjZLNMoPrWaaFA9cXTQoHqu6eFAtXXTwsFatxALV3ZlhSYSvd7wkjzy74039VdZpedQXWFLAhTXSRQJ1p1kUCdoNVFAiVHy0N5zk8ZOZo/kvIOwqb4xYWWl2WWVR+1dMRoYJWOGA2E0hHTTl9Bj/SeRHtqQvmQ24fHHk7+2sj5QciZvPgaUCqPJ6McA0NhQKU8oIxyqOWq77vGWdSSP+T7C28PsUx6w7agOalChE5vUoUIe/o9P9L47pjv89uHZS/a8qnn8jv2hzQ7L5zKmkstX+uibZLr8V9q8b2kSsLMd9K5gptiGvZ+vKOUQbv5kenW0nx7OeeHnGN8E9ynRmxNGfodIRfJ02gOuUieRp/IRfKcYdjcu/zAT1h5flxW6k5LwvIwOg1pC8LpNKTVq/v//J//PxnVkpg=', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(193, 'rs-templates-counter', '744', 'off'),
(194, 'revslider_table_version', '1.0.13', 'auto'),
(195, 'revslider-global-settings', '{\"getTec\":{\"engine\":\"SR7\"},\"version\":\"6.2.0\"}', 'auto'),
(198, 'revslider_update_version', '6.6.21', 'auto'),
(199, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(200, 'cms_theme_options', 'a:109:{s:8:\"last_tab\";s:0:\"\";s:17:\"show_page_loading\";s:1:\"1\";s:12:\"smoothscroll\";s:1:\"0\";s:8:\"dev_mode\";s:1:\"0\";s:14:\"parallaxscroll\";s:0:\"\";s:20:\"parallaxscroll_speed\";s:0:\"\";s:13:\"header_layout\";s:1:\"1\";s:13:\"header_top_bg\";s:0:\"\";s:14:\"header_main_bg\";s:0:\"\";s:9:\"sticky_on\";s:1:\"0\";s:16:\"header_sticky_bg\";s:0:\"\";s:13:\"top_bar_phone\";s:15:\"002 01060070701\";s:13:\"top_bar_email\";s:21:\"consultivo@7oroof.com\";s:15:\"top_bar_address\";s:26:\"22 Albahr St, Tanta, Egypt\";s:14:\"top_bar_social\";a:2:{s:7:\"enabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:8:\"facebook\";s:8:\"Facebook\";s:7:\"twitter\";s:7:\"Twitter\";s:9:\"instagram\";s:9:\"Instagram\";}s:8:\"disabled\";a:10:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"tripadvisor\";s:11:\"Tripadvisor\";s:6:\"google\";s:6:\"Google\";s:7:\"youtube\";s:7:\"Youtube\";s:5:\"vimeo\";s:5:\"Vimeo\";s:6:\"tumblr\";s:6:\"Tumblr\";s:9:\"pinterest\";s:9:\"Pinterest\";s:4:\"yelp\";s:4:\"Yelp\";s:5:\"skype\";s:5:\"Skype\";s:8:\"linkedin\";s:8:\"Linkedin\";}}s:4:\"logo\";a:9:{s:3:\"url\";s:61:\"http://ordneco.foach.site/wp-content/uploads/2019/03/logo.png\";s:2:\"id\";s:4:\"1396\";s:6:\"height\";s:2:\"33\";s:5:\"width\";s:3:\"171\";s:9:\"thumbnail\";s:61:\"http://ordneco.foach.site/wp-content/uploads/2019/03/logo.png\";s:5:\"title\";s:4:\"logo\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:9:\"dark_logo\";a:9:{s:3:\"url\";s:68:\"http://ordneco.foach.site/wp-content/uploads/2019/03/sticky-logo.png\";s:2:\"id\";s:4:\"1397\";s:6:\"height\";s:2:\"33\";s:5:\"width\";s:3:\"171\";s:9:\"thumbnail\";s:68:\"http://ordneco.foach.site/wp-content/uploads/2019/03/sticky-logo.png\";s:5:\"title\";s:11:\"sticky-logo\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:11:\"logo_sticky\";a:9:{s:3:\"url\";s:68:\"http://ordneco.foach.site/wp-content/uploads/2019/03/sticky-logo.png\";s:2:\"id\";s:4:\"1397\";s:6:\"height\";s:2:\"33\";s:5:\"width\";s:3:\"171\";s:9:\"thumbnail\";s:68:\"http://ordneco.foach.site/wp-content/uploads/2019/03/sticky-logo.png\";s:5:\"title\";s:11:\"sticky-logo\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:9:\"logo_maxw\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:12:\"logo_maxw_sm\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:9:\"font_menu\";a:7:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:14:\"menu_font_size\";s:0:\"\";s:19:\"menu_text_transform\";s:0:\"\";s:15:\"main_menu_color\";a:3:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:17:\"sticky_menu_color\";a:3:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:18:\"show_custom_button\";s:1:\"1\";s:18:\"show_search_button\";s:1:\"1\";s:16:\"show_cart_button\";s:1:\"1\";s:10:\"h_btn_text\";s:12:\"Consultation\";s:15:\"h_btn_page_link\";s:3:\"481\";s:13:\"ptitle_layout\";s:1:\"1\";s:9:\"ptitle_bg\";a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-784-300x300.jpg\";}}s:15:\"ptitle_paddings\";a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:18:\"ptitle_paddings_sm\";a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:12:\"ptitle_color\";s:0:\"\";s:16:\"ptitle_font_size\";s:0:\"\";s:18:\"ptitle_line_height\";s:0:\"\";s:13:\"breadcrumb_on\";s:1:\"1\";s:23:\"show_product_page_title\";s:1:\"1\";s:21:\"product_page_title_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:66:\"http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-826.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"609\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:74:\"http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-826-300x300.jpg\";}}s:16:\"content_bg_color\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:15:\"content_padding\";a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:21:\"content_sidebar_space\";s:2:\"35\";s:24:\"search_field_placeholder\";s:0:\"\";s:19:\"archive_sidebar_pos\";s:5:\"right\";s:17:\"archive_author_on\";s:1:\"0\";s:15:\"archive_date_on\";s:1:\"1\";s:15:\"archive_tags_on\";s:0:\"\";s:19:\"archive_category_on\";s:1:\"1\";s:17:\"archive_sticky_on\";s:1:\"1\";s:19:\"archive_comments_on\";s:1:\"1\";s:16:\"post_sidebar_pos\";s:5:\"right\";s:16:\"post_comments_on\";s:1:\"0\";s:14:\"post_author_on\";s:1:\"0\";s:11:\"author_info\";s:1:\"1\";s:12:\"post_tags_on\";s:1:\"0\";s:16:\"post_category_on\";s:1:\"1\";s:12:\"post_date_on\";s:1:\"1\";s:20:\"post_social_share_on\";s:1:\"1\";s:21:\"post_comments_form_on\";s:1:\"1\";s:21:\"post_feature_image_on\";s:1:\"1\";s:12:\"sidebar_shop\";s:5:\"right\";s:15:\"sidebar_product\";s:5:\"right\";s:16:\"product_per_page\";s:1:\"8\";s:17:\"show_social_share\";s:1:\"1\";s:13:\"footer_layout\";s:1:\"1\";s:9:\"footer_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:5:\"fixed\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-826-300x300.jpg\";}}s:13:\"back_totop_on\";s:1:\"1\";s:17:\"footer_top_column\";s:1:\"5\";s:19:\"footer_top_paddings\";a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:16:\"footer_top_color\";s:0:\"\";s:21:\"footer_top_link_color\";a:4:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:7:\"visited\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:23:\"footer_top_heading_font\";a:6:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:24:\"footer_top_heading_color\";s:0:\"\";s:21:\"footer_top_heading_fs\";s:0:\"\";s:21:\"footer_top_heading_tt\";s:0:\"\";s:13:\"footer_top_bg\";s:0:\"\";s:19:\"footer_bottom_color\";s:0:\"\";s:16:\"footer_copyright\";s:0:\"\";s:13:\"primary_color\";s:7:\"#98cb2b\";s:15:\"secondary_color\";s:7:\"#777777\";s:10:\"link_color\";a:3:{s:7:\"regular\";s:7:\"#333333\";s:5:\"hover\";s:7:\"#98cb2b\";s:6:\"active\";s:7:\"#98cb2b\";}s:9:\"font_main\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"heading_font\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:19:\"custom_heading_font\";s:0:\"\";s:7:\"font_h1\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"font_h2\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"font_h3\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"font_h4\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"font_h5\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"font_h6\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:13:\"custom_font_1\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:23:\"custom_font_selectors_1\";s:0:\"\";s:19:\"social_facebook_url\";s:1:\"#\";s:18:\"social_twitter_url\";s:1:\"#\";s:18:\"social_inkedin_url\";s:1:\"#\";s:14:\"social_rss_url\";s:1:\"#\";s:20:\"social_instagram_url\";s:1:\"#\";s:17:\"social_google_url\";s:0:\"\";s:16:\"social_skype_url\";s:0:\"\";s:20:\"social_pinterest_url\";s:0:\"\";s:16:\"social_vimeo_url\";s:0:\"\";s:18:\"social_youtube_url\";s:0:\"\";s:15:\"social_yelp_url\";s:0:\"\";s:17:\"social_tumblr_url\";s:0:\"\";s:22:\"social_tripadvisor_url\";s:0:\"\";s:16:\"site_header_code\";s:0:\"\";s:16:\"site_footer_code\";s:0:\"\";s:8:\"site_css\";s:0:\"\";}', 'auto'),
(201, 'cms_theme_options-transients', 'a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1729174903;}', 'auto'),
(202, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.9.8\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1729174801;s:7:\"version\";s:5:\"5.9.8\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'auto'),
(203, 'newsletter_logger_secret', '078658dd', 'auto'),
(204, 'newsletter_install_time', '1729174802', 'off'),
(206, 'newsletter_backup_0.0.0', 'a:3:{s:23:\"newsletter_install_time\";i:1729174802;s:24:\"newsletter_logger_secret\";s:8:\"078658dd\";s:23:\"newsletter_show_welcome\";s:1:\"1\";}', 'off'),
(207, 'newsletter_statistics', 'a:1:{s:3:\"key\";s:32:\"4166b31488eaa29c3b8418ac7ec57942\";}', 'off'),
(208, 'newsletter_version', '8.5.7', 'auto'),
(209, 'widget_newsletterwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(210, 'widget_newsletterwidgetminimal', 'a:2:{i:1;a:4:{s:5:\"title\";s:12:\"Stay Updated\";s:6:\"button\";s:0:\"\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(211, 'action_scheduler_hybrid_store_demarkation', '6', 'auto'),
(212, 'schema-ActionScheduler_StoreSchema', '7.0.1729174802', 'auto'),
(213, 'schema-ActionScheduler_LoggerSchema', '3.0.1729174802', 'auto'),
(216, 'woocommerce_newly_installed', 'no', 'auto'),
(217, 'woocommerce_schema_version', '920', 'auto'),
(218, 'woocommerce_store_address', '', 'on'),
(219, 'woocommerce_store_address_2', '', 'on'),
(220, 'woocommerce_store_city', '', 'on'),
(221, 'woocommerce_default_country', 'US:CA', 'on'),
(222, 'woocommerce_store_postcode', '', 'on'),
(223, 'woocommerce_allowed_countries', 'all', 'on'),
(224, 'woocommerce_all_except_countries', '', 'on'),
(225, 'woocommerce_specific_allowed_countries', '', 'on'),
(226, 'woocommerce_ship_to_countries', '', 'on'),
(227, 'woocommerce_specific_ship_to_countries', '', 'on'),
(228, 'woocommerce_default_customer_address', 'base', 'on'),
(229, 'woocommerce_calc_taxes', 'no', 'on'),
(230, 'woocommerce_enable_coupons', 'yes', 'on'),
(231, 'woocommerce_calc_discounts_sequentially', 'no', 'off'),
(232, 'woocommerce_currency', 'USD', 'on'),
(233, 'woocommerce_currency_pos', 'left', 'on'),
(234, 'woocommerce_price_thousand_sep', ',', 'on'),
(235, 'woocommerce_price_decimal_sep', '.', 'on'),
(236, 'woocommerce_price_num_decimals', '2', 'on'),
(237, 'woocommerce_shop_page_id', '601', 'on'),
(238, 'woocommerce_cart_redirect_after_add', 'no', 'on'),
(239, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'on'),
(240, 'woocommerce_placeholder_image', '6', 'on'),
(241, 'woocommerce_weight_unit', 'kg', 'on'),
(242, 'woocommerce_dimension_unit', 'cm', 'on'),
(243, 'woocommerce_enable_reviews', 'yes', 'on'),
(244, 'woocommerce_review_rating_verification_label', 'yes', 'off'),
(245, 'woocommerce_review_rating_verification_required', 'no', 'off'),
(246, 'woocommerce_enable_review_rating', 'yes', 'on'),
(247, 'woocommerce_review_rating_required', 'yes', 'off'),
(248, 'woocommerce_manage_stock', 'yes', 'on'),
(249, 'woocommerce_hold_stock_minutes', '60', 'off'),
(250, 'woocommerce_notify_low_stock', 'yes', 'off'),
(251, 'woocommerce_notify_no_stock', 'yes', 'off'),
(252, 'woocommerce_stock_email_recipient', 'admin@foach.site', 'off'),
(253, 'woocommerce_notify_low_stock_amount', '2', 'off'),
(254, 'woocommerce_notify_no_stock_amount', '0', 'on'),
(255, 'woocommerce_hide_out_of_stock_items', 'no', 'on'),
(256, 'woocommerce_stock_format', '', 'on'),
(257, 'woocommerce_file_download_method', 'force', 'off'),
(258, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'off'),
(259, 'woocommerce_downloads_require_login', 'no', 'off'),
(260, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'off'),
(261, 'woocommerce_downloads_deliver_inline', '', 'off'),
(262, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'on'),
(263, 'woocommerce_downloads_count_partial', 'yes', 'on'),
(265, 'woocommerce_attribute_lookup_direct_updates', 'no', 'on'),
(266, 'woocommerce_attribute_lookup_optimized_updates', 'no', 'on'),
(267, 'woocommerce_product_match_featured_image_by_sku', 'no', 'on'),
(268, 'woocommerce_prices_include_tax', 'no', 'on'),
(269, 'woocommerce_tax_based_on', 'shipping', 'on'),
(270, 'woocommerce_shipping_tax_class', 'inherit', 'on'),
(271, 'woocommerce_tax_round_at_subtotal', 'no', 'on'),
(272, 'woocommerce_tax_classes', '', 'on'),
(273, 'woocommerce_tax_display_shop', 'excl', 'on'),
(274, 'woocommerce_tax_display_cart', 'excl', 'on'),
(275, 'woocommerce_price_display_suffix', '', 'on'),
(276, 'woocommerce_tax_total_display', 'itemized', 'off'),
(277, 'woocommerce_enable_shipping_calc', 'yes', 'off'),
(278, 'woocommerce_shipping_cost_requires_address', 'no', 'on'),
(279, 'woocommerce_ship_to_destination', 'billing', 'off'),
(280, 'woocommerce_shipping_debug_mode', 'no', 'on'),
(281, 'woocommerce_enable_guest_checkout', 'yes', 'off'),
(282, 'woocommerce_enable_checkout_login_reminder', 'no', 'off'),
(283, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'off'),
(284, 'woocommerce_enable_myaccount_registration', 'no', 'off'),
(285, 'woocommerce_registration_generate_username', 'yes', 'off'),
(286, 'woocommerce_registration_generate_password', 'yes', 'off'),
(287, 'woocommerce_erasure_request_removes_order_data', 'no', 'off'),
(288, 'woocommerce_erasure_request_removes_download_data', 'no', 'off'),
(289, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'off'),
(290, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'on'),
(291, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'on'),
(292, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'off'),
(293, 'woocommerce_trash_pending_orders', '', 'off'),
(294, 'woocommerce_trash_failed_orders', '', 'off'),
(295, 'woocommerce_trash_cancelled_orders', '', 'off'),
(296, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'off'),
(297, 'woocommerce_email_from_name', 'Ordneco', 'off'),
(298, 'woocommerce_email_from_address', 'admin@foach.site', 'off'),
(299, 'woocommerce_email_header_image', '', 'off'),
(300, 'woocommerce_email_base_color', '#7f54b3', 'off'),
(301, 'woocommerce_email_background_color', '#f7f7f7', 'off'),
(302, 'woocommerce_email_body_background_color', '#ffffff', 'off'),
(303, 'woocommerce_email_text_color', '#3c3c3c', 'off'),
(304, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'off'),
(305, 'woocommerce_email_footer_text_color', '#3c3c3c', 'off'),
(306, 'woocommerce_merchant_email_notifications', 'no', 'off'),
(307, 'woocommerce_cart_page_id', '602', 'off'),
(308, 'woocommerce_checkout_page_id', '603', 'off'),
(309, 'woocommerce_myaccount_page_id', '604', 'off'),
(310, 'woocommerce_terms_page_id', '', 'off'),
(311, 'woocommerce_force_ssl_checkout', 'no', 'on'),
(312, 'woocommerce_unforce_ssl_checkout', 'no', 'on'),
(313, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'on'),
(314, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'on'),
(315, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'on'),
(316, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'on'),
(317, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'on'),
(318, 'woocommerce_myaccount_orders_endpoint', 'orders', 'on'),
(319, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'on'),
(320, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'on'),
(321, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'on'),
(322, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'on'),
(323, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'on'),
(324, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'on'),
(325, 'woocommerce_logout_endpoint', 'customer-logout', 'on'),
(326, 'woocommerce_api_enabled', 'no', 'on'),
(327, 'woocommerce_allow_tracking', 'no', 'off'),
(328, 'woocommerce_show_marketplace_suggestions', 'yes', 'off'),
(329, 'woocommerce_custom_orders_table_enabled', 'yes', 'on'),
(330, 'woocommerce_analytics_enabled', 'yes', 'on'),
(331, 'woocommerce_feature_order_attribution_enabled', 'yes', 'on'),
(332, 'woocommerce_feature_product_block_editor_enabled', 'no', 'on'),
(333, 'woocommerce_hpos_fts_index_enabled', 'no', 'on'),
(334, 'woocommerce_single_image_width', '600', 'on'),
(335, 'woocommerce_thumbnail_image_width', '300', 'on'),
(336, 'woocommerce_checkout_highlight_required_fields', 'yes', 'on'),
(337, 'woocommerce_demo_store', 'no', 'off'),
(338, 'wc_downloads_approved_directories_mode', 'enabled', 'auto'),
(339, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'auto'),
(340, 'current_theme_supports_woocommerce', 'yes', 'auto'),
(341, 'woocommerce_queue_flush_rewrite_rules', 'no', 'auto'),
(342, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'on'),
(344, 'default_product_cat', '15', 'auto'),
(346, 'woocommerce_refund_returns_page_id', '11', 'auto'),
(349, 'woocommerce_paypal_settings', 'a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:16:\"admin@foach.site\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:16:\"admin@foach.site\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}', 'on'),
(350, 'woocommerce_version', '9.3.3', 'auto'),
(351, 'woocommerce_db_version', '9.3.3', 'auto'),
(352, 'woocommerce_store_id', '64d99a55-ad8e-46b5-af5f-4a5eed5f0386', 'auto'),
(353, 'woocommerce_admin_install_timestamp', '1729174803', 'auto'),
(354, 'woocommerce_inbox_variant_assignment', '1', 'auto'),
(355, 'woocommerce_remote_variant_assignment', '27', 'auto'),
(356, 'woocommerce_attribute_lookup_enabled', 'no', 'auto'),
(357, '_transient_timeout__woocommerce_upload_directory_status', '1729261204', 'off'),
(358, '_transient__woocommerce_upload_directory_status', 'protected', 'off'),
(360, '_transient_jetpack_autoloader_plugin_paths', 'a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}', 'on'),
(361, 'action_scheduler_lock_async-request-runner', '67111d5a3f15d4.96290337|1729174934', 'no'),
(362, 'woocommerce_admin_notices', 'a:1:{i:0;s:20:\"no_secure_connection\";}', 'auto'),
(363, 'wc_blocks_version', '11.8.0-dev', 'auto'),
(364, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"OzpPRSVpfnhGNPIkexZtAFbxcHlqVbUN\";}', 'on'),
(365, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'on'),
(366, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(367, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(368, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(369, 'widget_woocommerce_price_filter', 'a:2:{i:1;a:3:{s:5:\"title\";s:14:\"Pricing Filter\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(370, 'widget_woocommerce_product_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(371, 'widget_woocommerce_product_search', 'a:3:{i:1;a:3:{s:5:\"title\";s:10:\"Search Bar\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}i:2;a:3:{s:5:\"title\";s:10:\"Search Bar\";s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(372, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(373, 'widget_woocommerce_products', 'a:3:{i:1;a:9:{s:5:\"title\";s:12:\"Best Sellers\";s:6:\"number\";i:5;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}i:2;a:9:{s:5:\"title\";s:12:\"Best Sellers\";s:6:\"number\";i:5;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;s:8:\"el_class\";s:0:\"\";s:10:\"hide_title\";b:0;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(374, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(375, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(376, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(377, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(378, '_transient_timeout_as-post-store-dependencies-met', '1729261204', 'off'),
(379, '_transient_as-post-store-dependencies-met', 'yes', 'off'),
(381, 'newsletter_diagnostic_cron_calls', 'a:6:{i:0;i:1729174804;i:1;i:1729174813;i:2;i:1729174824;i:3;i:1729174891;i:4;i:1729174896;i:5;i:1729174929;}', 'off'),
(382, '_transient_timeout_wcpay_incentive_store_has_orders', '1729196405', 'off'),
(383, '_transient_wcpay_incentive_store_has_orders', 'no', 'off'),
(384, 'wcpay_was_in_use', 'no', 'auto'),
(385, '_transient_timeout_wcpay_welcome_page_incentive', '1729347605', 'off'),
(386, '_transient_wcpay_welcome_page_incentive', 'a:3:{s:9:\"incentive\";a:7:{s:2:\"id\";s:32:\"wcpay-promo-2023-action-discount\";s:4:\"type\";s:12:\"welcome_page\";s:9:\"cta_label\";s:28:\"Install WooPayments for free\";s:6:\"tc_url\";s:75:\"https://woocommerce.com/terms-conditions/woopayments-action-promotion-2023/\";s:11:\"description\";s:117:\"<b>Save 10%</b> on payment processing costs in your <b>first three months</b> when you sign up for WooPayments today.\";s:19:\"task_header_content\";s:256:\"Power your payments with a simple, all-in-one option and <b>save 10% on payment processing costs in your first three months</b>. See <a href=\"https://woocommerce.com/terms-conditions/woopayments-action-promotion-2023/\">Terms and Conditions</a> for details.\";s:10:\"task_badge\";s:35:\"Save 10% on payment processing fees\";}s:12:\"context_hash\";s:32:\"6d37bc19d822af681f896b21065134c7\";s:9:\"timestamp\";i:1729174805;}', 'off'),
(387, 'wc_admin_show_legacy_coupon_menu', '0', 'auto'),
(388, 'woocommerce_custom_orders_table_created', 'yes', 'auto'),
(389, 'woocommerce_coming_soon', 'no', 'auto'),
(390, 'woocommerce_initial_installed_version', '9.3.3', 'off'),
(391, 'wc_blocks_db_schema_version', '260', 'auto'),
(392, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}', 'off'),
(393, '_transient_timeout_woocommerce_blocks_asset_api_script_data', '1731766937', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(394, '_transient_woocommerce_blocks_asset_api_script_data', '{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"eb5ac71a827c4c81fed8\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"bda84b1be3361607d04a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"ca04183222edaf8a26be\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"314d18d8fe63fcbe6cb6\",\"dependencies\":[\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"9c64b2fb6cec317e1770\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"8c83b2b8521a19ab00b9\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"93db775143f168c26ac3\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"6eb6865831aa5a75475d\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"4f21a9f43ea5bfa7f02e\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"483d2180eda1f53dc60d\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"651d3d70da2d2aef0e82\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"4ef596e6634f89ac412f\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"7657f2f92845b59d4dce\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"b17cecfe19e23a3899e0\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"5f11d5c440e62fef7bb5\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\",\"version\":\"8997b5406dcf18064a4e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\",\"version\":\"9f910c57a575d29e7f8e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/active-filters.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters.js\",\"version\":\"e12366c8a56976baed98\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/active-filters-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters-frontend.js\",\"version\":\"6c48702f58c24bb97f66\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/all-products.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products.js\",\"version\":\"c265f87ec00d2ff78c66\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-products-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products-frontend.js\",\"version\":\"d3b2da0916f9d8584854\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-reviews.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-reviews.js\",\"version\":\"a268036043addd4c5acc\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-escape-html\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/reviews-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-frontend.js\",\"version\":\"403abda05b51a9c06a58\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/attribute-filter.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter.js\",\"version\":\"405769a6c85a0db90cb2\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/attribute-filter-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter-frontend.js\",\"version\":\"61292cafbcfbb0d769e5\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/breadcrumbs.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/breadcrumbs.js\",\"version\":\"a46bdf27ac23bce673ff\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/catalog-sorting.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/catalog-sorting.js\",\"version\":\"46e9a6788747bd1dda73\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/legacy-template.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/legacy-template.js\",\"version\":\"088e05230c1ace46bf83\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/classic-shortcode.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/classic-shortcode.js\",\"version\":\"95c41fae930c5aee4110\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/coming-soon.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/coming-soon.js\",\"version\":\"07a53f0414db8dad75ac\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/customer-account.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/customer-account.js\",\"version\":\"0c8a286658fcb3e8546f\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/featured-category.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-category.js\",\"version\":\"35f416bff0fb93387cb5\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/featured-product.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-product.js\",\"version\":\"369c309dc8e90c3b0d77\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/filter-wrapper.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper.js\",\"version\":\"236ba7d7e783ccbcc380\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/filter-wrapper-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper-frontend.js\",\"version\":\"78dc7015ab2dbf31804b\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/handpicked-products.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/handpicked-products.js\",\"version\":\"396c61722655a19c4f3e\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/mini-cart.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart.js\",\"version\":\"7f6c34f992ce0e29a1dc\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/mini-cart-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-frontend.js\",\"version\":\"de93ee7eb69dd39340fa\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/store-notices.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/store-notices.js\",\"version\":\"3a69b4a56afb4e333ca1\",\"dependencies\":[\"react\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-deprecated\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/price-filter.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter.js\",\"version\":\"7541325c9e902d96c999\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/price-filter-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter-frontend.js\",\"version\":\"cc8ce5fb09220bc02314\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-best-sellers.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-best-sellers.js\",\"version\":\"f02a435ca101ac93f7d8\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-button.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\",\"version\":\"cb28f5957f4ece0c48e5\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-data-store\",\"wc-interactivity\",\"wp-a11y\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-categories.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-categories.js\",\"version\":\"6551614b46b75a8fe22d\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\"]},\"assets\\/client\\/blocks\\/product-category.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-category.js\",\"version\":\"eec2cb1659cb15dcbcf7\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection.js\",\"version\":\"0242bb55e9a23df3afc1\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-frontend.js\",\"version\":\"8ffa3332186207691feb\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-collection-no-results.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-no-results.js\",\"version\":\"d1c4e65a98c9f79e8930\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery.js\",\"version\":\"c6c5acf8484d242125cf\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-frontend.js\",\"version\":\"c340254c6c31444370fb\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image.js\",\"version\":\"9123fa40c2900c7ffff5\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image-frontend.js\",\"version\":\"dd8201c48d0f0223ee5a\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-new.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-new.js\",\"version\":\"e02c41db87762f2a864e\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-on-sale.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-on-sale.js\",\"version\":\"d2a18f8f5a99b5ae9fcd\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-template.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-template.js\",\"version\":\"fb1199bb22c9b94e41a4\",\"dependencies\":[\"react\",\"wc-blocks-shared-context\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query.js\",\"version\":\"8231456d3b3054d4f5d2\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-results-count.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-results-count.js\",\"version\":\"f67c632c9c0ac6a63903\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-search.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-search.js\",\"version\":\"241a15bb8d9fb8afcd93\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-summary.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-summary.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-tag.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-tag.js\",\"version\":\"e5ceb3330a4d33c1d80c\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-title.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-top-rated.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-top-rated.js\",\"version\":\"76b1dfaa394469f53991\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/products-by-attribute.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/products-by-attribute.js\",\"version\":\"d8168d1e219afd197673\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/rating-filter.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/rating-filter.js\",\"version\":\"428e74db07d18b6a6c49\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/reviews-by-category.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-category.js\",\"version\":\"36d94e215bcc22086f05\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/reviews-by-product.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-product.js\",\"version\":\"709a17af900e478ee790\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/single-product.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/single-product.js\",\"version\":\"05193999e0f40595cd8e\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-store-data\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/stock-filter.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter.js\",\"version\":\"cbb3c58e66888f68e4a7\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/stock-filter-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter-frontend.js\",\"version\":\"61da2cb317321e6acc8f\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/page-content-wrapper.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/page-content-wrapper.js\",\"version\":\"1fd399fa754701bea190\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-status.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-status.js\",\"version\":\"8c9f3a518172327f48a0\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-summary.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-summary.js\",\"version\":\"259daa9a9e302be8a04e\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-date\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals.js\",\"version\":\"fb4b9c0d40f2d07e0c28\",\"dependencies\":[\"react\",\"wc-price-format\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\",\"version\":\"e2cc2a4e02c46a322434\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads.js\",\"version\":\"26fdedbc1f1b13554ad4\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\",\"version\":\"9077b93bf8ff5dc4371e\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-address.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-address.js\",\"version\":\"87d59d30fc3b79a280ec\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\",\"version\":\"3a24afe202ccabf9fd44\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\",\"version\":\"99dbc2cfeb1472282ed4\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\",\"version\":\"f68c7a9bfa980dd916fd\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-information.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-information.js\",\"version\":\"21bdd0df3ab78b31e12b\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\",\"version\":\"0d2e059d88ef29bca236\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\",\"version\":\"3d34c07f1650322267f0\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/cart.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart.js\",\"version\":\"6e9fbe4dce866df70b6f\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-frontend.js\",\"version\":\"f10b598c943a06f25d98\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-cart-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-cart-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-cart-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-cart-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-totals-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-totals-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-items-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-items-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-line-items-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-line-items-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-express-payment-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-express-payment-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/proceed-to-checkout-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/proceed-to-checkout-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout.js\",\"version\":\"96e1e6e0f4fe470f91fa\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-frontend.js\",\"version\":\"e140f38159dfa7beb30e\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-actions-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-actions-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-additional-information-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-additional-information-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-billing-address-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-billing-address-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-contact-information-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-contact-information-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-express-payment-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-express-payment-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-fields-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-fields-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-note-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-note-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-payment-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-payment-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-address-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-address-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-method-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-method-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-pickup-options-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-pickup-options-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-terms-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-terms-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-totals-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-totals-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents.js\",\"version\":\"0d14f879bb931ec28d02\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-footer-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-footer-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-items-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-items-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-products-table-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-products-table-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-label-block.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-label-block.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"94a847b96873f9cc6d69\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/localhost\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.3.3\",\"dependencies\":[]}},\"version\":\"wc-9.3.3\",\"hash\":\"1da22e77e080ca3bf620fc5a1f5e646a\"}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(395, '_transient_timeout_woocommerce_admin_payment_gateway_suggestions_specs', '1729779606', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(396, '_transient_woocommerce_admin_payment_gateway_suggestions_specs', 'a:1:{s:5:\"en_US\";a:24:{s:6:\"affirm\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"affirm\";s:5:\"title\";s:6:\"Affirm\";s:7:\"content\";s:169:\"Affirm’s tailored Buy Now Pay Later programs remove price as a barrier, turning browsers into buyers, increasing average order value, and expanding your customer base.\";s:5:\"image\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:7:\"plugins\";a:0:{}s:13:\"external_link\";s:59:\"https://woocommerce.com/products/woocommerce-gateway-affirm\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"US\";i:1;s:2:\"CA\";}s:23:\"recommendation_priority\";i:7;}s:8:\"afterpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"afterpay\";s:5:\"title\";s:8:\"Afterpay\";s:7:\"content\";s:125:\"Afterpay allows customers to receive products immediately and pay for purchases over four installments, always interest-free.\";s:5:\"image\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:3:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"AU\";}s:23:\"recommendation_priority\";i:8;}s:14:\"airwallex_main\";O:8:\"stdClass\":11:{s:2:\"id\";s:14:\"airwallex_main\";s:5:\"title\";s:18:\"Airwallex Payments\";s:7:\"content\";s:115:\"Boost international sales and save on FX fees. Accept 60+ local payment methods including Apple Pay and Google Pay.\";s:5:\"image\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/airwallex.png\";s:12:\"square_image\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex-square.png\";s:7:\"plugins\";a:1:{i:0;s:33:\"airwallex-online-payments-gateway\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:17:{i:0;s:2:\"GB\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"EE\";i:4;s:2:\"FR\";i:5;s:2:\"DE\";i:6;s:2:\"GR\";i:7;s:2:\"IE\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";i:11;s:2:\"PT\";i:12;s:2:\"AU\";i:13;s:2:\"NZ\";i:14;s:2:\"HK\";i:15;s:2:\"SG\";i:16;s:2:\"CN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:24:\"amazon_payments_advanced\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"amazon_payments_advanced\";s:5:\"title\";s:10:\"Amazon Pay\";s:7:\"content\";s:94:\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally.\";s:5:\"image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-amazon-payments-advanced\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:18:{i:0;s:2:\"US\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"CY\";i:4;s:2:\"DK\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"DE\";i:8;s:2:\"GB\";i:9;s:2:\"HU\";i:10;s:2:\"IE\";i:11;s:2:\"IT\";i:12;s:2:\"LU\";i:13;s:2:\"NL\";i:14;s:2:\"PT\";i:15;s:2:\"SL\";i:16;s:2:\"SE\";i:17;s:2:\"JP\";}s:23:\"recommendation_priority\";i:6;}s:4:\"bacs\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"bacs\";s:5:\"title\";s:20:\"Direct bank transfer\";s:7:\"content\";s:32:\"Take payments via bank transfer.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/bacs.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/bacs.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:3:\"cod\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"cod\";s:5:\"title\";s:16:\"Cash on delivery\";s:7:\"content\";s:36:\"Take payments in cash upon delivery.\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/cod.svg\";s:11:\"image_72x72\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/cod.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:4:\"eway\";O:8:\"stdClass\":11:{s:2:\"id\";s:4:\"eway\";s:5:\"title\";s:4:\"Eway\";s:7:\"content\";s:171:\"The Eway extension for WooCommerce allows you to take credit card payments directly on your store without redirecting your customers to a third party site to make payment.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway.png\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/eway.png\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway-square.png\";s:7:\"plugins\";a:1:{i:0;s:24:\"woocommerce-gateway-eway\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:3:\"kco\";O:8:\"stdClass\":10:{s:2:\"id\";s:3:\"kco\";s:5:\"title\";s:15:\"Klarna Checkout\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-checkout-for-woocommerce\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"NO\";i:1;s:2:\"SE\";i:2;s:2:\"FI\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:15:\"klarna_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:15:\"klarna_payments\";s:5:\"title\";s:15:\"Klarna Payments\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:19:{i:0;s:2:\"MX\";i:1;s:2:\"US\";i:2;s:2:\"CA\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CH\";i:6;s:2:\"DK\";i:7;s:2:\"ES\";i:8;s:2:\"FI\";i:9;s:2:\"FR\";i:10;s:2:\"DE\";i:11;s:2:\"GB\";i:12;s:2:\"IT\";i:13;s:2:\"NL\";i:14;s:2:\"NO\";i:15;s:2:\"PL\";i:16;s:2:\"SE\";i:17;s:2:\"NZ\";i:18;s:2:\"AU\";}s:23:\"recommendation_priority\";i:9;}s:30:\"mollie_wc_gateway_banktransfer\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"mollie_wc_gateway_banktransfer\";s:5:\"title\";s:6:\"Mollie\";s:7:\"content\";s:128:\"Effortless payments by Mollie: Offer global and local payment methods, get onboarded in minutes, and supported in your language.\";s:5:\"image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie.svg\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mollie.png\";s:12:\"square_image\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie-square.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"mollie-payments-for-woocommerce\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:11:{i:0;s:2:\"AT\";i:1;s:2:\"BE\";i:2;s:2:\"CH\";i:3;s:2:\"ES\";i:4;s:2:\"FI\";i:5;s:2:\"FR\";i:6;s:2:\"DE\";i:7;s:2:\"GB\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payfast\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payfast\";s:5:\"title\";s:7:\"Payfast\";s:7:\"content\";s:299:\"The Payfast extension for WooCommerce enables you to accept payments by Credit Card and EFT via one of South Africa’s most popular payment gateways. No setup fees or monthly subscription costs. Selecting this extension will configure your store to use South African rands as the selected currency.\";s:5:\"image\";s:80:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/payfast.png\";s:11:\"image_72x72\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payfast.png\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-payfast-gateway\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"ZA\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:17:\"payoneer-checkout\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"payoneer-checkout\";s:5:\"title\";s:17:\"Payoneer Checkout\";s:7:\"content\";s:202:\"Payoneer Checkout is the next generation of payment processing platforms, giving merchants around the world the solutions and direction they need to succeed in today’s hyper-competitive global market.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payoneer.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payoneer.png\";s:7:\"plugins\";a:1:{i:0;s:17:\"payoneer-checkout\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"HK\";i:1;s:2:\"CN\";}s:23:\"recommendation_priority\";i:10;}s:8:\"paystack\";O:8:\"stdClass\":11:{s:2:\"id\";s:8:\"paystack\";s:5:\"title\";s:8:\"Paystack\";s:7:\"content\";s:127:\"Paystack helps African merchants accept one-time and recurring payments online with a modern, safe, and secure payment gateway.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack.png\";s:12:\"square_image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack-square.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paystack.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-paystack\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GH\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"ZA\";i:1;s:2:\"GH\";i:2;s:2:\"NG\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payubiz\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payubiz\";s:5:\"title\";s:20:\"PayU for WooCommerce\";s:7:\"content\";s:169:\"Enable PayU’s exclusive plugin for WooCommerce to start accepting payments in 100+ payment methods available in India including credit cards, debit cards, UPI, & more!\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payu.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payu.png\";s:7:\"plugins\";a:1:{i:0;s:10:\"payu-india\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:12:\"ppcp-gateway\";O:8:\"stdClass\":11:{s:2:\"id\";s:12:\"ppcp-gateway\";s:5:\"title\";s:15:\"PayPal Payments\";s:7:\"content\";s:78:\"Safe and secure payments using credit cards or your customer\'s PayPal account.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/paypal.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paypal.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paypal.svg\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:49:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:48:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";}s:19:\"category_additional\";a:49:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";i:48;s:2:\"IN\";}s:23:\"recommendation_priority\";i:4;}s:8:\"razorpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"razorpay\";s:5:\"title\";s:8:\"Razorpay\";s:7:\"content\";s:133:\"The official Razorpay extension for WooCommerce allows you to accept credit cards, debit cards, netbanking, wallet, and UPI payments.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/razorpay.svg\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/razorpay.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-razorpay\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:18:\"square_credit_card\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"square_credit_card\";s:5:\"title\";s:6:\"Square\";s:7:\"content\";s:169:\"Securely accept credit and debit cards with one low rate, no surprise fees (custom rates available). Sell online and in store and track sales and inventory in one place.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/square-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/square.png\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}i:1;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:12:\"brick-mortar\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:18:\"brick-mortar-other\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:21:\"no_im_selling_offline\";s:7:\"default\";s:0:\"\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:34:\"im_selling_both_online_and_offline\";s:7:\"default\";s:0:\"\";}}}}}}}}}s:14:\"category_other\";a:8:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"IE\";i:3;s:2:\"ES\";i:4;s:2:\"FR\";i:5;s:2:\"GB\";i:6;s:2:\"AU\";i:7;s:2:\"JP\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:5;}s:6:\"stripe\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"stripe\";s:5:\"title\";s:6:\"Stripe\";s:7:\"content\";s:112:\"Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/stripe.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/stripe.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/stripe.svg\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AT\";i:5;s:2:\"BE\";i:6;s:2:\"BG\";i:7;s:2:\"CH\";i:8;s:2:\"CY\";i:9;s:2:\"CZ\";i:10;s:2:\"DK\";i:11;s:2:\"EE\";i:12;s:2:\"ES\";i:13;s:2:\"FI\";i:14;s:2:\"FR\";i:15;s:2:\"DE\";i:16;s:2:\"GB\";i:17;s:2:\"GR\";i:18;s:2:\"HU\";i:19;s:2:\"IE\";i:20;s:2:\"IT\";i:21;s:2:\"LV\";i:22;s:2:\"LT\";i:23;s:2:\"LU\";i:24;s:2:\"MT\";i:25;s:2:\"NL\";i:26;s:2:\"NO\";i:27;s:2:\"PL\";i:28;s:2:\"PT\";i:29;s:2:\"RO\";i:30;s:2:\"SK\";i:31;s:2:\"SL\";i:32;s:2:\"SE\";i:33;s:2:\"AU\";i:34;s:2:\"NZ\";i:35;s:2:\"HK\";i:36;s:2:\"JP\";i:37;s:2:\"SG\";i:38;s:2:\"ID\";i:39;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:23:\"woo-mercado-pago-custom\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"woo-mercado-pago-custom\";s:5:\"title\";s:12:\"Mercado Pago\";s:7:\"content\";s:198:\"Set up your payment methods and accept credit and debit cards, cash, bank transfers and money from your Mercado Pago account. Offer safe and secure payments with Latin America’s leading processor.\";s:5:\"image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mercadopago.png\";s:11:\"image_72x72\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mercadopago.png\";s:7:\"plugins\";a:1:{i:0;s:23:\"woocommerce-mercadopago\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}}}}s:16:\"is_local_partner\";b:1;s:14:\"category_other\";a:8:{i:0;s:2:\"AR\";i:1;s:2:\"CL\";i:2;s:2:\"CO\";i:3;s:2:\"EC\";i:4;s:2:\"PE\";i:5;s:2:\"UY\";i:6;s:2:\"MX\";i:7;s:2:\"BR\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:20:\"woocommerce_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:1:\"<\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:1:\"<\";}}}}s:23:\"recommendation_priority\";i:2;}s:47:\"woocommerce_payments:without-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"woocommerce_payments:without-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:37:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:1;}s:44:\"woocommerce_payments:with-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"woocommerce_payments:with-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:212:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies – with no setup costs or monthly fees – and you can now accept in-person payments with the Woo mobile app.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:0;}s:25:\"woocommerce_payments:bnpl\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"woocommerce_payments:bnpl\";s:5:\"title\";s:38:\"Activate BNPL instantly on WooPayments\";s:7:\"content\";s:185:\"The world’s favorite buy now, pay later options and many more are right at your fingertips with WooPayments — all from one dashboard, without needing multiple extensions and logins.\";s:5:\"image\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:2:\">=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}s:23:\"recommendation_priority\";i:10;}s:8:\"zipmoney\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"zipmoney\";s:5:\"title\";s:27:\"Zip Co - Buy Now, Pay Later\";s:7:\"content\";s:84:\"Give your customers the power to pay later, interest free and watch your sales grow.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/zipmoney.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/zipmoney.png\";s:7:\"plugins\";a:1:{i:0;s:29:\"zipmoney-payments-woocommerce\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(397, '_transient_timeout_woocommerce_marketplace_promotions_v2', '1729261206', 'off'),
(398, '_transient_woocommerce_marketplace_promotions_v2', 'a:1:{s:6:\"notice\";a:8:{s:13:\"date_from_gmt\";s:16:\"2024-09-04 00:00\";s:11:\"date_to_gmt\";s:16:\"2024-10-22 23:59\";s:6:\"format\";s:6:\"notice\";s:5:\"style\";s:4:\"info\";s:5:\"pages\";a:5:{i:0;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:0:\"\";s:4:\"name\";s:8:\"Discover\";}i:1;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:10:\"extensions\";s:4:\"name\";s:6:\"Browse\";}i:2;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:6:\"themes\";s:4:\"name\";s:6:\"Themes\";}i:3;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:17:\"business-services\";s:4:\"name\";s:17:\"Business Services\";}i:4;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:16:\"my-subscriptions\";s:4:\"name\";s:16:\"My Subscriptions\";}}s:7:\"content\";a:1:{s:5:\"en_US\";s:272:\"<strong>Get more for your money</strong> each Wednesday with <strong>big savings</strong> on selected extensions. <a href=\"https://woocommerce.com/products/?utm_source=extensionsscreen&amp;utm_medium=product&amp;utm_campaign=mpweeklydeals\">Shop this week&#039;s deals.</a>\";}s:4:\"icon\";s:7:\"percent\";s:14:\"is_dismissible\";b:1;}}', 'off'),
(399, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'on'),
(400, 'revslider-update-check', '1729174807', 'auto'),
(401, '_transient_timeout_woocommerce_admin_remote_free_extensions_specs', '1729779606', 'off'),
(402, '_transient_woocommerce_admin_remote_free_extensions_specs', 'a:1:{s:5:\"en_US\";a:5:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:154:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooPayments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:1:{i:0;s:2:\"US\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"woocommerce-services:shipping\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:61;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":8:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:126:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google for WooCommerce</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":7:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:76:\"Get your products in front of Pinners searching for ideas and things to buy.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:29:\"mailchimp-for-woocommerce:alt\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:138:\"Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"klaviyo\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}}}s:17:\"obw/core-profiler\";O:8:\"stdClass\":3:{s:3:\"key\";s:17:\"obw/core-profiler\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:9:{i:0;O:8:\"stdClass\":10:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:89:\"Securely accept payments and manage payment activity straight from your store\'s dashboard\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";s:5:\"label\";s:25:\"Get paid with WooPayments\";s:9:\"image_url\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo.svg\";s:15:\"learn_more_link\";s:123:\"https://woocommerce.com/products/woocommerce-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:1;O:8:\"stdClass\":9:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:76:\"Print USPS and DHL labels directly from your dashboard and save on shipping.\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"woocommerce-services:shipping\";s:5:\"label\";s:47:\"Print shipping labels with WooCommerce Shipping\";s:9:\"image_url\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo.svg\";s:15:\"learn_more_link\";s:114:\"https://woocommerce.com/woocommerce-shipping?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:3;}i:2;O:8:\"stdClass\":10:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:84:\"Save time on content creation — unlock high-quality blog posts and pages using AI.\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";s:5:\"label\";s:48:\"Boost content creation with Jetpack AI Assistant\";s:9:\"image_url\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-jetpack.svg\";s:15:\"learn_more_link\";s:110:\"https://woocommerce.com/products/jetpack?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:8;}i:3;O:8:\"stdClass\":10:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:56:\"Get your products in front of a highly engaged audience.\";s:9:\"image_url\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-pinterest.svg\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";s:5:\"label\";s:37:\"Showcase your products with Pinterest\";s:15:\"learn_more_link\";s:128:\"https://woocommerce.com/products/pinterest-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:4;O:8:\"stdClass\":10:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:60;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:3:\"key\";s:25:\"mailchimp-for-woocommerce\";s:5:\"label\";s:35:\"Reach your customers with MailChimp\";s:15:\"learn_more_link\";s:128:\"https://woocommerce.com/products/mailchimp-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:5;O:8:\"stdClass\":10:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:71:\"Send purchase follow-up emails, newsletters, and promotional campaigns.\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:61;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";s:5:\"label\";s:34:\"Reach your customers with MailPoet\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-mailpoet.svg\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/mailpoet?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:6;O:8:\"stdClass\":11:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:83:\"Reach millions of active shoppers across Google with free product listings and ads.\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";s:5:\"label\";s:39:\"Drive sales with Google for WooCommerce\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:6;}i:7;O:8:\"stdClass\":9:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:94:\"Automatically calculate how much sales tax should be collected – by city, country, or state.\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";s:5:\"label\";s:44:\"Get automated tax rates with WooCommerce Tax\";s:9:\"image_url\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo.svg\";s:15:\"learn_more_link\";s:106:\"https://woocommerce.com/products/tax?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:4;}i:8;O:8:\"stdClass\":10:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-tiktok.svg\";s:11:\"description\";s:64:\"Create advertising campaigns and reach one billion global users.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";s:5:\"label\";s:31:\"Create ad campaigns with TikTok\";s:15:\"learn_more_link\";s:125:\"https://woocommerce.com/products/tiktok-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:1;}}}}}', 'off'),
(403, '_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs', '1729779606', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(404, '_transient_woocommerce_admin_remote_inbox_notifications_specs', 'a:1:{s:5:\"en_US\";a:55:{s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test A\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 00:01:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test B\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 20:58:43\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test C\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:03:33\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test D\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:32:09\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:29:\"stripe_securityupdate_q3_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"stripe_securityupdate_q3_2024\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:50:\"Security update required for your Stripe extension\";s:7:\"content\";s:273:\"To continue securely accepting payments, you must update your Stripe extension to at least version 8.6, re-authenticate, and turn on the new checkout experience. Review the documentation for instructions on how to make the necessary changes from your WooCommerce dashboard.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"stripe_securityupdate_q4_2024_click\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Review and update\";}}s:3:\"url\";s:195:\"https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_securityupdate_q4_2024_click\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-09-18 16:07:40\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-10-29 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:3;}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:10;s:9:\"operation\";s:1:\">\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"8.6\";}}}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(405, 'jetpack_options', 'a:1:{s:14:\"last_heartbeat\";i:1729174806;}', 'auto'),
(406, 'revslider_update_info', 'O:8:\"stdClass\":0:{}', 'auto'),
(407, '_transient_timeout__woocommerce_helper_subscriptions', '1729175707', 'off'),
(408, '_transient__woocommerce_helper_subscriptions', 'a:0:{}', 'off'),
(409, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1729174806;s:8:\"response\";a:1:{s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"7.9\";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:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.9.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.9.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"8.5.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.8.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:6:\"4.4.18\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/redux-framework.4.4.18.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";s:3:\"svg\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=2889347\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.3.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.gif?rev=2869506\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.gif?rev=2869506\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3000842\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3000842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}}', 'off'),
(410, '_transient_timeout_tnp_extensions_json', '1729434009', 'off'),
(411, '_transient_tnp_extensions_json', '[{\"id\":\"110\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.0.5\",\"title\":\"Paid Membership Pro Addon\",\"description\":\"Collect subscribers and connect lists to membership levels\",\"slug\":\"newsletter-pmpro\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/11\\/pmpro.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=110\",\"wp_slug\":\"newsletter-pmpro\\/pmpro.php\"},{\"id\":\"108\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.4\",\"title\":\"Forminator Addon\",\"description\":\"Collect subscribers using Formnator forms\",\"slug\":\"newsletter-forminator\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/10\\/forminator-32x32-1.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=108\",\"wp_slug\":\"newsletter-forminator\\/forminator.php\"},{\"id\":\"73\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.4.5\",\"title\":\"WP Users Integration\",\"description\":\"Connects the WordPress user registration with Newsletter subscription. Optionally imports all WP users as subscribers.\",\"slug\":\"newsletter-wpusers\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/wpusers-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/03\\/wpusers-32x32-1.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=73\",\"wp_slug\":\"newsletter-wpusers\\/wpusers.php\"},{\"id\":\"111\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.7\",\"title\":\"Ultimate Member Integration\",\"description\":\"Create subscriber on registration and manage the in\\/out from lists based on user roles.\",\"slug\":\"newsletter-ultimatemember\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/11\\/ultimatemember.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=111\",\"wp_slug\":\"newsletter-ultimatemember\\/ultimatemember.php\"},{\"id\":\"112\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.0.6\",\"title\":\"SMTP2Go\",\"description\":\"Send emails and automatically process bounces and complaints with SMTP2Go\",\"slug\":\"newsletter-smtp2go\",\"type\":\"delivery \",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=112\",\"wp_slug\":\"newsletter-smtp2go\\/smtp2go.php\"},{\"id\":\"113\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.0.1\",\"title\":\"WP User Pro Integration\",\"description\":\"Connect subscribers to WP users\",\"slug\":\"newsletter-wpuserspro\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/wpusers\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/03\\/wpusers-32x32-1.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=113\",\"wp_slug\":\"newsletter-wpuserspro\\/wpuserspro.php\"},{\"id\":\"87\",\"children_fileid\":\"\",\"category\":\"legacy\",\"version\":\"1.0.5\",\"title\":\"Speed and Delivery Hours Control\",\"description\":\"Configure a different delivery speed for each newsletter and the delivery hours window. Only for regular newsletters.\",\"slug\":\"newsletter-speedcontrol\",\"type\":\"legacy\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/12\\/speedcontrol.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=87\",\"wp_slug\":\"newsletter-speedcontrol\\/speedcontrol.php\"},{\"id\":\"61\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"4.4.2\",\"title\":\"Contact Form 7 Connect\",\"description\":\"Collect subscribers with your Contact Form 7 plugin.\",\"slug\":\"newsletter-cf7\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/contact-form-7-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/10\\/contact-form-7-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=61\",\"wp_slug\":\"newsletter-cf7\\/cf7.php\"},{\"id\":\"101\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.6\",\"title\":\"Gravity Forms Connect\",\"description\":\"Collect subscribers with your Gravity Forms plugin.\",\"slug\":\"newsletter-gravityforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/gravityforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/gravityforms.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=101\",\"wp_slug\":\"newsletter-gravityforms\\/gravityforms.php\"},{\"id\":\"83\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.2.3\",\"title\":\"Ninja Forms Connect\",\"description\":\"Integrate Ninja Forms with Newsletter collecting subscription from your contact form.\",\"slug\":\"newsletter-ninjaforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/ninjaforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/ninjaforms.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=83\",\"wp_slug\":\"newsletter-ninjaforms\\/ninjaforms.php\"},{\"id\":\"84\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.3.2\",\"title\":\"WP Forms Connect\",\"description\":\"Collect subscribers with your WP Forms plugin.\",\"slug\":\"newsletter-wpforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/wpforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/wpforms.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=84\",\"wp_slug\":\"newsletter-wpforms\\/wpforms.php\"},{\"id\":\"99\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.6\",\"title\":\"Elementor Forms Addon\",\"description\":\"Integrates Elementor forms with Newsletter to collect subscription by forms created with Elementor.\",\"slug\":\"newsletter-elementor\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/elementor-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/elementor.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=99\",\"wp_slug\":\"newsletter-elementor\\/elementor.php\"},{\"id\":\"60\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.5.6\",\"title\":\"Amazon SES\",\"description\":\"Send emails and automatically process bounces and complaints with Amazon Simple Email Service.\",\"slug\":\"newsletter-amazon\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/amazon-ses-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=60\",\"wp_slug\":\"newsletter-amazon\\/amazon.php\"},{\"id\":\"104\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.3\",\"title\":\"Form Designer\",\"description\":\"Visual designer for subscription forms\",\"slug\":\"newsletter-forms\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/02\\/forms-addon-icon-32x32-1.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=104\",\"wp_slug\":\"newsletter-forms\\/forms.php\"},{\"id\":\"107\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.3\",\"title\":\"Formidable Forms Connect\",\"description\":\"Collect subscribers using Formidable Forms\",\"slug\":\"newsletter-formidable\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/10\\/formidable-logo.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=107\",\"wp_slug\":\"newsletter-formidable\\/formidable.php\"},{\"id\":\"109\",\"children_fileid\":\"\",\"category\":\"newsletters\",\"version\":\"1.0.6\",\"title\":\"AI Assistant (alpha)\",\"description\":\"Get help with email subjects by AI Assistant (alpha=\",\"slug\":\"newsletter-ai\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/11\\/newsletter-ai.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=109\",\"wp_slug\":\"newsletter-ai\\/ai.php\"},{\"id\":\"116\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.0.1\",\"title\":\"PostMark\",\"description\":\"Send newsletters using the PostMark delivery service\",\"slug\":\"newsletter-postmark\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2024\\/09\\/postmark-32x32-1.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=116\",\"wp_slug\":\"newsletter-postmark\\/postmark.php\"},{\"id\":\"65\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"4.2.5\",\"title\":\"Mailgun\",\"description\":\"Send emails and automatically process bounces with Mailgun.\",\"slug\":\"newsletter-mailgun\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailgun-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=65\",\"wp_slug\":\"newsletter-mailgun\\/mailgun.php\"},{\"id\":\"48\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"4.4.4\",\"title\":\"SendGrid\",\"description\":\"Send emails and automatically process bounces with SendGrid.\",\"slug\":\"newsletter-sendgrid\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendgrid-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=48\",\"wp_slug\":\"newsletter-sendgrid\\/sendgrid.php\"},{\"id\":\"52\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"4.2.1\",\"title\":\"Mailjet\",\"description\":\"Send emails and automatically process bounces with Mailjet.\",\"slug\":\"newsletter-mailjet\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailjet-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=52\",\"wp_slug\":\"newsletter-mailjet\\/mailjet.php\"},{\"id\":\"66\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.2.2\",\"title\":\"ElasticEmail\",\"description\":\"Send emails and automatically process bounces with ElasticEmail.\",\"slug\":\"newsletter-elasticemail\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/elasticemail-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=66\",\"wp_slug\":\"newsletter-elasticemail\\/elasticemail.php\"},{\"id\":\"105\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.4\",\"title\":\"Fluent Forms Connect\",\"description\":\"Collect subscribers with your Fluent Forms plugin.\",\"slug\":\"newsletter-fluentforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/03\\/fluentforms-32x32-1.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=105\",\"wp_slug\":\"newsletter-fluentforms\\/fluentforms.php\"},{\"id\":\"69\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.2.7\",\"title\":\"SparkPost\",\"description\":\"Send emails and automatically process bounces with SparkPost.\",\"slug\":\"newsletter-sparkpost\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sparkpost-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=69\",\"wp_slug\":\"newsletter-sparkpost\\/sparkpost.php\"},{\"id\":\"68\",\"children_fileid\":\"\",\"category\":\"statistics\",\"version\":\"1.2.6\",\"title\":\"Google Analytics\",\"description\":\"Automatically add Google Analytics UTM campaign tracking to links\",\"slug\":\"newsletter-analytics\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/google-analytics\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/analytics.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=68\",\"wp_slug\":\"newsletter-analytics\\/analytics.php\"},{\"id\":\"90\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.2.3\",\"title\":\"Brevo (formerly Sendinblue)\",\"description\":\"Send emails and automatically process bounces and complaints with Brevo (formerly Sendinblue).\",\"slug\":\"newsletter-sendinblue\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendinblue-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=90\",\"wp_slug\":\"newsletter-sendinblue\\/sendinblue.php\"},{\"id\":\"50\",\"children_fileid\":\"\",\"category\":\"statistics\",\"version\":\"4.5.9\",\"title\":\"Reports and Retargeting\",\"description\":\"Detailed statistics of your campaign (opens, clicks, URLs) and retargeting based on subscriber behavior.\",\"slug\":\"newsletter-reports\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/reports\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/business-32px-outline_chart-bar-33.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=50\",\"wp_slug\":\"newsletter-reports\\/reports.php\"},{\"id\":\"85\",\"children_fileid\":\"\",\"category\":\"\",\"version\":\"1.3.2\",\"title\":\"Addons Manager\",\"description\":\"\",\"slug\":\"newsletter-extensions\",\"type\":\"manager\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"\",\"status\":\"4\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=85\",\"wp_slug\":\"newsletter-extensions\\/extensions.php\"},{\"id\":\"62\",\"children_fileid\":\"\",\"category\":\"automation\",\"version\":\"4.7.7\",\"title\":\"Automated\",\"description\":\"Automatically creates periodic newsletters with your blog content (posts, products, events, CPTs).\",\"slug\":\"newsletter-automated\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/automated\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/03\\/automated-32.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=62\",\"wp_slug\":\"newsletter-automated\\/automated.php\"},{\"id\":\"63\",\"children_fileid\":\"\",\"category\":\"newsletters, subscription\",\"version\":\"1.9.6\",\"title\":\"WooCommerce\",\"description\":\"Subscribe on checkout, subscribers import, segmentation by cart products, and newsletter composer products block.\",\"slug\":\"newsletter-woocommerce\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/woocommerce\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/woocommerce-extension-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=63\",\"wp_slug\":\"newsletter-woocommerce\\/woocommerce.php\"},{\"id\":\"77\",\"children_fileid\":\"\",\"category\":\"tools\",\"version\":\"2.4.8\",\"title\":\"Newsletter API\",\"description\":\"Access programmatically to The Newsletter Plugin via REST calls.\",\"slug\":\"newsletter-api\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-api-2\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=77\",\"wp_slug\":\"newsletter-api\\/api.php\"},{\"id\":\"75\",\"children_fileid\":\"\",\"category\":\"statistics\",\"version\":\"1.3.1\",\"title\":\"Geolocation\",\"description\":\"Geolocate the subscribers and target them by geolocation in your campaign.\",\"slug\":\"newsletter-geo\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/geolocation-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/geo-extension-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=75\",\"wp_slug\":\"newsletter-geo\\/geo.php\"},{\"id\":\"74\",\"children_fileid\":\"\",\"category\":\"newsletters\",\"version\":\"1.5.5\",\"title\":\"Extended Composer Blocks\",\"description\":\"Adds new blocks to the newsletter composer: list, video, gallery, full post.\",\"slug\":\"newsletter-blocks\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/composer\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-3_widget.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=74\",\"wp_slug\":\"newsletter-blocks\\/blocks.php\"},{\"id\":\"72\",\"children_fileid\":\"\",\"category\":\"automation\",\"version\":\"1.5.8\",\"title\":\"Autoresponder\",\"description\":\"Create unlimited email series to follow-up your subscribers. Lessons, up-sells, conversations.\",\"slug\":\"newsletter-autoresponder\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/autoresponder\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/emoticons-32px-outline_robot.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=72\",\"wp_slug\":\"newsletter-autoresponder\\/autoresponder.php\"},{\"id\":\"100\",\"children_fileid\":\"\",\"category\":\"subscription, newsletters\",\"version\":\"1.0.9\",\"title\":\"Easy Digital Downloads\",\"description\":\"Subscribe on checkout and newsletter composer products block.\",\"slug\":\"newsletter-edd\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/edd-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/edd.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=100\",\"wp_slug\":\"newsletter-edd\\/edd.php\"},{\"id\":\"115\",\"children_fileid\":\"\",\"category\":\"newsletters\",\"version\":\"1.0.4\",\"title\":\"EventPrime Addon (BETA)\",\"description\":\"Adds a block to insert into newsletters from EventPrime\",\"slug\":\"newsletter-eventprime\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2024\\/09\\/eventprime.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=115\",\"wp_slug\":\"newsletter-eventprime\\/eventprime.php\"},{\"id\":\"82\",\"children_fileid\":\"\",\"category\":\"tools\",\"version\":\"1.0.1\",\"title\":\"Translatepress Bridge\",\"description\":\"Enables few multilanguage Newsletter features for who is using Translatepress.\",\"slug\":\"newsletter-translatepress\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/translatepress-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/09\\/translatepress.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=82\",\"wp_slug\":\"newsletter-translatepress\\/translatepress.php\"},{\"id\":\"95\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.0.8\",\"title\":\"Mailersend\",\"description\":\"Send emails and automatically process bounces and complaints with MailerSend.\",\"slug\":\"newsletter-mailersend\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=95\",\"wp_slug\":\"newsletter-mailersend\\/mailersend.php\"},{\"id\":\"88\",\"children_fileid\":\"\",\"category\":\"newsletters\",\"version\":\"1.4.2\",\"title\":\"The Events Calendar (by Tribe)\",\"description\":\"Adds a composer block that extracts the events managed by The Events Calendar plugin.\",\"slug\":\"newsletter-tribeevents\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/tribeevents-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/tribe-event-calendar-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=88\",\"wp_slug\":\"newsletter-tribeevents\\/tribeevents.php\"},{\"id\":\"86\",\"children_fileid\":\"\",\"category\":\"tools\",\"version\":\"1.5.6\",\"title\":\"Import and Export\",\"description\":\"An advanced import system with extended profile fields and mapping (beta version).\",\"slug\":\"newsletter-import\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/advanced-import\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/file-upload-88.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=86\",\"wp_slug\":\"newsletter-import\\/import.php\"},{\"id\":\"79\",\"children_fileid\":\"\",\"category\":\"newsletters\",\"version\":\"1.3.6\",\"title\":\"Events Manager\",\"description\":\"Adds a composer block that extracts the events managed by the Events Manager plugin.\",\"slug\":\"newsletter-events\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/events-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/events-manager-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=79\",\"wp_slug\":\"newsletter-events\\/events.php\"},{\"id\":\"55\",\"children_fileid\":\"\",\"category\":\"legacy\",\"version\":\"4.1.2\",\"title\":\"Facebook\",\"description\":\"One click subscription and confirmation with Facebook Connect.\",\"slug\":\"newsletter-facebook\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/facebook-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/facebook.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=55\",\"wp_slug\":\"newsletter-facebook\\/facebook.php\"},{\"id\":\"97\",\"children_fileid\":\"\",\"category\":\"tools\",\"version\":\"1.1.0\",\"title\":\"Webhooks\",\"description\":\"Adds webhooks to trigger external services upon subscription and cancellation events.\",\"slug\":\"newsletter-webhooks\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-webhooks\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=97\",\"wp_slug\":\"newsletter-webhooks\\/webhooks.php\"},{\"id\":\"67\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.5.1\",\"title\":\"Leads\",\"description\":\"Add a popup or a fixed subscription bar to your website and offer your visitors a simple way to subscribe.\",\"slug\":\"newsletter-leads\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/leads\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=67\",\"wp_slug\":\"newsletter-leads\\/leads.php\"},{\"id\":\"71\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.2.0\",\"title\":\"Locked Content\",\"description\":\"Hide premium content in your posts and offer a subscription to see them.\",\"slug\":\"newsletter-lock\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/locked-content-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-1_lock-open.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=71\",\"wp_slug\":\"newsletter-lock\\/lock.php\"},{\"id\":\"70\",\"children_fileid\":\"\",\"category\":\"subscription\",\"version\":\"1.1.8\",\"title\":\"Subscribe on Comment\",\"description\":\"Adds the subscription option to your blog comment form.\",\"slug\":\"newsletter-comments\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/comments-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/02\\/comment-notification.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=70\",\"wp_slug\":\"newsletter-comments\\/comments.php\"},{\"id\":\"58\",\"children_fileid\":\"\",\"category\":\"tools\",\"version\":\"4.1.6\",\"title\":\"Public Archive\",\"description\":\"Generates a public archive of the sent newsletters for your blog.\",\"slug\":\"newsletter-archive\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/archive-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/files-32px-outline_archive-3d-content.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=58\",\"wp_slug\":\"newsletter-archive\\/archive.php\"},{\"id\":\"51\",\"children_fileid\":\"\",\"category\":\"eol\",\"version\":\"4.1.3\",\"title\":\"Feed by Mail\",\"description\":\"Automatically creates and sends newsletters with the latest blog posts.\",\"slug\":\"newsletter-feed\",\"type\":\"eol\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/feed-by-mail-extension\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_playlist.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=51\",\"wp_slug\":\"newsletter-feed\\/feed.php\"},{\"id\":\"53\",\"children_fileid\":\"\",\"category\":\"eol\",\"version\":\"2.2.0\",\"title\":\"Popup\",\"description\":\"Configurable popup system to increase the subscription rate.\",\"slug\":\"newsletter-popup\",\"type\":\"eol\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/popup-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=53\",\"wp_slug\":\"newsletter-popup\\/popup.php\"},{\"id\":\"54\",\"children_fileid\":\"\",\"category\":\"eol\",\"version\":\"4.1.3\",\"title\":\"Followup\",\"description\":\"Automated email series sent upon subscription at defined intervals.\",\"slug\":\"newsletter-followup\",\"type\":\"eol\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/follow-up-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=54\",\"wp_slug\":\"newsletter-followup\\/followup.php\"},{\"id\":\"49\",\"children_fileid\":\"\",\"category\":\"eol\",\"version\":\"4.0.0\",\"title\":\"Mandrill\",\"description\":\"Integrates the Mandrill delivery system and bounce detection.\",\"slug\":\"newsletter-mandrill\",\"type\":\"eol\",\"url\":\"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mandrill-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=49\",\"wp_slug\":\"newsletter-mandrill\\/mandrill.php\"},{\"id\":\"93\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.1.4\",\"title\":\"External SMTP\",\"description\":\"Send emails with a generic SMTP.\",\"slug\":\"newsletter-smtp\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/smtp-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"4\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=93\",\"wp_slug\":\"newsletter-smtp\\/smtp.php\"},{\"id\":\"76\",\"children_fileid\":\"\",\"category\":\"tools\",\"version\":\"1.3.2\",\"title\":\"Bounce Management\",\"description\":\"Bounce management (only if do not use a delivery addon).\",\"slug\":\"newsletter-bounce\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/bounce-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/ic_settings_backup_restore_32px.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=76\",\"wp_slug\":\"newsletter-bounce\\/bounce.php\"},{\"id\":\"91\",\"children_fileid\":\"\",\"category\":\"newsletters\",\"version\":\"1.0.3\",\"title\":\"Instasend\",\"description\":\"Quickly create a newsletter from a post (free for limited time)\",\"slug\":\"newsletter-instasend\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/instasend\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2020\\/05\\/instasend-32.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=91\",\"wp_slug\":\"newsletter-instasend\\/instasend.php\"},{\"id\":\"96\",\"children_fileid\":\"\",\"category\":\"delivery\",\"version\":\"1.0.6\",\"title\":\"Office 365 Header Removal\",\"description\":\"This addon removes hidden headers from outgoing email to avoid Office365 SMTP block (or attempt to...). Install ONLY if you\'re using Office365 SMTP with an SMTP plugin!\",\"slug\":\"newsletter-office365\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=96\",\"wp_slug\":\"newsletter-office365\\/office365.php\"}]', 'off'),
(412, '_transient_timeout_newsletter_topbar', '1729175410', 'off'),
(413, '_transient_newsletter_topbar', 'a:3:{s:5:\"count\";s:1:\"0\";s:5:\"total\";N;s:4:\"sent\";N;}', 'off'),
(414, '_transient_timeout_action_scheduler_last_pastdue_actions_check', '1729196410', 'off'),
(415, '_transient_action_scheduler_last_pastdue_actions_check', '1729174810', 'off'),
(416, 'wpb_license_errors', 'a:0:{}', 'auto'),
(417, 'wpb_js_composer_license_activation_notified', 'yes', 'auto'),
(418, '_transient_timeout_wc_tracks_blog_details', '1729261210', 'off'),
(419, '_transient_wc_tracks_blog_details', 'a:6:{s:3:\"url\";s:25:\"http://ordneco.foach.site\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";b:0;s:8:\"store_id\";s:36:\"64d99a55-ad8e-46b5-af5f-4a5eed5f0386\";s:14:\"products_count\";i:0;s:10:\"wc_version\";s:5:\"9.3.3\";}', 'off'),
(420, '_transient_woocommerce_reports-transient-version', '1729174810', 'on'),
(421, '_transient_timeout_orders-all-statuses', '1729779610', 'off'),
(422, '_transient_orders-all-statuses', 'a:2:{s:7:\"version\";s:10:\"1729174810\";s:5:\"value\";a:0:{}}', 'off'),
(423, '_transient_timeout_woocommerce_admin_payment_method_promotion_specs', '1729185737', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(424, '_transient_woocommerce_admin_payment_method_promotion_specs', 'a:1:{s:5:\"en_US\";a:2:{i:0;a:7:{s:2:\"id\";s:27:\"woocommerce_payments:woopay\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:74:\"Payments made simple — including WooPay, a new express checkout feature.\";s:5:\"image\";s:82:\"http://localhost/wp-content/plugins/woocommerce/assets/images/onboarding/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:765:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/applepay.svg\" alt=\"Applepay\">\";}i:1;a:7:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:160:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.\";s:5:\"image\";s:82:\"http://localhost/wp-content/plugins/woocommerce/assets/images/onboarding/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:765:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"http://localhost/wp-content/plugins/woocommerce/assets/images/payment-methods/applepay.svg\" alt=\"Applepay\">\";}}}', 'off'),
(425, '_transient_timeout_wc_onboarding_themes', '1729261210', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(426, '_transient_wc_onboarding_themes', 'a:61:{s:10:\"consultivo\";a:6:{s:4:\"slug\";s:10:\"consultivo\";s:5:\"title\";s:10:\"Consultivo\";s:5:\"price\";s:4:\"0.00\";s:12:\"is_installed\";b:1;s:5:\"image\";s:69:\"http://ordneco.foach.site/wp-content/themes/consultivo/screenshot.png\";s:23:\"has_woocommerce_support\";b:1;}s:5:\"cusio\";a:25:{s:5:\"title\";s:5:\"Cusio\";s:5:\"image\";s:90:\"https://woocommerce.com/wp-content/uploads/2024/09/cusio-product-thumb-v1.webp?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:174:\"Boost your online store with our powerful WooCommerce-ready WordPress theme. 100% Full-Site Gutenberg Editor integration, 70+ patterns, and easy setup – no coding required!\";s:4:\"link\";s:108:\"https://woocommerce.com/products/cusio/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:47:\"https://demo.gutenmate.com/demo-b/cusio/landing\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"66b823a5-ff54-4f85-91e7-1234013b8343\";s:4:\"slug\";s:5:\"cusio\";s:2:\"id\";i:18734004235907;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:9:\"Gutenmate\";s:10:\"vendor_url\";s:41:\"https://woocommerce.com/vendor/gutenmate/\";s:4:\"icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2024/09/cusio-product-icon-v1.webp\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"glowess\";a:25:{s:5:\"title\";s:7:\"Glowess\";s:5:\"image\";s:74:\"https://woocommerce.com/wp-content/uploads/2024/08/preview.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:129:\"Unveil the essence of beauty with Glowess, a glamorous theme designed to elevate your brand with unparalleled elegance and shine.\";s:4:\"link\";s:110:\"https://woocommerce.com/products/glowess/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:33:\"https://glowess.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"e7bc71b6-9373-4082-b577-87ee38317786\";s:4:\"slug\";s:7:\"glowess\";s:2:\"id\";i:18734004128847;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:74:\"https://woocommerce.com/wp-content/uploads/2024/08/product-icon_025992.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:49:\"electronics-and-gadget-shop-theme-for-woocommerce\";a:25:{s:5:\"title\";s:6:\"Gravia\";s:5:\"image\";s:87:\"https://woocommerce.com/wp-content/uploads/2024/09/gravia-theme-preview.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:181:\"Sleek & Lightweight WooCommerce-ready WordPress theme for Electronics and Gadgets. 100% Full-Site Gutenberg Editor integration, 70+ patterns, and easy setup – no coding required!\";s:4:\"link\";s:109:\"https://woocommerce.com/products/gravia/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:49:\"https://demo.gutenmate.com/demo-b/gravia/landing/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"73ba1eb7-4d83-4d3f-a57c-cf06e3cb123b\";s:4:\"slug\";s:49:\"electronics-and-gadget-shop-theme-for-woocommerce\";s:2:\"id\";i:18734004127809;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:9:\"Gutenmate\";s:10:\"vendor_url\";s:41:\"https://woocommerce.com/vendor/gutenmate/\";s:4:\"icon\";s:76:\"https://woocommerce.com/wp-content/uploads/2024/08/product-icon-gravia-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"gotrek\";a:25:{s:5:\"title\";s:6:\"GoTrek\";s:5:\"image\";s:74:\"https://woocommerce.com/wp-content/uploads/2024/07/preview.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:96:\"Explore the World with GoTrek! The ultimate WordPress theme for travel agencies and adventurers!\";s:4:\"link\";s:109:\"https://woocommerce.com/products/gotrek/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:32:\"https://gotrek.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"f69eb33e-6f32-43b2-8f55-2d171996099d\";s:4:\"slug\";s:6:\"gotrek\";s:2:\"id\";i:18734004020547;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2024/07/product-icon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"tishaa\";a:25:{s:5:\"title\";s:6:\"Tishaa\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2024/06/tishaa-hero-banner.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:62:\"Sparkle and Shine with Tishaa Theme as Your Online Store Grows\";s:4:\"link\";s:109:\"https://woocommerce.com/products/tishaa/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:31:\"https://artifydemos.com/tishaa/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"96e1930a-07ad-41a0-aee3-2e243d8b3e9b\";s:4:\"slug\";s:6:\"tishaa\";s:2:\"id\";i:18734003794705;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:9:\"ArtifyWeb\";s:10:\"vendor_url\";s:41:\"https://woocommerce.com/vendor/artifyweb/\";s:4:\"icon\";s:76:\"https://woocommerce.com/wp-content/uploads/2024/06/tishaa-icon-160x160-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"anysell\";a:25:{s:5:\"title\";s:7:\"AnySell\";s:5:\"image\";s:74:\"https://woocommerce.com/wp-content/uploads/2024/06/anysell.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:94:\"Dive into the ultimate shopping spree and experience seamless satisfaction. Let\'s go shopping!\";s:4:\"link\";s:110:\"https://woocommerce.com/products/anysell/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:33:\"https://anysell.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"3beec5fe-7104-401b-b0cb-9481e76b5925\";s:4:\"slug\";s:7:\"anysell\";s:2:\"id\";i:18734003671425;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:74:\"https://woocommerce.com/wp-content/uploads/2024/05/product-icon_fc0528.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"sportiq\";a:25:{s:5:\"title\";s:7:\"Sportiq\";s:5:\"image\";s:74:\"https://woocommerce.com/wp-content/uploads/2024/06/sportiq.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:106:\"Gear up for a game-changing experience with Sportiq! It\'s time to take your performance to the next level!\";s:4:\"link\";s:110:\"https://woocommerce.com/products/sportiq/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:33:\"https://sportiq.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"57d4a04c-7374-418a-b7ae-c5a52da6b616\";s:4:\"slug\";s:7:\"sportiq\";s:2:\"id\";i:18734003671405;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:74:\"https://woocommerce.com/wp-content/uploads/2024/05/product-icon_1d3d35.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"narzo\";a:25:{s:5:\"title\";s:5:\"Narzo\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2024/07/narzo-featured-image-1-3.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:138:\"Lightweight Full Site Editing theme with lots of customization possibilities. Create your dream e-commerce site with no hassle and coding.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/narzo/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:34:\"https://gutenify.com/themes/narzo/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"8eaeed37-1a34-43fa-9858-1db9a716953a\";s:4:\"slug\";s:5:\"narzo\";s:2:\"id\";i:18734003599696;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:9:\"CodeYatri\";s:10:\"vendor_url\";s:41:\"https://woocommerce.com/vendor/codeyatri/\";s:4:\"icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2024/04/theme-logo.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"eride\";a:25:{s:5:\"title\";s:5:\"eRide\";s:5:\"image\";s:72:\"https://woocommerce.com/wp-content/uploads/2024/05/eride.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:217:\"The ultimate WooCommerce bike theme, seamlessly integrating with WooCommerce for online bike shops. It\'s the perfect platform to showcase and sell bikes and accessories, empowering enthusiasts to thrive in e-commerce.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/eride/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:31:\"https://eride.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"00fc45c0-edf2-420b-8720-da33bab6563a\";s:4:\"slug\";s:5:\"eride\";s:2:\"id\";i:18734003445543;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2024/03/product-icon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"electra\";a:25:{s:5:\"title\";s:7:\"Electra\";s:5:\"image\";s:75:\"https://woocommerce.com/wp-content/uploads/2024/06/Banner-1.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:168:\"Present a captivating range of Electronic products adorned with the vibrant Electra theme, designed specifically for WooCommerce stores specializing in fine Electronic.\";s:4:\"link\";s:110:\"https://woocommerce.com/products/electra/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:30:\"https://n.foxdsgn.com/electra/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"dff8c0d2-7d20-4c37-9c8b-beead6aeaa6d\";s:4:\"slug\";s:7:\"electra\";s:2:\"id\";i:18734003329999;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"HolyPurple LLC\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/holypurple-llc/\";s:4:\"icon\";s:64:\"https://woocommerce.com/wp-content/uploads/2024/02/160x160-1.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"sparkla\";a:25:{s:5:\"title\";s:17:\"Sparkla Jewellery\";s:5:\"image\";s:73:\"https://woocommerce.com/wp-content/uploads/2024/02/Banner.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:169:\"Present a captivating range of Jewellery products adorned with the vibrant Sparkla theme, designed specifically for WooCommerce boutiques specializing in fine Jewellery.\";s:4:\"link\";s:138:\"https://woocommerce.com/products/sparkla-jewellery-woocommerce-theme/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:30:\"https://n.foxdsgn.com/sparkla/\";s:5:\"price\";s:10:\"&#36;49.00\";s:9:\"raw_price\";i:49;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"9e046e4f-c872-4a80-a72f-35aa421f03aa\";s:4:\"slug\";s:7:\"sparkla\";s:2:\"id\";i:18734003329995;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:49;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"HolyPurple LLC\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/holypurple-llc/\";s:4:\"icon\";s:62:\"https://woocommerce.com/wp-content/uploads/2024/04/sparkla.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"swag\";a:25:{s:5:\"title\";s:4:\"Swag\";s:5:\"image\";s:82:\"https://woocommerce.com/wp-content/uploads/2024/02/swag-responsive.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:213:\"Reach new heights with Swag, the epitome of sleek design and great functionality. Crafted with meticulous attention to detail, Swag is more than just a theme – it\'s a gateway to a seamless e-commerce experience.\";s:4:\"link\";s:107:\"https://woocommerce.com/products/swag/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:28:\"https://swag.vivathemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"3abf3e80-fc1a-4e23-8e1f-fcbd52b21d38\";s:4:\"slug\";s:4:\"swag\";s:2:\"id\";i:18734003228421;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:11:\"Viva Themes\";s:10:\"vendor_url\";s:43:\"https://woocommerce.com/vendor/viva-themes/\";s:4:\"icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2024/02/swag-thumb.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:11:\"ornatedecor\";a:25:{s:5:\"title\";s:12:\"Ornate Decor\";s:5:\"image\";s:105:\"https://woocommerce.com/wp-content/uploads/2023/12/ornate-regular-card-product-1200x900-1.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:0:\"\";s:4:\"link\";s:115:\"https://woocommerce.com/products/ornate-decor/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:41:\"https://themegrilldemos.com/ornate-decor/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"e4ad8e63-6c57-436b-b4b8-7103eb997dc1\";s:4:\"slug\";s:11:\"ornatedecor\";s:2:\"id\";i:18734003050999;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"ThemeGrill\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/themegrill/\";s:4:\"icon\";s:90:\"https://woocommerce.com/wp-content/uploads/2023/12/ornate-decor-product-icon-160x160-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"pizzeria\";a:25:{s:5:\"title\";s:8:\"Pizzeria\";s:5:\"image\";s:75:\"https://woocommerce.com/wp-content/uploads/2024/01/pizzeria.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:107:\"The perfect solution for building a captivating and efficient online presence for your fast-food restaurant\";s:4:\"link\";s:111:\"https://woocommerce.com/products/pizzeria/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:34:\"https://pizzeria.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"4383887a-d78e-4f6d-bce0-b5ff06265aad\";s:4:\"slug\";s:8:\"pizzeria\";s:2:\"id\";i:18734003050043;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:70:\"https://woocommerce.com/wp-content/uploads/2023/12/product-icon-80.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"highline\";a:25:{s:5:\"title\";s:8:\"Highline\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2023/12/Featured-image-538x403-1.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:132:\"Start your luxury, high-end eCommerce store for showcasing any kind of clothes for both men & women with Highline WooCommerce theme.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/highline/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://demo.agnidesigns.com/highline/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"f053057b-1d99-48ed-8e2c-41edd6d92d93\";s:4:\"slug\";s:8:\"highline\";s:2:\"id\";i:18734003046193;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:6:\"AgniHD\";s:10:\"vendor_url\";s:38:\"https://woocommerce.com/vendor/agnihd/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2023/12/Icon-80x80-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"fuel\";a:25:{s:5:\"title\";s:4:\"Fuel\";s:5:\"image\";s:80:\"https://woocommerce.com/wp-content/uploads/2023/12/main-image-4.jpeg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:94:\"Stunning blocks and elegant typography tailored for your supplement and super foods Woo store.\";s:4:\"link\";s:107:\"https://woocommerce.com/products/fuel/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:36:\"https://demo.anarieldesign.com/fuel/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"6dfec533-0d99-46ae-9b51-6bde14a491b9\";s:4:\"slug\";s:4:\"fuel\";s:2:\"id\";i:18734002994359;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"Anariel Design\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/anariel-design/\";s:4:\"icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2023/12/fuel-160-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:10:\"kiddiemart\";a:25:{s:5:\"title\";s:10:\"Kiddiemart\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2024/08/kiddiemart-theme-preview.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:86:\"Use the Kiddiemart block theme to set up an online store to sell merchandise for kids.\";s:4:\"link\";s:113:\"https://woocommerce.com/products/kiddiemart/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://fse.catchthemes.com/kiddiemart/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"e08820cb-bad9-42c5-9f06-53699a92f122\";s:4:\"slug\";s:10:\"kiddiemart\";s:2:\"id\";i:18734002990960;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"Catch Themes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/catch-themes/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2023/12/kiddiemart-icon-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"skincues\";a:25:{s:5:\"title\";s:8:\"Skincues\";s:5:\"image\";s:89:\"https://woocommerce.com/wp-content/uploads/2024/08/skincues-theme-preview.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:140:\"Launch your online cosmetics store or a beauty product blog and promote your cosmetics brand using the Skincues Block Theme for WooCommerce.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/skincues/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://fse.catchthemes.com/skincues/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"f651e789-7511-44fb-83d4-a37ba845fdbb\";s:4:\"slug\";s:8:\"skincues\";s:2:\"id\";i:18734002990939;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"Catch Themes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/catch-themes/\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2023/12/skincues-icon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"drinkify\";a:25:{s:5:\"title\";s:8:\"Drinkify\";s:5:\"image\";s:89:\"https://woocommerce.com/wp-content/uploads/2024/08/drinkify-theme-preview.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:100:\"Drinkify is a Premium eCommerce WordPress Block Theme for Crafting the Perfect Liquor Store Website.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/drinkify/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://fse.catchthemes.com/drinkify/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"7ba6790c-cea3-4a08-b2d4-e30b39259647\";s:4:\"slug\";s:8:\"drinkify\";s:2:\"id\";i:18734002990756;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"Catch Themes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/catch-themes/\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2023/12/drinkify-icon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"eben\";a:25:{s:5:\"title\";s:4:\"Eben\";s:5:\"image\";s:88:\"https://woocommerce.com/wp-content/uploads/2023/11/eben-wptheme-preview.webp?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:133:\"Eben is a fully customizable block theme for building modern and professional WordPress websites. Elevate your online presence today!\";s:4:\"link\";s:107:\"https://woocommerce.com/products/eben/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://eben.themesharbor.com/demo-1/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"60764ec6-1dc3-4166-9cb6-6c6c3948e009\";s:4:\"slug\";s:4:\"eben\";s:2:\"id\";i:18734002943260;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:13:\"Themes Harbor\";s:10:\"vendor_url\";s:45:\"https://woocommerce.com/vendor/themes-harbor/\";s:4:\"icon\";s:73:\"https://woocommerce.com/wp-content/uploads/2023/11/eben-product-icon.webp\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"bookix\";a:25:{s:5:\"title\";s:6:\"Bookix\";s:5:\"image\";s:73:\"https://woocommerce.com/wp-content/uploads/2023/11/bookix.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:332:\"Welcome to Bookix, where every click is a step into a new chapter of your life’s story. The ultimate destination for book lovers and literary enthusiasts. Immerse yourself in a world of literary wonders with our carefully curated collection of books and a user-friendly interface designed to make your selection of books seamless.\";s:4:\"link\";s:109:\"https://woocommerce.com/products/bookix/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:32:\"https://bookix.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"cdb83161-4568-4789-9be5-74b1cd9e1b55\";s:4:\"slug\";s:6:\"bookix\";s:2:\"id\";i:18734002853685;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2023/11/product-icon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"deco\";a:25:{s:5:\"title\";s:4:\"Deco\";s:5:\"image\";s:71:\"https://woocommerce.com/wp-content/uploads/2023/09/deco.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:62:\"Discover our Deco theme: your path to stunning home makeovers!\";s:4:\"link\";s:107:\"https://woocommerce.com/products/deco/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:30:\"https://deco.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"6acbf5d7-c1e8-45da-b7ec-f8867f2a7b90\";s:4:\"slug\";s:4:\"deco\";s:2:\"id\";i:18734002524961;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2023/09/product-icon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"kirana\";a:25:{s:5:\"title\";s:6:\"Kirana\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2023/08/kirana-regular-card-product-logo.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:116:\"Use Kirana to build a clean shop website for mega stores, grocery stores, supermarkets, organic shops, and more.  \";s:4:\"link\";s:109:\"https://woocommerce.com/products/kirana/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:34:\"https://themegrilldemos.com/kirana\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"7afe91b8-6db1-4dd5-9b13-a4f06c6e19fa\";s:4:\"slug\";s:6:\"kirana\";s:2:\"id\";i:18734002506686;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"ThemeGrill\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/themegrill/\";s:4:\"icon\";s:84:\"https://woocommerce.com/wp-content/uploads/2023/08/kirana-product-icon-160x160-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"everglow\";a:25:{s:5:\"title\";s:8:\"Everglow\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2023/08/Featured-image-538x403-2.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:123:\"Effortlessly build a store for selling organic & sustainable skincare products with the elegant Everglow WooCommerce theme.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/everglow/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://demo.agnidesigns.com/everglow/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"ddf8e64e-a7a7-435d-b291-aa75f9dfa8f9\";s:4:\"slug\";s:8:\"everglow\";s:2:\"id\";i:18734002395397;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:6:\"AgniHD\";s:10:\"vendor_url\";s:38:\"https://woocommerce.com/vendor/agnihd/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2023/08/Icon-80x80-2.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"kereta\";a:25:{s:5:\"title\";s:6:\"Kereta\";s:5:\"image\";s:73:\"https://woocommerce.com/wp-content/uploads/2023/08/kereta.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:51:\"Rev up your online automotive business with Kereta.\";s:4:\"link\";s:109:\"https://woocommerce.com/products/kereta/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:32:\"https://kereta.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"34d95685-78c4-4da3-8bf9-4714e1326138\";s:4:\"slug\";s:6:\"kereta\";s:2:\"id\";i:18734002368897;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2023/08/product-icon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:12:\"ethreadwears\";a:25:{s:5:\"title\";s:12:\"eThreadwears\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/uploads/2023/06/ethreadwears.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:93:\"Build a stylish and appealing online store with this eThreadwears Block Theme for WooCommerce\";s:4:\"link\";s:115:\"https://woocommerce.com/products/ethreadwears/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:41:\"https://fse.catchthemes.com/ethreadwears/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"ba078eea-4d63-4454-9b3f-a83a10d7637d\";s:4:\"slug\";s:12:\"ethreadwears\";s:2:\"id\";i:18734002150779;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"Catch Themes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/catch-themes/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2023/06/ethreadwears-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"bespoke\";a:25:{s:5:\"title\";s:7:\"Bespoke\";s:5:\"image\";s:89:\"https://woocommerce.com/wp-content/uploads/2023/06/bespoke-product-card-1.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:94:\"Bespoke is the perfect choice for showcasing beautiful, bespoke products on your online store.\";s:4:\"link\";s:110:\"https://woocommerce.com/products/bespoke/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:28:\"https://bespoke.press75.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"2df1e875-a24b-452d-a35d-86906d936278\";s:4:\"slug\";s:7:\"bespoke\";s:2:\"id\";i:18734002142188;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:7:\"Press75\";s:10:\"vendor_url\";s:39:\"https://woocommerce.com/vendor/press75/\";s:4:\"icon\";s:73:\"https://woocommerce.com/wp-content/uploads/2023/06/bespoke-theme-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"bingo\";a:25:{s:5:\"title\";s:5:\"Bingo\";s:5:\"image\";s:86:\"https://woocommerce.com/wp-content/uploads/2023/09/bingo-theme-preview.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:69:\"Elevate your fashion and clothing online store experience with Bingo!\";s:4:\"link\";s:108:\"https://woocommerce.com/products/bingo/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:45:\"https://wordpress.templatetrip.com/woo/bingo/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"ff2d42c8-170a-436c-ba83-9fe1cb4fa795\";s:4:\"slug\";s:5:\"bingo\";s:2:\"id\";i:18734002108921;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"TemplateTrip\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/templatetrip/\";s:4:\"icon\";s:62:\"https://woocommerce.com/wp-content/uploads/2023/06/favicon.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:14:\"organic-chrono\";a:25:{s:5:\"title\";s:6:\"Chrono\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2023/05/chrono-featured-02.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:103:\"Introducing Chrono by Organic Themes, the new standard in WordPress block themes for your online store.\";s:4:\"link\";s:117:\"https://woocommerce.com/products/organic-chrono/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://organicthemes.com/demo/chrono/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"e59e8b69-98a5-4b05-adcd-5d82076d0192\";s:4:\"slug\";s:14:\"organic-chrono\";s:2:\"id\";i:18734002067738;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"Organic Themes\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/organic-themes/\";s:4:\"icon\";s:66:\"https://woocommerce.com/wp-content/uploads/2023/05/chrono-logo.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"emart\";a:25:{s:5:\"title\";s:5:\"eMart\";s:5:\"image\";s:72:\"https://woocommerce.com/wp-content/uploads/2023/06/emart.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:52:\"Use eMart for your Electronics and affiliate stores.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/emart/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:31:\"https://emart.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"63abdf9e-9a1f-49d7-ab02-74db8f7d8989\";s:4:\"slug\";s:5:\"emart\";s:2:\"id\";i:18734002045481;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:70:\"https://woocommerce.com/wp-content/uploads/2023/05/product-icon-80.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"blissful\";a:25:{s:5:\"title\";s:8:\"Blissful\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/uploads/2023/05/blissful-regular-card-product-logo.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:120:\"A complete WooCommerce theme, ideal for stores selling gifts such as flowers, toys, statues, cakes, chocolates, etc.  \";s:4:\"link\";s:111:\"https://woocommerce.com/products/blissful/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:36:\"https://themegrilldemos.com/blissful\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"f38e46c1-a246-4771-82e4-fddcc7a285b7\";s:4:\"slug\";s:8:\"blissful\";s:2:\"id\";i:18734002013668;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"ThemeGrill\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/themegrill/\";s:4:\"icon\";s:86:\"https://woocommerce.com/wp-content/uploads/2023/05/blissful-product-icon-160x160-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"artistry\";a:25:{s:5:\"title\";s:8:\"Artistry\";s:5:\"image\";s:84:\"https://woocommerce.com/wp-content/uploads/2023/05/artistry-featured.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:90:\"Elevate your online presence and watch your business thrive with the Artistry theme today!\";s:4:\"link\";s:111:\"https://woocommerce.com/products/artistry/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://organicthemes.com/demo/artistry/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"f55be051-e031-43a9-be9b-1503905c0ae8\";s:4:\"slug\";s:8:\"artistry\";s:2:\"id\";i:18734001996428;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"Organic Themes\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/organic-themes/\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2023/05/artistry-logo.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"folio\";a:25:{s:5:\"title\";s:5:\"Folio\";s:5:\"image\";s:81:\"https://woocommerce.com/wp-content/uploads/2023/05/P75-Folio-23-1.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:223:\"Experience the power of simplicity with Folio, a WordPress theme crafted for creatives. Combining elegance and contemporary design, Folio provides a seamless platform to display your portfolio and operate your online store.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/folio/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:26:\"https://folio.press75.com/\";s:5:\"price\";s:10:\"&#36;59.00\";s:9:\"raw_price\";i:59;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"67a55dbc-b50e-4d5b-9143-e94178c0be3d\";s:4:\"slug\";s:5:\"folio\";s:2:\"id\";i:18734001974114;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:59;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:7:\"Press75\";s:10:\"vendor_url\";s:39:\"https://woocommerce.com/vendor/press75/\";s:4:\"icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2023/05/folio-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"heim\";a:25:{s:5:\"title\";s:4:\"Heim\";s:5:\"image\";s:76:\"https://woocommerce.com/wp-content/uploads/2023/05/thumbnail.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:117:\"Create an impressive WooCommerce store with Heim, a clean, minimalist WordPress theme optimized for the Block Editor.\";s:4:\"link\";s:107:\"https://woocommerce.com/products/heim/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:28:\"https://heim.nordicmade.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"b05c099a-2570-45f8-94ee-956c0389b783\";s:4:\"slug\";s:4:\"heim\";s:2:\"id\";i:18734001964004;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"NordicMade\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/nordicmade/\";s:4:\"icon\";s:59:\"https://woocommerce.com/wp-content/uploads/2023/05/icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:14:\"organic-rialto\";a:25:{s:5:\"title\";s:6:\"Rialto\";s:5:\"image\";s:82:\"https://woocommerce.com/wp-content/uploads/2023/05/rialto-featured.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:95:\"Create a multi-vendor eCommerce website like Etsy or Amazon using the WooCommerce Rialto theme.\";s:4:\"link\";s:117:\"https://woocommerce.com/products/organic-rialto/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://organicthemes.com/demo/rialto/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"3aa4be9d-37dc-49cf-be79-445312aef156\";s:4:\"slug\";s:14:\"organic-rialto\";s:2:\"id\";i:18734001955128;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"Organic Themes\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/organic-themes/\";s:4:\"icon\";s:66:\"https://woocommerce.com/wp-content/uploads/2023/05/rialto-logo.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"kedai\";a:25:{s:5:\"title\";s:5:\"Kedai\";s:5:\"image\";s:72:\"https://woocommerce.com/wp-content/uploads/2023/05/kedai.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:62:\"Use Kedai for your Electronics, dropship and affiliate stores.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/kedai/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:31:\"https://kedai.madrasthemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"9d9c3b60-cef8-433a-a882-5382f225301f\";s:4:\"slug\";s:5:\"kedai\";s:2:\"id\";i:18734001868382;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2023/05/product-icon-80-3.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"labeaute\";a:25:{s:5:\"title\";s:10:\"La Beauté\";s:5:\"image\";s:102:\"https://woocommerce.com/wp-content/uploads/2023/04/la-beaute-regular-card-product-logo.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:139:\"Create a sophisticated WooCommerce health or beauty store with the La Beauté theme—featuring a responsive design and a Dark Mode option.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/labeaute/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:42:\"https://labeaute.merchantsbestfriends.com/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"d048ac21-966e-4caf-9e66-ef29e15bb7c5\";s:4:\"slug\";s:8:\"labeaute\";s:2:\"id\";i:18734001781152;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:23:\"Merchants\' Best Friends\";s:10:\"vendor_url\";s:54:\"https://woocommerce.com/vendor/merchants-best-friends/\";s:4:\"icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2023/04/la-beaute-product-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"decor\";a:25:{s:5:\"title\";s:5:\"Decor\";s:5:\"image\";s:93:\"https://woocommerce.com/wp-content/uploads/2023/03/decor-regular-card-product.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:161:\"Create a modern e-commerce website for your home decoration shop with the WooCommerce theme — build pages using the simple yet powerful WordPress Block Editor.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/decor/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://demo.goodlayers.com/wc/decor/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"69a4b3ed-100b-42a5-af58-e0c6a7a45168\";s:4:\"slug\";s:5:\"decor\";s:2:\"id\";i:18734001675261;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"GoodLayers\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/goodlayers/\";s:4:\"icon\";s:75:\"https://woocommerce.com/wp-content/uploads/2023/03/decor-product-icon-1.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"apparel\";a:25:{s:5:\"title\";s:7:\"Apparel\";s:5:\"image\";s:86:\"https://woocommerce.com/wp-content/uploads/2023/03/apparel-theme-thumb.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:97:\"Experience minimalist and chic design with Apparel - a theme with exceptional dark-mode function.\";s:4:\"link\";s:110:\"https://woocommerce.com/products/apparel/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:41:\"https://apparel.merchantsbestfriends.com/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"57f83c3a-5e69-499c-b0be-855bcb101b52\";s:4:\"slug\";s:7:\"apparel\";s:2:\"id\";i:18734001675209;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:23:\"Merchants\' Best Friends\";s:10:\"vendor_url\";s:54:\"https://woocommerce.com/vendor/merchants-best-friends/\";s:4:\"icon\";s:81:\"https://woocommerce.com/wp-content/uploads/2023/03/apparel-theme-product-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"bagberry\";a:25:{s:5:\"title\";s:8:\"Bagberry\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2023/03/Featured-image-538x403-1.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:106:\"Sell purses, handbags, clothes, and accessories with the vibrant Bagberry theme for WooCommerce boutiques.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/bagberry/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://demo.agnidesigns.com/bagberry\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"e5d61123-4127-43b2-8b59-16ded16b76af\";s:4:\"slug\";s:8:\"bagberry\";s:2:\"id\";i:18734001627281;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:6:\"AgniHD\";s:10:\"vendor_url\";s:38:\"https://woocommerce.com/vendor/agnihd/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2023/03/Icon-80x80-3.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"elaventa\";a:25:{s:5:\"title\";s:8:\"eLaventa\";s:5:\"image\";s:75:\"https://woocommerce.com/wp-content/uploads/2023/06/elavanta.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:83:\"Build a stylish online store with this elegant eLaventa Block Theme for WooCommerce\";s:4:\"link\";s:111:\"https://woocommerce.com/products/elaventa/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://fse.catchthemes.com/elaventa/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"5a09abe6-2268-4b51-b0ba-2916a08d756f\";s:4:\"slug\";s:8:\"elaventa\";s:2:\"id\";i:18734001573135;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"Catch Themes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/catch-themes/\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2023/02/elaventa-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"cozynest\";a:25:{s:5:\"title\";s:8:\"Cozynest\";s:5:\"image\";s:82:\"https://woocommerce.com/wp-content/uploads/2023/03/Untitled-design.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:95:\"Build a contemporary furniture or home décor store with the modern, minimalist Cozynest theme.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/cozynest/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:36:\"https://cozynest.boostifythemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"1e2c8809-6da6-480b-8de2-459b517ee6c0\";s:4:\"slug\";s:8:\"cozynest\";s:2:\"id\";i:18734001546475;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"BoostifyThemes\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/boostifythemes/\";s:4:\"icon\";s:69:\"https://woocommerce.com/wp-content/uploads/2023/02/cozynest-logo2.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"ledge\";a:25:{s:5:\"title\";s:5:\"Ledge\";s:5:\"image\";s:98:\"https://woocommerce.com/wp-content/uploads/2023/02/Regular-Card-Product-Logo.jpg?w=620&fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:122:\"Stream your music, sell your merch, and offer a smooth shopping experience for your fans with the Ledge WooCommerce theme.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/ledge/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:35:\"https://demos.wolfthemes.live/ledge\";s:5:\"price\";s:10:\"&#36;89.00\";s:9:\"raw_price\";i:89;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"c68f61bc-97d4-497e-ae08-b8877f3d656d\";s:4:\"slug\";s:5:\"ledge\";s:2:\"id\";i:18734001545617;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:89;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"WolfThemes\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/wolfthemes/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2023/02/Product-Icon.jpg?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"yuna\";a:25:{s:5:\"title\";s:4:\"Yuna\";s:5:\"image\";s:82:\"https://woocommerce.com/wp-content/uploads/2023/01/yuna-main-image.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:90:\"Build a positive, inviting website for your nonprofit with the Yuna theme for WooCommerce.\";s:4:\"link\";s:107:\"https://woocommerce.com/products/yuna/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:60:\"https://demo.anarieldesign.com/yuna-children/home-ecommerce/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"4b00af3d-e5e0-419c-94c0-0665eac5e183\";s:4:\"slug\";s:4:\"yuna\";s:2:\"id\";i:18734001473651;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"Anariel Design\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/anariel-design/\";s:4:\"icon\";s:63:\"https://woocommerce.com/wp-content/uploads/2023/01/yuna-160.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:9:\"treehouse\";a:25:{s:5:\"title\";s:9:\"Treehouse\";s:5:\"image\";s:89:\"https://woocommerce.com/wp-content/uploads/2023/01/treehouse-product-card.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:105:\"Use the Treehouse theme for WooCommerce to build a toy or children\'s store with a playful, colorful look.\";s:4:\"link\";s:112:\"https://woocommerce.com/products/treehouse/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://treehouse.thunder-stores.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"f7165b78-5148-45ee-8f92-a6fc41c2897d\";s:4:\"slug\";s:9:\"treehouse\";s:2:\"id\";i:18734001473068;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:13:\"Thunderstores\";s:10:\"vendor_url\";s:45:\"https://woocommerce.com/vendor/thunderstores/\";s:4:\"icon\";s:69:\"https://woocommerce.com/wp-content/uploads/2023/01/treehouse-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"vastra\";a:25:{s:5:\"title\";s:6:\"Vastra\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/uploads/2023/02/vastra-regular-card-product-logo-2.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:92:\"Create a stylish online clothing boutique with the fashionable Vastra theme for WooCommerce.\";s:4:\"link\";s:109:\"https://woocommerce.com/products/vastra/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:35:\"https://themegrilldemos.com/vastra/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"72d5a5fe-ee99-46c0-bff0-121840aea7ea\";s:4:\"slug\";s:6:\"vastra\";s:2:\"id\";i:18734001472700;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"ThemeGrill\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/themegrill/\";s:4:\"icon\";s:84:\"https://woocommerce.com/wp-content/uploads/2023/01/vastra-product-icon-160x160-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:11:\"epentatonic\";a:25:{s:5:\"title\";s:11:\"ePentatonic\";s:5:\"image\";s:78:\"https://woocommerce.com/wp-content/uploads/2023/02/epentatonic.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:107:\"Use the ePentatonic block theme to quickly build an attractive WooCommerce website for your music business.\";s:4:\"link\";s:114:\"https://woocommerce.com/products/epentatonic/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://fse.catchthemes.com/epentatonic/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"d578a622-188b-4d7d-a165-f4fc6ddcafc1\";s:4:\"slug\";s:11:\"epentatonic\";s:2:\"id\";i:18734001458387;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"Catch Themes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/catch-themes/\";s:4:\"icon\";s:84:\"https://woocommerce.com/wp-content/uploads/2023/01/epentatonic-product-icon.png?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:9:\"freshcart\";a:25:{s:5:\"title\";s:9:\"FreshCart\";s:5:\"image\";s:76:\"https://woocommerce.com/wp-content/uploads/2023/02/freshcart.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:67:\"Use the FreshCart theme to build a vibrant ecommerce grocery store.\";s:4:\"link\";s:112:\"https://woocommerce.com/products/freshcart/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:45:\"https://freshcart.madrasthemes.com/gutenberg/\";s:5:\"price\";s:10:\"&#36;59.00\";s:9:\"raw_price\";i:59;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"dbf52776-dc51-4a14-81e6-2e1061b87d0c\";s:4:\"slug\";s:9:\"freshcart\";s:2:\"id\";i:18734001458195;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:59;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:12:\"MadrasThemes\";s:10:\"vendor_url\";s:44:\"https://woocommerce.com/vendor/madrasthemes/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2023/01/product-icon.png?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"avalon\";a:25:{s:5:\"title\";s:6:\"Avalon\";s:5:\"image\";s:78:\"https://woocommerce.com/wp-content/uploads/2023/01/avalon-main.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:70:\"Design a modern fashion website with the Avalon theme for WooCommerce.\";s:4:\"link\";s:109:\"https://woocommerce.com/products/avalon/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://demo.anarieldesign.com/avalon/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"dca90580-e46a-4ff7-8975-36871c61a220\";s:4:\"slug\";s:6:\"avalon\";s:2:\"id\";i:18734001455848;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"Anariel Design\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/anariel-design/\";s:4:\"icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2023/01/avalon-160.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:11:\"coffee-shop\";a:25:{s:5:\"title\";s:11:\"Coffee Shop\";s:5:\"image\";s:77:\"https://woocommerce.com/wp-content/uploads/2023/01/responsive.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:105:\"Sell artisan food or beverages with the easy-to-customize, block-based Coffee Shop theme for WooCommerce.\";s:4:\"link\";s:113:\"https://woocommerce.com/products/coffeeshop/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:42:\"https://demo.goodlayers.com/wc/coffeeshop/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"542c4939-61c9-4a81-8d41-56c251214df2\";s:4:\"slug\";s:11:\"coffee-shop\";s:2:\"id\";i:18734001400965;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"GoodLayers\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/goodlayers/\";s:4:\"icon\";s:62:\"https://woocommerce.com/wp-content/uploads/2023/01/cf-logo.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:10:\"copenhagen\";a:25:{s:5:\"title\";s:10:\"Copenhagen\";s:5:\"image\";s:89:\"https://woocommerce.com/wp-content/uploads/2023/02/copenhagen-theme-thumb.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:107:\"Create a stylish modern home furniture store or home décor shop with the Copenhagen theme for WooCommerce.\";s:4:\"link\";s:113:\"https://woocommerce.com/products/copenhagen/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:44:\"https://copenhagen.merchantsbestfriends.com/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"8013f3e4-5368-4918-afbf-e9662f967d03\";s:4:\"slug\";s:10:\"copenhagen\";s:2:\"id\";i:18734001349053;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:23:\"Merchants\' Best Friends\";s:10:\"vendor_url\";s:54:\"https://woocommerce.com/vendor/merchants-best-friends/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2022/12/Product-Icon.png?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:9:\"macchiato\";a:25:{s:5:\"title\";s:9:\"Macchiato\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2022/12/Featured-image-538x403-1.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:106:\"Showcase your small-batch artisan goods, coffees, or baked goods with the Macchiato theme for WooCommerce.\";s:4:\"link\";s:112:\"https://woocommerce.com/products/macchiato/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://demo.agnidesigns.com/macchiato/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"e0887d46-5336-47fa-a570-ee7406f11c8f\";s:4:\"slug\";s:9:\"macchiato\";s:2:\"id\";i:18734001282642;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:6:\"AgniHD\";s:10:\"vendor_url\";s:38:\"https://woocommerce.com/vendor/agnihd/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2022/12/Icon-80x80-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:9:\"astra-pro\";a:25:{s:5:\"title\";s:9:\"Astra Pro\";s:5:\"image\";s:83:\"https://woocommerce.com/wp-content/uploads/2023/12/Astra-Woo-Banner.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:7:\"primary\";s:7:\"excerpt\";s:90:\"Create stunning websites with one of the most powerful and user-friendly WordPress themes.\";s:4:\"link\";s:112:\"https://woocommerce.com/products/astra-pro/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:28:\"https://wp-themes.com/astra/\";s:5:\"price\";s:10:\"&#36;47.00\";s:9:\"raw_price\";i:47;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"9fc32c06-1fae-4744-8aca-f5259ddfcb3e\";s:4:\"slug\";s:9:\"astra-pro\";s:2:\"id\";i:18734001206339;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:47;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:23:\"Brainstorm Force US LLC\";s:10:\"vendor_url\";s:55:\"https://woocommerce.com/vendor/brainstorm-force-us-llc/\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2022/10/Astra_160x160.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"gizmo\";a:25:{s:5:\"title\";s:5:\"Gizmo\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/uploads/2022/11/gizmo-regular-card-product-logo.jpg?w=620&fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:94:\"Quickly build a store for your technology products with the Gizmo block theme for WooCommerce.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/gizmo/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:34:\"https://themegrilldemos.com/gizmo/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"7f1eba93-d661-4593-a232-f7fef903338b\";s:4:\"slug\";s:5:\"gizmo\";s:2:\"id\";i:18734001201194;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"ThemeGrill\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/themegrill/\";s:4:\"icon\";s:88:\"https://woocommerce.com/wp-content/uploads/2022/11/gizmo-product-icon-160x160-1.png?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:12:\"contemporary\";a:25:{s:5:\"title\";s:12:\"Contemporary\";s:5:\"image\";s:77:\"https://woocommerce.com/wp-content/uploads/2022/11/screenshot.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:92:\"Build a stylish modern store for handmade goods with the Contemporary theme for WooCommerce.\";s:4:\"link\";s:115:\"https://woocommerce.com/products/contemporary/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:36:\"https://contemporary.fuelthemes.net/\";s:5:\"price\";s:10:\"&#36;99.00\";s:9:\"raw_price\";i:99;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"885a302b-b292-45a0-9f77-23af84ce5926\";s:4:\"slug\";s:12:\"contemporary\";s:2:\"id\";i:18734001138725;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:99;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:11:\"Fuel Themes\";s:10:\"vendor_url\";s:43:\"https://woocommerce.com/vendor/fuel-themes/\";s:4:\"icon\";s:61:\"https://woocommerce.com/wp-content/uploads/2022/11/icon-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"vignette\";a:25:{s:5:\"title\";s:8:\"Vignette\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2022/10/vignettecard.jpg?w=538&fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:99:\"Use the modern, minimalist Vignette block theme to quickly and easily build your WooCommerce store.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/vignette/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:32:\"https://vignette.vivathemes.com/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"70354257-7eca-4baf-8941-78f423cd3010\";s:4:\"slug\";s:8:\"vignette\";s:2:\"id\";i:18734001081977;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:11:\"Viva Themes\";s:10:\"vendor_url\";s:43:\"https://woocommerce.com/vendor/viva-themes/\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2022/10/vignette-icon.jpg\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"wardrobe\";a:25:{s:5:\"title\";s:8:\"Wardrobe\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2022/09/Featured-image-538x403-1.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:91:\"Launch your online store with Wardrobe—the best minimalist fashion theme for WooCommerce.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/wardrobe/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://demo.agnidesigns.com/wardrobe\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"85578262-4919-448e-997b-151b8093e1d6\";s:4:\"slug\";s:8:\"wardrobe\";s:2:\"id\";i:18734000968064;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:6:\"AgniHD\";s:10:\"vendor_url\";s:38:\"https://woocommerce.com/vendor/agnihd/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2022/09/Icon-80x80-1.png?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"libreria\";a:25:{s:5:\"title\";s:8:\"Libreria\";s:5:\"image\";s:103:\"https://woocommerce.com/wp-content/uploads/2022/08/libreria-regular-card-product-logo-2.jpg?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:135:\"The ideal theme for booksellers and other shop owners who want their customers to feel relaxed and spend time browsing in their stores.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/libreria/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://themegrilldemos.com/libreria/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"4189cf3c-68fa-4c8c-82c0-516ffa67303d\";s:4:\"slug\";s:8:\"libreria\";s:2:\"id\";i:18734000805478;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:10:\"ThemeGrill\";s:10:\"vendor_url\";s:42:\"https://woocommerce.com/vendor/themegrill/\";s:4:\"icon\";s:91:\"https://woocommerce.com/wp-content/uploads/2022/08/libreria-product-icon-160x160-1.png?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"luminate\";a:25:{s:5:\"title\";s:8:\"Luminate\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2022/07/Featured-image-538x403-2.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:139:\"Build your lighting store with the clean, modern Luminate block theme and showcase light fixtures, light bulbs, and lighting accessories.\";s:4:\"link\";s:111:\"https://woocommerce.com/products/luminate/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://demo.agnidesigns.com/luminate/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"8ff7a61b-c8c0-488a-8439-670908940d1c\";s:4:\"slug\";s:8:\"luminate\";s:2:\"id\";i:18734000713982;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";i:5;s:13:\"reviews_count\";i:3;s:11:\"vendor_name\";s:6:\"AgniHD\";s:10:\"vendor_url\";s:38:\"https://woocommerce.com/vendor/agnihd/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2022/07/Icon-80x80-1.png\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"basti\";a:25:{s:5:\"title\";s:5:\"Basti\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2022/07/basti-main-image-5.png?fit=764,573\";s:4:\"type\";s:5:\"theme\";s:13:\"freemium_type\";s:5:\"unset\";s:7:\"excerpt\";s:94:\"Create your website with Basti—a fully customizable, minimalist Block Theme for WooCommerce.\";s:4:\"link\";s:108:\"https://woocommerce.com/products/basti/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://demo.anarieldesign.com/basti/\";s:5:\"price\";s:10:\"&#36;79.00\";s:9:\"raw_price\";i:79;s:8:\"currency\";s:3:\"USD\";s:4:\"hash\";s:36:\"f1a328c8-fb85-4349-ae79-9bd20feb21eb\";s:4:\"slug\";s:5:\"basti\";s:2:\"id\";i:18734000691786;s:10:\"is_on_sale\";b:0;s:13:\"regular_price\";i:79;s:6:\"rating\";N;s:13:\"reviews_count\";N;s:11:\"vendor_name\";s:14:\"Anariel Design\";s:10:\"vendor_url\";s:46:\"https://woocommerce.com/vendor/anariel-design/\";s:4:\"icon\";s:69:\"https://woocommerce.com/wp-content/uploads/2022/07/basti-160.png?w=80\";s:14:\"is_installable\";b:0;s:14:\"billing_period\";s:0:\"\";s:23:\"billing_period_interval\";s:0:\"\";s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(429, '_transient_woocommerce_shipping_task_zone_count_transient', '0', 'on'),
(430, 'woocommerce_task_list_tracked_completed_tasks', 'a:1:{i:0;s:17:\"launch-your-store\";}', 'auto'),
(437, 'action_scheduler_migration_status', 'complete', 'auto'),
(438, 'swa_ie_term_imported', 'imported', 'auto'),
(443, '_transient_product_query-transient-version', '1729174897', 'on'),
(444, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(445, 'category_children', 'a:0:{}', 'auto'),
(446, 'portfolio-category_children', 'a:0:{}', 'auto'),
(447, 'service-type_children', 'a:0:{}', 'auto'),
(448, 'product_cat_children', 'a:0:{}', 'auto'),
(449, 'rs_image_meta_todo', 'a:1:{i:1473;s:65:\"/var/www/html/wp-content/uploads/revslider/home-10/Layer-5801.jpg\";}', 'auto'),
(450, 'newsletter_lock_engine', '0', 'yes'),
(451, 'swa_ie_demo_installed', 'consultivo', 'auto'),
(456, '_transient_product-transient-version', '1729174897', 'on'),
(477, '_transient_timeout_wc_term_counts', '1731766929', 'off'),
(478, '_transient_wc_term_counts', 'a:2:{i:28;s:2:\"11\";i:25;s:1:\"1\";}', 'off'),
(480, '_transient_is_multi_author', '0', 'on'),
(481, 'sliderrevolution-v7-slide-map', 'a:12:{i:1;a:2:{s:1:\"s\";a:1:{i:1;i:27;}s:1:\"n\";a:3:{i:1;i:1;i:2;i:2;i:3;i:3;}}i:2;a:2:{s:1:\"s\";a:1:{i:2;i:28;}s:1:\"n\";a:2:{i:4;i:4;i:5;i:5;}}i:3;a:2:{s:1:\"s\";a:1:{i:3;i:29;}s:1:\"n\";a:3:{i:6;i:6;i:7;i:7;i:8;i:8;}}i:4;a:2:{s:1:\"s\";a:1:{i:4;i:30;}s:1:\"n\";a:1:{i:9;i:9;}}i:5;a:2:{s:1:\"s\";a:1:{i:5;i:31;}s:1:\"n\";a:3:{i:10;i:10;i:11;i:11;i:12;i:12;}}i:6;a:2:{s:1:\"s\";a:1:{i:6;i:32;}s:1:\"n\";a:2:{i:13;i:13;i:14;i:14;}}i:7;a:2:{s:1:\"s\";a:1:{i:7;i:33;}s:1:\"n\";a:1:{i:15;i:15;}}i:8;a:2:{s:1:\"s\";a:1:{i:8;i:34;}s:1:\"n\";a:2:{i:16;i:16;i:17;i:17;}}i:9;a:2:{s:1:\"s\";a:1:{i:9;i:35;}s:1:\"n\";a:2:{i:18;i:18;i:19;i:19;}}i:10;a:2:{s:1:\"s\";a:1:{i:10;i:36;}s:1:\"n\";a:1:{i:20;i:20;}}i:11;a:2:{s:1:\"s\";a:1:{i:11;i:37;}s:1:\"n\";a:3:{i:21;i:21;i:22;i:22;i:23;i:23;}}i:12;a:2:{s:1:\"s\";a:1:{i:12;i:38;}s:1:\"n\";a:3:{i:24;i:24;i:25;i:25;i:26;i:26;}}}', 'auto'),
(482, 'sliderrevolution-v7-migration-failed-map', 'a:0:{}', 'auto');

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 102, '_wp_attached_file', '2018/09/Layer-821.png'),
(2, 102, '_wp_attachment_wp_user_avatar', '1'),
(3, 102, 'post_views_count', '0'),
(4, 102, 'siteground_optimizer_optimization_attempts', '1'),
(5, 102, 'siteground_optimizer_is_optimized', '1'),
(6, 108, '_wp_attached_file', '2018/09/shutterstock_744004360.jpg'),
(7, 108, 'siteground_optimizer_optimization_attempts', '1'),
(8, 108, 'siteground_optimizer_is_optimized', '1'),
(9, 122, '_wp_attached_file', '2018/09/Layer-605.png'),
(10, 122, 'siteground_optimizer_optimization_attempts', '1'),
(11, 122, 'siteground_optimizer_is_optimized', '1'),
(12, 123, '_wp_attached_file', '2018/09/Layer-609.png'),
(13, 123, 'siteground_optimizer_optimization_attempts', '1'),
(14, 123, 'siteground_optimizer_is_optimized', '1'),
(15, 124, '_wp_attached_file', '2018/09/Layer-613.png'),
(16, 124, 'siteground_optimizer_optimization_attempts', '1'),
(17, 124, 'siteground_optimizer_is_optimized', '1'),
(18, 125, '_wp_attached_file', '2018/09/Layer-617.png'),
(19, 125, 'siteground_optimizer_optimization_attempts', '1'),
(20, 125, 'siteground_optimizer_is_optimized', '1'),
(21, 126, '_wp_attached_file', '2018/09/Layer-621.png'),
(22, 126, 'siteground_optimizer_optimization_attempts', '1'),
(23, 126, 'siteground_optimizer_is_optimized', '1'),
(24, 127, '_wp_attached_file', '2018/09/Layer-625.png'),
(25, 127, 'siteground_optimizer_optimization_attempts', '1'),
(26, 127, 'siteground_optimizer_is_optimized', '1'),
(27, 134, '_wp_attached_file', '2018/09/shutterstock_662833021-e1548846127222.jpg'),
(28, 134, '_wp_attachment_backup_sizes', 'a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:26:\"shutterstock_662833021.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_662833021-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_662833021-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_662833021-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_662833021-980x650.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"consultivo-medium-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_662833021-600x430.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"consultivo-large-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_662833021-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(29, 134, 'siteground_optimizer_optimization_attempts', '1'),
(30, 134, 'siteground_optimizer_is_optimized', '1'),
(31, 149, '_wp_attached_file', '2018/09/shutterstock_739241947.jpg'),
(32, 149, 'siteground_optimizer_optimization_attempts', '1'),
(33, 149, 'siteground_optimizer_is_optimized', '1'),
(34, 191, '_wp_attached_file', '2018/09/Icon1.png'),
(35, 191, 'siteground_optimizer_optimization_attempts', '1'),
(36, 191, 'siteground_optimizer_is_optimized', '1'),
(37, 192, '_wp_attached_file', '2018/09/Icons2.png'),
(38, 192, 'siteground_optimizer_optimization_attempts', '1'),
(39, 192, 'siteground_optimizer_is_optimized', '1'),
(40, 193, '_wp_attached_file', '2018/09/Icons3.png'),
(41, 193, 'siteground_optimizer_optimization_attempts', '1'),
(42, 193, 'siteground_optimizer_is_optimized', '1'),
(43, 194, '_wp_attached_file', '2018/09/Icons4.png'),
(44, 194, 'siteground_optimizer_optimization_attempts', '1'),
(45, 194, 'siteground_optimizer_is_optimized', '1'),
(46, 195, '_wp_attached_file', '2018/09/Icons5.png'),
(47, 195, 'siteground_optimizer_optimization_attempts', '1'),
(48, 195, 'siteground_optimizer_is_optimized', '1'),
(49, 196, '_wp_attached_file', '2018/09/Icons6.png'),
(50, 196, 'siteground_optimizer_optimization_attempts', '1'),
(51, 196, 'siteground_optimizer_is_optimized', '1'),
(52, 210, '_wp_attached_file', '2018/09/shutterstock_744003862.jpg'),
(53, 210, 'siteground_optimizer_optimization_attempts', '1'),
(54, 210, 'siteground_optimizer_is_optimized', '1'),
(55, 217, '_wp_attached_file', '2018/09/Icons7.png'),
(56, 217, 'siteground_optimizer_optimization_attempts', '1'),
(57, 217, 'siteground_optimizer_is_optimized', '1'),
(58, 218, '_wp_attached_file', '2018/09/Icons8.png'),
(59, 218, 'siteground_optimizer_optimization_attempts', '1'),
(60, 218, 'siteground_optimizer_is_optimized', '1'),
(61, 225, '_wp_attached_file', '2018/09/Layer-553.png'),
(62, 225, 'siteground_optimizer_optimization_attempts', '1'),
(63, 225, 'siteground_optimizer_is_optimized', '1'),
(64, 228, '_wp_attached_file', '2018/09/qoute-small.png'),
(65, 228, 'siteground_optimizer_optimization_attempts', '1'),
(66, 228, 'siteground_optimizer_is_optimized', '1'),
(67, 229, '_wp_attached_file', '2018/09/quote-opacity.png'),
(68, 229, 'siteground_optimizer_optimization_attempts', '1'),
(69, 229, 'siteground_optimizer_is_optimized', '1'),
(70, 250, '_wp_attached_file', '2018/09/shutterstock_530010547.jpg'),
(71, 250, 'siteground_optimizer_optimization_attempts', '1'),
(72, 250, 'siteground_optimizer_is_optimized', '1'),
(73, 251, '_wp_attached_file', '2018/09/shutterstock_562748524.jpg'),
(74, 251, 'siteground_optimizer_optimization_attempts', '1'),
(75, 251, 'siteground_optimizer_is_optimized', '1'),
(76, 252, '_wp_attached_file', '2018/09/shutterstock_562750024.jpg'),
(77, 252, 'siteground_optimizer_optimization_attempts', '1'),
(78, 252, 'siteground_optimizer_is_optimized', '1'),
(79, 253, '_wp_attached_file', '2018/09/shutterstock_573110944.jpg'),
(80, 253, 'siteground_optimizer_optimization_attempts', '1'),
(81, 253, 'siteground_optimizer_is_optimized', '1'),
(82, 254, '_wp_attached_file', '2018/09/shutterstock_583869118.jpg'),
(83, 254, 'siteground_optimizer_optimization_attempts', '1'),
(84, 254, 'siteground_optimizer_is_optimized', '1'),
(85, 255, '_wp_attached_file', '2018/09/shutterstock_720817339.jpg'),
(86, 255, 'siteground_optimizer_optimization_attempts', '1'),
(87, 255, 'siteground_optimizer_is_optimized', '1'),
(88, 256, '_wp_attached_file', '2018/09/shutterstock_720817432.jpg'),
(89, 256, 'siteground_optimizer_optimization_attempts', '1'),
(90, 256, 'siteground_optimizer_is_optimized', '1'),
(91, 257, '_wp_attached_file', '2018/09/shutterstock_727194181.jpg'),
(92, 257, 'siteground_optimizer_optimization_attempts', '1'),
(93, 257, 'siteground_optimizer_is_optimized', '1'),
(94, 258, '_wp_attached_file', '2018/09/shutterstock_748643938.jpg'),
(95, 258, 'siteground_optimizer_optimization_attempts', '1'),
(96, 258, 'siteground_optimizer_is_optimized', '1'),
(97, 287, '_wp_attached_file', '2018/09/shutterstock_739242214.jpg'),
(98, 287, 'siteground_optimizer_optimization_attempts', '1'),
(99, 287, 'siteground_optimizer_is_optimized', '1'),
(100, 323, '_wp_attached_file', '2018/09/shutterstock_748643938-1.jpg'),
(101, 323, 'siteground_optimizer_optimization_attempts', '1'),
(102, 323, 'siteground_optimizer_is_optimized', '1'),
(103, 344, '_wp_attached_file', '2018/09/shutterstock_720827587.jpg'),
(104, 344, 'siteground_optimizer_optimization_attempts', '1'),
(105, 344, 'siteground_optimizer_is_optimized', '1'),
(106, 354, '_wp_attached_file', '2018/09/video-gb.png'),
(107, 354, 'siteground_optimizer_optimization_attempts', '1'),
(108, 354, 'siteground_optimizer_is_optimized', '1'),
(109, 378, '_wp_attached_file', '2018/09/shutterstock_744003397.jpg'),
(110, 378, 'siteground_optimizer_optimization_attempts', '1'),
(111, 378, 'siteground_optimizer_is_optimized', '1'),
(112, 394, '_wp_attached_file', '2018/09/shutterstock_562748479.jpg'),
(113, 394, 'siteground_optimizer_optimization_attempts', '1'),
(114, 394, 'siteground_optimizer_is_optimized', '1'),
(115, 442, '_wp_attached_file', '2018/09/Layer-694.jpg'),
(116, 442, 'siteground_optimizer_optimization_attempts', '1'),
(117, 442, 'siteground_optimizer_is_optimized', '1'),
(118, 457, '_wp_attached_file', '2018/09/Layer-1366.jpg'),
(119, 457, 'siteground_optimizer_optimization_attempts', '1'),
(120, 457, 'siteground_optimizer_is_optimized', '1'),
(121, 462, '_wp_attached_file', '2018/09/Layer-714.jpg'),
(122, 462, 'siteground_optimizer_optimization_attempts', '1'),
(123, 462, 'siteground_optimizer_is_optimized', '1'),
(124, 480, '_wp_attached_file', '2018/09/Layer-706.jpg'),
(125, 480, 'siteground_optimizer_optimization_attempts', '1'),
(126, 480, 'siteground_optimizer_is_optimized', '1'),
(127, 488, '_wp_attached_file', '2018/09/Layer-1362.jpg'),
(128, 488, 'siteground_optimizer_optimization_attempts', '1'),
(129, 488, 'siteground_optimizer_is_optimized', '1'),
(130, 489, '_wp_attached_file', '2018/09/Layer-1363.jpg'),
(131, 489, 'siteground_optimizer_optimization_attempts', '1'),
(132, 489, 'siteground_optimizer_is_optimized', '1'),
(133, 490, '_wp_attached_file', '2018/09/Layer-1364.jpg'),
(134, 490, 'siteground_optimizer_optimization_attempts', '1'),
(135, 490, 'siteground_optimizer_is_optimized', '1'),
(136, 491, '_wp_attached_file', '2018/09/Layer-1367.jpg'),
(137, 491, 'siteground_optimizer_optimization_attempts', '1'),
(138, 491, 'siteground_optimizer_is_optimized', '1'),
(139, 492, '_wp_attached_file', '2018/09/Layer-1368.jpg'),
(140, 492, 'siteground_optimizer_optimization_attempts', '1'),
(141, 492, 'siteground_optimizer_is_optimized', '1'),
(142, 493, '_wp_attached_file', '2018/09/Layer-1369.jpg'),
(143, 493, 'siteground_optimizer_optimization_attempts', '1'),
(144, 493, 'siteground_optimizer_is_optimized', '1'),
(145, 504, '_wp_attached_file', '2018/09/Layer-1371.jpg'),
(146, 504, 'siteground_optimizer_optimization_attempts', '1'),
(147, 504, 'siteground_optimizer_is_optimized', '1'),
(148, 509, '_wp_attached_file', '2018/09/Layer-1387.jpg'),
(149, 509, 'siteground_optimizer_optimization_attempts', '1'),
(150, 509, 'siteground_optimizer_is_optimized', '1'),
(151, 524, '_wp_attached_file', '2018/09/Image-Container.jpg'),
(152, 524, 'siteground_optimizer_optimization_attempts', '1'),
(153, 524, 'siteground_optimizer_is_optimized', '1'),
(154, 525, '_wp_attached_file', '2018/09/Layer-1383.jpg'),
(155, 525, 'siteground_optimizer_optimization_attempts', '1'),
(156, 525, 'siteground_optimizer_is_optimized', '1'),
(157, 526, '_wp_attached_file', '2018/09/Layer-1385.jpg'),
(158, 526, 'siteground_optimizer_optimization_attempts', '1'),
(159, 526, 'siteground_optimizer_is_optimized', '1'),
(160, 527, '_wp_attached_file', '2018/09/Layer-1386.jpg'),
(161, 527, 'siteground_optimizer_optimization_attempts', '1'),
(162, 527, 'siteground_optimizer_is_optimized', '1'),
(163, 528, '_wp_attached_file', '2018/09/Layer-1387-1.jpg'),
(164, 528, 'siteground_optimizer_optimization_attempts', '1'),
(165, 528, 'siteground_optimizer_is_optimized', '1'),
(166, 529, '_wp_attached_file', '2018/09/Layer-1388.jpg'),
(167, 529, 'siteground_optimizer_optimization_attempts', '1'),
(168, 529, 'siteground_optimizer_is_optimized', '1'),
(169, 530, '_wp_attached_file', '2018/09/Layer-1389.jpg'),
(170, 530, 'siteground_optimizer_optimization_attempts', '1'),
(171, 530, 'siteground_optimizer_is_optimized', '1'),
(172, 531, '_wp_attached_file', '2018/09/Layer-1390.jpg'),
(173, 531, 'siteground_optimizer_optimization_attempts', '1'),
(174, 531, 'siteground_optimizer_is_optimized', '1'),
(175, 532, '_wp_attached_file', '2018/09/Layer-1391.jpg'),
(176, 532, 'siteground_optimizer_optimization_attempts', '1'),
(177, 532, 'siteground_optimizer_is_optimized', '1'),
(178, 540, '_wp_attached_file', '2018/09/consultivo.pdf'),
(179, 560, '_wp_attached_file', '2018/09/Chart.png'),
(180, 560, 'siteground_optimizer_optimization_attempts', '1'),
(181, 560, 'siteground_optimizer_is_optimized', '1'),
(182, 561, '_wp_attached_file', '2018/09/Video.jpg'),
(183, 561, 'siteground_optimizer_optimization_attempts', '1'),
(184, 561, 'siteground_optimizer_is_optimized', '1'),
(185, 562, '_wp_attached_file', '2018/09/Chart-Card.png'),
(186, 562, 'siteground_optimizer_optimization_attempts', '1'),
(187, 562, 'siteground_optimizer_is_optimized', '1'),
(188, 581, '_wp_attached_file', '2018/09/Layer-784.jpg'),
(189, 581, 'siteground_optimizer_optimization_attempts', '1'),
(190, 581, 'siteground_optimizer_is_optimized', '1'),
(191, 609, '_wp_attached_file', '2018/09/Layer-826.jpg'),
(192, 609, 'siteground_optimizer_optimization_attempts', '1'),
(193, 609, 'siteground_optimizer_is_optimized', '1'),
(194, 612, '_wp_attached_file', '2018/09/2d5e6e54f58d5733c0486faec8a8f6d0.jpg'),
(195, 612, 'siteground_optimizer_optimization_attempts', '1'),
(196, 612, 'siteground_optimizer_is_optimized', '1'),
(197, 613, '_wp_attached_file', '2018/09/49-Quick-Ways-to-Market-Your-Business-for-Free.jpg'),
(198, 613, 'siteground_optimizer_optimization_attempts', '1'),
(199, 613, 'siteground_optimizer_is_optimized', '1'),
(200, 615, '_wp_attached_file', '2018/09/Big-Data-Analytics-and-the-Future-of-Marketing-Sales.jpg'),
(201, 615, 'siteground_optimizer_optimization_attempts', '1'),
(202, 615, 'siteground_optimizer_is_optimized', '1'),
(203, 617, '_wp_attached_file', '2018/09/Do-It-Marketing.jpg'),
(204, 617, 'siteground_optimizer_optimization_attempts', '1'),
(205, 617, 'siteground_optimizer_is_optimized', '1'),
(206, 618, '_wp_attached_file', '2018/09/Getting_to_Know_SEO_Andre_Kibbe.jpg'),
(207, 618, 'siteground_optimizer_optimization_attempts', '1'),
(208, 618, 'siteground_optimizer_is_optimized', '1'),
(209, 619, '_wp_attached_file', '2018/09/Hooked-How-to-Build-Habit-Forming-Products.jpg'),
(210, 619, 'siteground_optimizer_optimization_attempts', '1'),
(211, 619, 'siteground_optimizer_is_optimized', '1'),
(212, 620, '_wp_attached_file', '2018/09/How-Brands-Grow.jpg'),
(213, 620, 'siteground_optimizer_optimization_attempts', '1'),
(214, 620, 'siteground_optimizer_is_optimized', '1'),
(215, 621, '_wp_attached_file', '2018/09/Marketing-Analytics.jpg'),
(216, 621, 'siteground_optimizer_optimization_attempts', '1'),
(217, 621, 'siteground_optimizer_is_optimized', '1'),
(218, 622, '_wp_attached_file', '2018/09/Personal-Branding-Cover-Picture.png'),
(219, 622, 'siteground_optimizer_optimization_attempts', '1'),
(220, 622, 'siteground_optimizer_is_optimized', '1'),
(221, 626, '_wp_attached_file', '2018/09/SEO_2013_And_Beyond_Dr_Andy_Williams5346.jpg'),
(222, 626, 'siteground_optimizer_optimization_attempts', '1'),
(223, 626, 'siteground_optimizer_is_optimized', '1'),
(224, 644, '_wp_attached_file', '2018/09/20_Shop_With_Sidebar.png'),
(225, 644, 'siteground_optimizer_optimization_attempts', '1'),
(226, 644, 'siteground_optimizer_is_optimized', '1'),
(227, 645, '_wp_attached_file', '2018/09/search-engine-optimize.png'),
(228, 645, 'siteground_optimizer_optimization_attempts', '1'),
(229, 645, 'siteground_optimizer_is_optimized', '1'),
(230, 655, '_wp_attached_file', '2018/10/Logo-Consultivo-01.png'),
(231, 655, 'siteground_optimizer_optimization_attempts', '1'),
(232, 655, 'siteground_optimizer_is_optimized', '1'),
(233, 669, '_wp_attached_file', '2018/10/c-icon.png'),
(234, 669, 'siteground_optimizer_optimization_attempts', '1'),
(235, 669, 'siteground_optimizer_is_optimized', '1'),
(236, 682, '_wp_attached_file', '2018/10/map.png'),
(237, 682, 'siteground_optimizer_optimization_attempts', '1'),
(238, 682, 'siteground_optimizer_is_optimized', '1'),
(239, 747, '_wp_attached_file', '2018/10/Layer-703.jpg'),
(240, 747, 'siteground_optimizer_optimization_attempts', '1'),
(241, 747, 'siteground_optimizer_is_optimized', '1'),
(242, 873, '_wp_attached_file', '2018/09/rawpixel-698603-unsplash.jpg'),
(243, 873, 'siteground_optimizer_optimization_attempts', '1'),
(244, 873, 'siteground_optimizer_is_optimized', '1'),
(245, 874, '_wp_attached_file', '2018/09/rawpixel-724109-unsplash.jpg'),
(246, 874, 'siteground_optimizer_optimization_attempts', '1'),
(247, 874, 'siteground_optimizer_is_optimized', '1'),
(248, 875, '_wp_attached_file', '2018/09/rawpixel-610081-unsplash.jpg'),
(249, 875, 'siteground_optimizer_optimization_attempts', '1'),
(250, 875, 'siteground_optimizer_is_optimized', '1'),
(251, 876, '_wp_attached_file', '2018/09/rawpixel-648565-unsplash.jpg'),
(252, 876, 'siteground_optimizer_optimization_attempts', '1'),
(253, 876, 'siteground_optimizer_is_optimized', '1'),
(254, 877, '_wp_attached_file', '2018/09/rawpixel-653767-unsplash.jpg'),
(255, 877, 'siteground_optimizer_optimization_attempts', '1'),
(256, 877, 'siteground_optimizer_is_optimized', '1'),
(257, 878, '_wp_attached_file', '2018/09/rawpixel-660359-unsplash.jpg'),
(258, 878, 'siteground_optimizer_optimization_attempts', '1'),
(259, 878, 'siteground_optimizer_is_optimized', '1'),
(260, 983, '_wp_attached_file', '2018/09/book-cover.jpg'),
(261, 983, 'siteground_optimizer_optimization_attempts', '1'),
(262, 983, 'siteground_optimizer_is_optimized', '1'),
(263, 1057, '_wp_attached_file', '2019/01/Layer-742.jpg'),
(264, 1057, 'siteground_optimizer_optimization_attempts', '1'),
(265, 1057, 'siteground_optimizer_is_optimized', '1'),
(266, 1095, '_wp_attached_file', '2019/01/Laptop.png'),
(267, 1095, 'siteground_optimizer_optimization_attempts', '1'),
(268, 1095, 'siteground_optimizer_optimization_failed', '1'),
(269, 1095, 'siteground_optimizer_is_optimized', '1'),
(270, 1109, '_wp_attached_file', '2019/01/Image.jpg'),
(271, 1109, 'siteground_optimizer_optimization_attempts', '1'),
(272, 1109, 'siteground_optimizer_is_optimized', '1'),
(273, 1130, '_wp_attached_file', '2019/01/Layer-580.jpg'),
(274, 1130, 'siteground_optimizer_optimization_attempts', '1'),
(275, 1130, 'siteground_optimizer_is_optimized', '1'),
(276, 1131, '_wp_attached_file', '2019/01/Layer-1374.jpg'),
(277, 1131, 'siteground_optimizer_optimization_attempts', '1'),
(278, 1131, 'siteground_optimizer_is_optimized', '1'),
(279, 1175, '_wp_attached_file', '2019/01/Layer-529.png'),
(280, 1175, 'siteground_optimizer_optimization_attempts', '1'),
(281, 1175, 'siteground_optimizer_is_optimized', '1'),
(282, 1176, '_wp_attached_file', '2019/01/Layer-1376.png'),
(283, 1176, 'siteground_optimizer_optimization_attempts', '1'),
(284, 1176, 'siteground_optimizer_is_optimized', '1'),
(285, 1182, '_wp_attached_file', '2019/01/BG.jpg'),
(286, 1182, 'siteground_optimizer_optimization_attempts', '1'),
(287, 1182, 'siteground_optimizer_is_optimized', '1'),
(288, 1206, '_wp_attached_file', '2018/09/shutterstock_739241959.jpg'),
(289, 1206, 'siteground_optimizer_optimization_attempts', '1'),
(290, 1206, 'siteground_optimizer_is_optimized', '1'),
(291, 1207, '_wp_attached_file', '2018/09/shutterstock_739242106.jpg'),
(292, 1207, 'siteground_optimizer_optimization_attempts', '1'),
(293, 1207, 'siteground_optimizer_is_optimized', '1'),
(294, 1208, '_wp_attached_file', '2018/09/shutterstock_739242190.jpg'),
(295, 1208, 'siteground_optimizer_optimization_attempts', '1'),
(296, 1208, 'siteground_optimizer_is_optimized', '1'),
(297, 1209, '_wp_attached_file', '2018/09/shutterstock_739242220.jpg'),
(298, 1209, 'siteground_optimizer_optimization_attempts', '1'),
(299, 1209, 'siteground_optimizer_is_optimized', '1'),
(300, 1210, '_wp_attached_file', '2018/09/shutterstock_739242232.jpg'),
(301, 1210, 'siteground_optimizer_optimization_attempts', '1'),
(302, 1210, 'siteground_optimizer_is_optimized', '1'),
(303, 1211, '_wp_attached_file', '2018/09/shutterstock_744003397-1.jpg'),
(304, 1211, 'siteground_optimizer_optimization_attempts', '1'),
(305, 1211, 'siteground_optimizer_is_optimized', '1'),
(306, 1212, '_wp_attached_file', '2018/09/shutterstock_744004366-1.jpg'),
(307, 1212, 'siteground_optimizer_optimization_attempts', '1'),
(308, 1212, 'siteground_optimizer_is_optimized', '1'),
(309, 1213, '_wp_attached_file', '2018/09/shutterstock_744004369.jpg'),
(310, 1213, 'siteground_optimizer_optimization_attempts', '1'),
(311, 1213, 'siteground_optimizer_is_optimized', '1'),
(312, 1214, '_wp_attached_file', '2018/09/shutterstock_744004378.jpg'),
(313, 1214, 'siteground_optimizer_optimization_attempts', '1'),
(314, 1214, 'siteground_optimizer_is_optimized', '1'),
(315, 1215, '_wp_attached_file', '2018/09/shutterstock_744004468.jpg'),
(316, 1215, 'siteground_optimizer_optimization_attempts', '1'),
(317, 1215, 'siteground_optimizer_is_optimized', '1'),
(318, 1282, '_wp_attached_file', '2019/02/Layer-580.jpg'),
(319, 1282, 'siteground_optimizer_optimization_attempts', '1'),
(320, 1282, 'siteground_optimizer_is_optimized', '1'),
(321, 1283, '_wp_attached_file', '2019/02/Layer-613.jpg'),
(322, 1283, 'siteground_optimizer_optimization_attempts', '1'),
(323, 1283, 'siteground_optimizer_is_optimized', '1'),
(324, 1290, '_wp_attached_file', '2019/02/Layer-571.jpg'),
(325, 1290, 'siteground_optimizer_optimization_attempts', '1'),
(326, 1290, 'siteground_optimizer_is_optimized', '1'),
(327, 1349, '_wp_attached_file', '2019/02/Layer-806.jpg'),
(328, 1349, 'siteground_optimizer_optimization_attempts', '1'),
(329, 1349, 'siteground_optimizer_is_optimized', '1'),
(330, 1396, '_wp_attached_file', '2019/03/logo.png'),
(331, 1396, 'siteground_optimizer_optimization_attempts', '1'),
(332, 1396, 'siteground_optimizer_is_optimized', '1'),
(333, 1397, '_wp_attached_file', '2019/03/sticky-logo.png'),
(334, 1397, 'siteground_optimizer_optimization_attempts', '1'),
(335, 1397, 'siteground_optimizer_is_optimized', '1'),
(336, 1401, '_wp_attached_file', 'woocommerce-placeholder.png'),
(337, 1401, 'siteground_optimizer_optimization_attempts', '1'),
(338, 1401, 'siteground_optimizer_is_optimized', '1'),
(339, 761, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(340, 761, 'slide_template', 'default'),
(341, 761, '_wpb_vc_js_status', 'true'),
(342, 1358, 'slide_template', 'default'),
(343, 1358, '_wpb_vc_js_status', 'true'),
(344, 1402, '_menu_item_type', 'custom'),
(345, 1402, '_menu_item_menu_item_parent', '1406'),
(346, 1402, '_menu_item_object_id', '1402'),
(347, 1402, '_menu_item_object', 'custom'),
(348, 1402, '_menu_item_target', ''),
(349, 1402, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(350, 1402, '_menu_item_xfn', ''),
(351, 1402, '_menu_item_url', 'http://ordneco.foach.site/portfolio/grow-your-business-with-an-unexpected-niche/'),
(352, 1402, '_menu_item_cms_icon', ''),
(353, 1403, '_menu_item_type', 'custom'),
(354, 1403, '_menu_item_menu_item_parent', '0'),
(355, 1403, '_menu_item_object_id', '1403'),
(356, 1403, '_menu_item_object', 'custom'),
(357, 1403, '_menu_item_target', ''),
(358, 1403, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(359, 1403, '_menu_item_xfn', ''),
(360, 1403, '_menu_item_url', '#'),
(361, 1403, '_menu_item_cms_icon', ''),
(362, 1403, '_menu_item_cms_megaprofile', '0'),
(363, 1404, '_menu_item_type', 'custom'),
(364, 1404, '_menu_item_menu_item_parent', '0'),
(365, 1404, '_menu_item_object_id', '1404'),
(366, 1404, '_menu_item_object', 'custom'),
(367, 1404, '_menu_item_target', ''),
(368, 1404, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(369, 1404, '_menu_item_xfn', ''),
(370, 1404, '_menu_item_url', '#'),
(371, 1404, '_menu_item_cms_icon', ''),
(372, 1404, '_menu_item_cms_megaprofile', '0'),
(373, 1405, '_menu_item_type', 'custom'),
(374, 1405, '_menu_item_menu_item_parent', '1440'),
(375, 1405, '_menu_item_object_id', '1405'),
(376, 1405, '_menu_item_object', 'custom'),
(377, 1405, '_menu_item_target', ''),
(378, 1405, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(379, 1405, '_menu_item_xfn', ''),
(380, 1405, '_menu_item_url', 'http://ordneco.foach.site/shop/?shop_layout=no-sidebar'),
(381, 1405, '_menu_item_cms_icon', ''),
(382, 1406, '_menu_item_type', 'custom'),
(383, 1406, '_menu_item_menu_item_parent', '0'),
(384, 1406, '_menu_item_object_id', '1406'),
(385, 1406, '_menu_item_object', 'custom'),
(386, 1406, '_menu_item_target', ''),
(387, 1406, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(388, 1406, '_menu_item_xfn', ''),
(389, 1406, '_menu_item_url', '#'),
(390, 1406, '_menu_item_cms_icon', ''),
(391, 1406, '_menu_item_cms_megaprofile', '0'),
(392, 1407, '_menu_item_type', 'custom'),
(393, 1407, '_menu_item_menu_item_parent', '0'),
(394, 1407, '_menu_item_object_id', '1407'),
(395, 1407, '_menu_item_object', 'custom'),
(396, 1407, '_menu_item_target', ''),
(397, 1407, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(398, 1407, '_menu_item_xfn', ''),
(399, 1407, '_menu_item_url', '#'),
(400, 1407, '_menu_item_cms_icon', ''),
(401, 1407, '_menu_item_cms_megaprofile', '1358'),
(402, 1408, '_menu_item_type', 'custom'),
(403, 1408, '_menu_item_menu_item_parent', '0'),
(404, 1408, '_menu_item_object_id', '1408'),
(405, 1408, '_menu_item_object', 'custom'),
(406, 1408, '_menu_item_target', ''),
(407, 1408, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(408, 1408, '_menu_item_xfn', ''),
(409, 1408, '_menu_item_url', '#'),
(410, 1408, '_menu_item_cms_icon', ''),
(411, 1408, '_menu_item_cms_megaprofile', '0'),
(412, 1409, '_menu_item_type', 'custom'),
(413, 1409, '_menu_item_menu_item_parent', '0'),
(414, 1409, '_menu_item_object_id', '1409'),
(415, 1409, '_menu_item_object', 'custom'),
(416, 1409, '_menu_item_target', ''),
(417, 1409, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(418, 1409, '_menu_item_xfn', ''),
(419, 1409, '_menu_item_url', '#'),
(420, 1409, '_menu_item_cms_megaprofile', '761'),
(421, 1409, '_menu_item_cms_icon', ''),
(422, 2, '_wp_page_template', 'default'),
(423, 3, '_wp_page_template', 'default'),
(424, 87, '_wpb_shortcodes_custom_css', '.vc_custom_1540622932814{padding-top: 80px !important;}.vc_custom_1536748944079{margin-bottom: 60px !important;}.vc_custom_1540628142268{padding-top: 126px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540628496159{padding-top: 225px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1540628618240{padding-top: 105px !important;padding-bottom: 90px !important;}.vc_custom_1540268904810{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1544191180603{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1537088901039{background-color: #1b1a1a !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540627856470{margin-top: -182px !important;}.vc_custom_1540623099157{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1540623106421{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1537001477598{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1537001488565{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1544175475261{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1544192655119{padding-top: 30px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544191032433{margin-bottom: 20px !important;}.vc_custom_1544191290093{margin-top: 20px !important;}.vc_custom_1544191553450{margin-top: 10px !important;}.vc_custom_1540268666107{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537089454741{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544191565381{margin-bottom: 50px !important;}.vc_custom_1540630126153{margin-bottom: 35px !important;}.vc_custom_1540630136287{margin-bottom: 35px !important;}.vc_custom_1544191725693{margin-top: 30px !important;}'),
(425, 87, '_wpb_shortcodes_custom_css_updated', '1'),
(426, 87, '_wp_page_template', 'default'),
(427, 87, 'custom_header', ''),
(428, 87, 'header_layout', '1'),
(429, 87, 'layout1_sidebar', '1'),
(430, 87, 'header_layout2_style', 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/themes/consultivo/assets/images/header-layout/h2-1.jpg'),
(431, 87, 'layout2_header_top_bg', '#f2f2f2'),
(432, 87, 'header_opacity', ''),
(433, 87, 'header_menu_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(434, 87, 'header_shadow', ''),
(435, 87, 'custom_pagetitle', '1'),
(436, 87, 'ptitle_layout', '0'),
(437, 87, 'custom_title', ''),
(438, 87, 'page_ptitle_color', ''),
(439, 87, 'ptitle_font_size', ''),
(440, 87, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(441, 87, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(442, 87, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(443, 87, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(444, 87, 'show_sidebar_page', ''),
(445, 87, 'sidebar_page_pos', 'right'),
(446, 87, 'custom_footer', ''),
(447, 87, 'footer_layout', '0'),
(448, 87, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(449, 87, 'footer_top_border', ''),
(450, 87, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(451, 87, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(452, 87, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(453, 87, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(454, 87, '_wpb_vc_js_status', 'true'),
(455, 87, '_wpb_shortcodes_custom_css', '.vc_custom_1540622932814{padding-top: 80px !important;}.vc_custom_1536748944079{margin-bottom: 60px !important;}.vc_custom_1540628142268{padding-top: 126px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540628496159{padding-top: 225px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1540628618240{padding-top: 105px !important;padding-bottom: 90px !important;}.vc_custom_1540268904810{padding-top: 110px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1544191180603{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1537088901039{background-color: #1b1a1a !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540627856470{margin-top: -182px !important;}.vc_custom_1540623099157{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1540623106421{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1537001477598{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1537001488565{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1544175475261{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1544192655119{padding-top: 30px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544191032433{margin-bottom: 20px !important;}.vc_custom_1544191290093{margin-top: 20px !important;}.vc_custom_1544191553450{margin-top: 10px !important;}.vc_custom_1540268666107{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537089454741{background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544191565381{margin-bottom: 50px !important;}.vc_custom_1540630126153{margin-bottom: 35px !important;}.vc_custom_1540630136287{margin-bottom: 35px !important;}.vc_custom_1544191725693{margin-top: 30px !important;}'),
(456, 87, 'header_top_bg', ''),
(457, 87, 'header_main_bg', ''),
(458, 87, 'sticky_on', ''),
(459, 87, 'header_sticky_bg', ''),
(460, 87, 'show_custom_button', '1'),
(461, 87, 'h_btn_text', 'Consultation'),
(462, 87, 'h_btn_page_link', '481'),
(463, 87, 'show_search_button', ''),
(464, 87, 'show_cart_button', ''),
(465, 89, '_wp_page_template', 'default'),
(466, 89, 'custom_header', ''),
(467, 89, 'header_layout', '1'),
(468, 89, 'layout1_sidebar', '1'),
(469, 89, 'header_layout2_style', 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/themes/consultivo/assets/images/header-layout/h2-1.jpg'),
(470, 89, 'layout2_header_top_bg', '#f2f2f2'),
(471, 89, 'header_opacity', ''),
(472, 89, 'header_menu_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(473, 89, 'header_shadow', ''),
(474, 89, 'custom_pagetitle', ''),
(475, 89, 'ptitle_layout', '1'),
(476, 89, 'custom_title', ''),
(477, 89, 'page_ptitle_color', ''),
(478, 89, 'ptitle_font_size', ''),
(479, 89, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(480, 89, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(481, 89, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(482, 89, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:4:\"80px\";s:5:\"units\";s:2:\"px\";}'),
(483, 89, 'show_sidebar_page', ''),
(484, 89, 'sidebar_page_pos', 'right'),
(485, 89, 'custom_footer', ''),
(486, 89, 'footer_layout', '0'),
(487, 89, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(488, 89, 'footer_top_border', ''),
(489, 89, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(490, 89, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(491, 89, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(492, 89, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(493, 89, 'slide_template', 'default'),
(494, 89, 'header_top_bg', ''),
(495, 89, 'header_main_bg', ''),
(496, 89, 'sticky_on', ''),
(497, 89, 'header_sticky_bg', ''),
(498, 89, 'show_custom_button', '1'),
(499, 89, 'h_btn_text', 'Consultation'),
(500, 89, 'h_btn_page_link', ''),
(501, 89, '_wpb_vc_js_status', 'false'),
(502, 89, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(503, 324, '_wpb_shortcodes_custom_css', '.vc_custom_1537168493627{padding-top: 100px !important;padding-bottom: 90px !important;}.vc_custom_1537170302387{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1540525287189{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537179795161{padding-top: 40px !important;}.vc_custom_1544193134247{margin-bottom: 15px !important;}.vc_custom_1544193348429{margin-bottom: 25px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544193542799{margin-bottom: 50px !important;}.vc_custom_1544193702383{margin-top: 30px !important;}.vc_custom_1544193802776{padding-top: 30px !important;}'),
(504, 324, '_wpb_shortcodes_custom_css_updated', '1'),
(505, 324, '_wp_page_template', 'default'),
(506, 324, 'custom_header', '1'),
(507, 324, 'header_layout', '2'),
(508, 324, 'layout1_sidebar', '1'),
(509, 324, 'header_layout2_style', 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/themes/consultivo/assets/images/header-layout/h2-1.jpg'),
(510, 324, 'layout2_header_top_bg', '#f2f2f2'),
(511, 324, 'header_opacity', ''),
(512, 324, 'header_menu_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(513, 324, 'header_shadow', ''),
(514, 324, 'custom_pagetitle', '1'),
(515, 324, 'ptitle_layout', '0'),
(516, 324, 'custom_title', ''),
(517, 324, 'page_ptitle_color', ''),
(518, 324, 'ptitle_font_size', ''),
(519, 324, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(520, 324, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(521, 324, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(522, 324, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(523, 324, 'show_sidebar_page', ''),
(524, 324, 'sidebar_page_pos', 'right'),
(525, 324, 'custom_footer', ''),
(526, 324, 'footer_layout', '0'),
(527, 324, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(528, 324, 'footer_top_border', ''),
(529, 324, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(530, 324, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(531, 324, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(532, 324, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(533, 324, '_wpb_vc_js_status', 'true'),
(534, 324, 'header_top_bg', ''),
(535, 324, 'header_main_bg', ''),
(536, 324, 'sticky_on', ''),
(537, 324, 'header_sticky_bg', ''),
(538, 324, '_wpb_shortcodes_custom_css', '.vc_custom_1537168493627{padding-top: 100px !important;padding-bottom: 90px !important;}.vc_custom_1537170302387{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1540525287189{padding-top: 110px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537179795161{padding-top: 40px !important;}.vc_custom_1544193134247{margin-bottom: 15px !important;}.vc_custom_1544193348429{margin-bottom: 25px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544193542799{margin-bottom: 50px !important;}.vc_custom_1544193702383{margin-top: 30px !important;}.vc_custom_1544193802776{padding-top: 30px !important;}'),
(539, 324, 'show_custom_button', '0'),
(540, 324, 'h_btn_text', 'Consultation'),
(541, 324, 'h_btn_page_link', ''),
(542, 324, 'show_search_button', ''),
(543, 324, 'show_cart_button', ''),
(544, 328, '_wpb_shortcodes_custom_css', '.vc_custom_1536921132374{padding-top: 110px !important;padding-bottom: 90px !important;}.vc_custom_1540525363897{padding-top: 130px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536917031051{padding-top: 230px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1537776006480{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540525375826{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537514614306{padding-top: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544194040344{padding-top: 25px !important;}.vc_custom_1544194182312{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1544194399972{padding-top: 10px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544194563303{margin-bottom: 20px !important;}.vc_custom_1544194679469{padding-top: 20px !important;}.vc_custom_1544194802698{margin-bottom: 20px !important;}'),
(545, 328, '_wpb_shortcodes_custom_css_updated', '1'),
(546, 328, '_wp_page_template', 'default'),
(547, 328, 'custom_header', '1'),
(548, 328, 'header_layout', '3'),
(549, 328, 'header_top_bg', ''),
(550, 328, 'header_main_bg', ''),
(551, 328, 'sticky_on', ''),
(552, 328, 'header_sticky_bg', ''),
(553, 328, 'custom_pagetitle', '1'),
(554, 328, 'ptitle_layout', '0'),
(555, 328, 'custom_title', ''),
(556, 328, 'page_ptitle_color', ''),
(557, 328, 'ptitle_font_size', ''),
(558, 328, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(559, 328, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(560, 328, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(561, 328, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:0:\"\";}'),
(562, 328, 'show_sidebar_page', ''),
(563, 328, 'sidebar_page_pos', 'right'),
(564, 328, 'custom_footer', ''),
(565, 328, 'footer_layout', '0'),
(566, 328, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(567, 328, 'footer_top_border', ''),
(568, 328, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(569, 328, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(570, 328, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(571, 328, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(572, 328, '_wpb_vc_js_status', 'true'),
(573, 328, '_wpb_shortcodes_custom_css', '.vc_custom_1536921132374{padding-top: 110px !important;padding-bottom: 90px !important;}.vc_custom_1540525363897{padding-top: 130px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536917031051{padding-top: 230px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1537776006480{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540525375826{padding-top: 110px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537514614306{padding-top: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544194040344{padding-top: 25px !important;}.vc_custom_1544194182312{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1544194399972{padding-top: 10px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544194563303{margin-bottom: 20px !important;}.vc_custom_1544194679469{padding-top: 20px !important;}.vc_custom_1544194802698{margin-bottom: 20px !important;}'),
(574, 328, 'show_custom_button', '1'),
(575, 328, 'h_btn_text', 'Consultation'),
(576, 328, 'h_btn_page_link', ''),
(577, 328, 'show_search_button', ''),
(578, 328, 'show_cart_button', ''),
(579, 1410, '_menu_item_type', 'post_type'),
(580, 1410, '_menu_item_menu_item_parent', '0'),
(581, 1410, '_menu_item_object_id', '87'),
(582, 1410, '_menu_item_object', 'page'),
(583, 1410, '_menu_item_target', ''),
(584, 1410, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(585, 1410, '_menu_item_xfn', ''),
(586, 1410, '_menu_item_url', ''),
(587, 1411, '_menu_item_type', 'post_type'),
(588, 1411, '_menu_item_menu_item_parent', '0'),
(589, 1411, '_menu_item_object_id', '324'),
(590, 1411, '_menu_item_object', 'page'),
(591, 1411, '_menu_item_target', ''),
(592, 1411, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(593, 1411, '_menu_item_xfn', ''),
(594, 1411, '_menu_item_url', ''),
(595, 1412, '_menu_item_type', 'post_type'),
(596, 1412, '_menu_item_menu_item_parent', '0'),
(597, 1412, '_menu_item_object_id', '328'),
(598, 1412, '_menu_item_object', 'page'),
(599, 1412, '_menu_item_target', ''),
(600, 1412, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(601, 1412, '_menu_item_xfn', ''),
(602, 1412, '_menu_item_url', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(603, 330, '_wpb_shortcodes_custom_css', '.vc_custom_1537521271043{padding-top: 90px !important;padding-bottom: 70px !important;}.vc_custom_1537525511051{padding-top: 180px !important;padding-bottom: 180px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739241947.jpg?id=149) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537519884071{padding-top: 80px !important;padding-bottom: 40px !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537525777852{margin-top: -192px !important;}.vc_custom_1544195106085{margin-bottom: 50px !important;}.vc_custom_1544195265255{margin-top: 5px !important;}.vc_custom_1544195345833{margin-top: 20px !important;}'),
(604, 330, '_wpb_shortcodes_custom_css_updated', '1'),
(605, 330, '_wp_page_template', 'default'),
(606, 330, 'custom_header', '1'),
(607, 330, 'header_layout', '4'),
(608, 330, 'header_top_bg', ''),
(609, 330, 'header_main_bg', ''),
(610, 330, 'sticky_on', ''),
(611, 330, 'header_sticky_bg', ''),
(612, 330, 'custom_pagetitle', '1'),
(613, 330, 'ptitle_layout', '0'),
(614, 330, 'custom_title', ''),
(615, 330, 'page_ptitle_color', ''),
(616, 330, 'ptitle_font_size', ''),
(617, 330, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(618, 330, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(619, 330, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(620, 330, 'content_padding', 'a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(621, 330, 'show_sidebar_page', ''),
(622, 330, 'sidebar_page_pos', 'right'),
(623, 330, 'custom_footer', ''),
(624, 330, 'footer_layout', '0'),
(625, 330, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(626, 330, 'footer_top_border', ''),
(627, 330, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(628, 330, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(629, 330, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(630, 330, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(631, 330, 'slide_template', 'default'),
(632, 330, '_wpb_vc_js_status', 'true'),
(633, 330, '_wpb_shortcodes_custom_css', '.vc_custom_1537521271043{padding-top: 90px !important;padding-bottom: 70px !important;}.vc_custom_1537525511051{padding-top: 180px !important;padding-bottom: 180px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_739241947.jpg?id=149) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537519884071{padding-top: 80px !important;padding-bottom: 40px !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537525777852{margin-top: -192px !important;}.vc_custom_1544195106085{margin-bottom: 50px !important;}.vc_custom_1544195265255{margin-top: 5px !important;}.vc_custom_1544195345833{margin-top: 20px !important;}'),
(634, 330, 'show_custom_button', '1'),
(635, 330, 'h_btn_text', 'Contact Me'),
(636, 330, 'h_btn_page_link', '506'),
(637, 441, '_wpb_shortcodes_custom_css', '.vc_custom_1537750097145{padding-bottom: 90px !important;}.vc_custom_1540267463038{padding-top: 110px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1540267676215{padding-top: 130px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536917031051{padding-top: 230px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1540268304998{padding-top: 110px !important;padding-bottom: 50px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537088901039{background-color: #1b1a1a !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537750611971{padding-top: 110px !important;padding-bottom: 10px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540267386119{padding-top: 32px !important;}.vc_custom_1544176425801{margin-bottom: 20px !important;}.vc_custom_1544176530843{margin-bottom: -10px !important;}.vc_custom_1544195738716{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1544195853952{margin-top: 10px !important;}.vc_custom_1540268403861{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537089454741{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544195934806{margin-bottom: 50px !important;}.vc_custom_1544196131243{margin-top: 20px !important;}'),
(638, 441, '_wpb_shortcodes_custom_css_updated', '1'),
(639, 441, '_wp_page_template', 'default'),
(640, 441, 'custom_header', '0'),
(641, 441, 'header_layout', '1'),
(642, 441, 'header_top_bg', ''),
(643, 441, 'header_main_bg', ''),
(644, 441, 'sticky_on', ''),
(645, 441, 'header_sticky_bg', ''),
(646, 441, 'custom_pagetitle', '1'),
(647, 441, 'ptitle_layout', '1'),
(648, 441, 'custom_title', ''),
(649, 441, 'page_ptitle_color', ''),
(650, 441, 'ptitle_font_size', ''),
(651, 441, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-694.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"442\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-694-300x300.jpg\";}}'),
(652, 441, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(653, 441, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(654, 441, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(655, 441, 'show_sidebar_page', ''),
(656, 441, 'sidebar_page_pos', 'right'),
(657, 441, 'custom_footer', ''),
(658, 441, 'footer_layout', '0'),
(659, 441, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(660, 441, 'footer_top_border', ''),
(661, 441, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(662, 441, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(663, 441, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(664, 441, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(665, 441, 'slide_template', 'default'),
(666, 441, '_wpb_vc_js_status', 'true'),
(667, 441, '_wpb_shortcodes_custom_css', '.vc_custom_1537750097145{padding-bottom: 90px !important;}.vc_custom_1540267463038{padding-top: 110px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1540267676215{padding-top: 130px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536917031051{padding-top: 230px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1540268304998{padding-top: 110px !important;padding-bottom: 50px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537088901039{background-color: #1b1a1a !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537750611971{padding-top: 110px !important;padding-bottom: 10px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540267386119{padding-top: 32px !important;}.vc_custom_1544176425801{margin-bottom: 20px !important;}.vc_custom_1544176530843{margin-bottom: -10px !important;}.vc_custom_1544195738716{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1544195853952{margin-top: 10px !important;}.vc_custom_1540268403861{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537089454741{background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544195934806{margin-bottom: 50px !important;}.vc_custom_1544196131243{margin-top: 20px !important;}'),
(668, 441, 'show_custom_button', '1'),
(669, 441, 'h_btn_text', 'Consultation'),
(670, 441, 'h_btn_page_link', ''),
(671, 441, 'show_search_button', ''),
(672, 441, 'show_cart_button', ''),
(673, 455, '_wpb_shortcodes_custom_css', '.vc_custom_1540269459491{padding-top: 20px !important;padding-bottom: 80px !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1544196266996{margin-bottom: 50px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544196387716{margin-top: 20px !important;}'),
(674, 455, '_wpb_shortcodes_custom_css_updated', '1'),
(675, 455, '_wp_page_template', 'default'),
(676, 455, 'custom_header', ''),
(677, 455, 'header_layout', '1'),
(678, 455, 'header_top_bg', ''),
(679, 455, 'header_main_bg', ''),
(680, 455, 'sticky_on', ''),
(681, 455, 'header_sticky_bg', ''),
(682, 455, 'custom_pagetitle', '1'),
(683, 455, 'ptitle_layout', '1'),
(684, 455, 'custom_title', ''),
(685, 455, 'page_ptitle_color', ''),
(686, 455, 'ptitle_font_size', ''),
(687, 455, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:99:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-1366.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"457\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:107:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-1366-300x300.jpg\";}}'),
(688, 455, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(689, 455, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(690, 455, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(691, 455, 'show_sidebar_page', ''),
(692, 455, 'sidebar_page_pos', 'right'),
(693, 455, 'custom_footer', ''),
(694, 455, 'footer_layout', '0'),
(695, 455, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(696, 455, 'footer_top_border', ''),
(697, 455, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(698, 455, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(699, 455, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(700, 455, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(701, 455, 'slide_template', 'default'),
(702, 455, '_wpb_vc_js_status', 'true'),
(703, 455, '_wpb_shortcodes_custom_css', '.vc_custom_1540269459491{padding-top: 20px !important;padding-bottom: 80px !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1544196266996{margin-bottom: 50px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544196387716{margin-top: 20px !important;}'),
(704, 455, 'show_custom_button', '1'),
(705, 455, 'h_btn_text', 'Consultation'),
(706, 455, 'h_btn_page_link', ''),
(707, 460, '_wpb_shortcodes_custom_css', '.vc_custom_1537753242758{padding-top: 100px !important;padding-bottom: 110px !important;}.vc_custom_1540281333871{padding-top: 104px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1540281359656{padding-top: 104px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544197197880{margin-bottom: 20px !important;}.vc_custom_1544197277285{margin-top: 20px !important;}'),
(708, 460, '_wpb_shortcodes_custom_css_updated', '1'),
(709, 460, '_wp_page_template', 'default'),
(710, 460, 'custom_header', ''),
(711, 460, 'header_layout', '1'),
(712, 460, 'header_top_bg', ''),
(713, 460, 'header_main_bg', ''),
(714, 460, 'sticky_on', ''),
(715, 460, 'header_sticky_bg', ''),
(716, 460, 'custom_pagetitle', '1'),
(717, 460, 'ptitle_layout', '1'),
(718, 460, 'custom_title', ''),
(719, 460, 'page_ptitle_color', ''),
(720, 460, 'ptitle_font_size', ''),
(721, 460, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-714.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"462\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-714-300x300.jpg\";}}'),
(722, 460, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(723, 460, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(724, 460, 'content_padding', 'a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(725, 460, 'show_sidebar_page', ''),
(726, 460, 'sidebar_page_pos', 'right'),
(727, 460, 'custom_footer', ''),
(728, 460, 'footer_layout', '0'),
(729, 460, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(730, 460, 'footer_top_border', ''),
(731, 460, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(732, 460, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(733, 460, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(734, 460, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(735, 460, 'slide_template', 'default'),
(736, 460, '_wpb_vc_js_status', 'true'),
(737, 460, '_wpb_shortcodes_custom_css', '.vc_custom_1537753242758{padding-top: 100px !important;padding-bottom: 110px !important;}.vc_custom_1540281333871{padding-top: 104px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1540281359656{padding-top: 104px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544197197880{margin-bottom: 20px !important;}.vc_custom_1544197277285{margin-top: 20px !important;}'),
(738, 460, 'show_custom_button', '1'),
(739, 460, 'h_btn_text', 'Consultation'),
(740, 460, 'h_btn_page_link', ''),
(741, 463, '_wpb_shortcodes_custom_css', '.vc_custom_1537755082456{padding-bottom: 60px !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1544196771482{margin-bottom: 50px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544196886573{margin-top: 20px !important;}.vc_custom_1544196982764{margin-top: 20px !important;}'),
(742, 463, '_wpb_shortcodes_custom_css_updated', '1'),
(743, 463, '_wp_page_template', 'default'),
(744, 463, 'custom_header', ''),
(745, 463, 'header_layout', '1'),
(746, 463, 'header_top_bg', ''),
(747, 463, 'header_main_bg', ''),
(748, 463, 'sticky_on', ''),
(749, 463, 'header_sticky_bg', ''),
(750, 463, 'custom_pagetitle', '1'),
(751, 463, 'ptitle_layout', '1'),
(752, 463, 'custom_title', ''),
(753, 463, 'page_ptitle_color', ''),
(754, 463, 'ptitle_font_size', ''),
(755, 463, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"480\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706-300x300.jpg\";}}'),
(756, 463, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(757, 463, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(758, 463, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(759, 463, 'show_sidebar_page', ''),
(760, 463, 'sidebar_page_pos', 'right'),
(761, 463, 'custom_footer', ''),
(762, 463, 'footer_layout', '0'),
(763, 463, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(764, 463, 'footer_top_border', ''),
(765, 463, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(766, 463, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(767, 463, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(768, 463, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(769, 463, 'slide_template', 'default'),
(770, 463, '_wpb_vc_js_status', 'true'),
(771, 463, '_wpb_shortcodes_custom_css', '.vc_custom_1537755082456{padding-bottom: 60px !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537002979174{background-color: #a0d233 !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1544196771482{margin-bottom: 50px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544196886573{margin-top: 20px !important;}.vc_custom_1544196982764{margin-top: 20px !important;}'),
(772, 463, 'show_custom_button', '1'),
(773, 463, 'h_btn_text', 'Consultation'),
(774, 463, 'h_btn_page_link', ''),
(775, 465, '_wpb_shortcodes_custom_css', '.vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}'),
(776, 465, '_wpb_shortcodes_custom_css_updated', '1'),
(777, 465, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(778, 465, '_wp_page_template', 'default'),
(779, 465, 'custom_header', ''),
(780, 465, 'header_layout', '1'),
(781, 465, 'header_top_bg', ''),
(782, 465, 'header_main_bg', ''),
(783, 465, 'sticky_on', ''),
(784, 465, 'header_sticky_bg', ''),
(785, 465, 'custom_pagetitle', ''),
(786, 465, 'ptitle_layout', '1'),
(787, 465, 'custom_title', ''),
(788, 465, 'page_ptitle_color', ''),
(789, 465, 'ptitle_font_size', ''),
(790, 465, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(791, 465, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(792, 465, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(793, 465, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(794, 465, 'show_sidebar_page', ''),
(795, 465, 'sidebar_page_pos', 'right'),
(796, 465, 'custom_footer', ''),
(797, 465, 'footer_layout', '0'),
(798, 465, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(799, 465, 'footer_top_border', ''),
(800, 465, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(801, 465, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(802, 465, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(803, 465, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(804, 465, 'slide_template', 'default'),
(805, 465, '_wpb_vc_js_status', 'true'),
(806, 465, '_wpb_shortcodes_custom_css', '.vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}'),
(807, 481, '_wpb_shortcodes_custom_css', '.vc_custom_1537756022655{padding-bottom: 90px !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1537756093853{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1544198476223{margin-bottom: 50px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}'),
(808, 481, '_wpb_shortcodes_custom_css_updated', '1'),
(809, 481, '_wp_page_template', 'default'),
(810, 481, 'custom_header', ''),
(811, 481, 'header_layout', '1'),
(812, 481, 'header_top_bg', ''),
(813, 481, 'header_main_bg', ''),
(814, 481, 'sticky_on', ''),
(815, 481, 'header_sticky_bg', ''),
(816, 481, 'custom_pagetitle', '1'),
(817, 481, 'ptitle_layout', '1'),
(818, 481, 'custom_title', ''),
(819, 481, 'page_ptitle_color', ''),
(820, 481, 'ptitle_font_size', ''),
(821, 481, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-714.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"462\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-714-300x300.jpg\";}}'),
(822, 481, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(823, 481, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(824, 481, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(825, 481, 'show_sidebar_page', ''),
(826, 481, 'sidebar_page_pos', 'right'),
(827, 481, 'custom_footer', ''),
(828, 481, 'footer_layout', '0'),
(829, 481, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(830, 481, 'footer_top_border', ''),
(831, 481, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(832, 481, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(833, 481, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(834, 481, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(835, 481, 'slide_template', 'default'),
(836, 481, '_wpb_vc_js_status', 'true'),
(837, 481, '_wpb_shortcodes_custom_css', '.vc_custom_1537756022655{padding-bottom: 90px !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1537756093853{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1544198476223{margin-bottom: 50px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}'),
(838, 481, 'show_custom_button', '1'),
(839, 481, 'h_btn_text', 'Consultation'),
(840, 481, 'h_btn_page_link', ''),
(841, 503, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(842, 503, '_wp_page_template', 'default'),
(843, 503, 'custom_header', ''),
(844, 503, 'header_layout', '1'),
(845, 503, 'header_top_bg', ''),
(846, 503, 'header_main_bg', ''),
(847, 503, 'sticky_on', ''),
(848, 503, 'header_sticky_bg', ''),
(849, 503, 'custom_pagetitle', '1'),
(850, 503, 'ptitle_layout', '1'),
(851, 503, 'custom_title', ''),
(852, 503, 'page_ptitle_color', ''),
(853, 503, 'ptitle_font_size', ''),
(854, 503, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:99:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-1371.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"504\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:107:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-1371-300x300.jpg\";}}'),
(855, 503, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(856, 503, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(857, 503, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:4:\"60px\";s:5:\"units\";s:2:\"px\";}'),
(858, 503, 'show_sidebar_page', ''),
(859, 503, 'sidebar_page_pos', 'right'),
(860, 503, 'custom_footer', ''),
(861, 503, 'footer_layout', '0'),
(862, 503, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(863, 503, 'footer_top_border', ''),
(864, 503, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(865, 503, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(866, 503, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(867, 503, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(868, 503, 'slide_template', 'default'),
(869, 503, '_wpb_vc_js_status', 'true'),
(870, 503, 'show_custom_button', '1'),
(871, 503, 'h_btn_text', 'Consultation'),
(872, 503, 'h_btn_page_link', ''),
(873, 506, '_wpb_shortcodes_custom_css', '.vc_custom_1537776245812{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537776269969{margin-bottom: 90px !important;}.vc_custom_1540277170806{margin-bottom: 85px !important;}.vc_custom_1544196531042{padding-top: 20px !important;}'),
(874, 506, '_wpb_shortcodes_custom_css_updated', '1'),
(875, 506, '_wp_page_template', 'default'),
(876, 506, 'custom_header', ''),
(877, 506, 'header_layout', '1'),
(878, 506, 'header_top_bg', ''),
(879, 506, 'header_main_bg', ''),
(880, 506, 'sticky_on', ''),
(881, 506, 'header_sticky_bg', ''),
(882, 506, 'custom_pagetitle', '1'),
(883, 506, 'ptitle_layout', '1'),
(884, 506, 'custom_title', ''),
(885, 506, 'page_ptitle_color', ''),
(886, 506, 'ptitle_font_size', ''),
(887, 506, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"480\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706-300x300.jpg\";}}'),
(888, 506, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(889, 506, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(890, 506, 'content_padding', 'a:3:{s:11:\"padding-top\";s:4:\"80px\";s:14:\"padding-bottom\";s:4:\"60px\";s:5:\"units\";s:2:\"px\";}'),
(891, 506, 'show_sidebar_page', ''),
(892, 506, 'sidebar_page_pos', 'right'),
(893, 506, 'custom_footer', ''),
(894, 506, 'footer_layout', '0'),
(895, 506, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(896, 506, 'footer_top_border', ''),
(897, 506, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(898, 506, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(899, 506, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(900, 506, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(901, 506, 'slide_template', 'default'),
(902, 506, '_wpb_vc_js_status', 'true'),
(903, 506, '_wpb_shortcodes_custom_css', '.vc_custom_1537776245812{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537776269969{margin-bottom: 90px !important;}.vc_custom_1540277170806{margin-bottom: 85px !important;}.vc_custom_1544196531042{padding-top: 20px !important;}'),
(904, 506, 'show_custom_button', '1'),
(905, 506, 'h_btn_text', 'Consultation'),
(906, 506, 'h_btn_page_link', ''),
(907, 508, '_wpb_shortcodes_custom_css', '.vc_custom_1540278287253{margin-bottom: 180px !important;}.vc_custom_1537858277366{margin-bottom: 30px !important;}'),
(908, 508, '_wpb_shortcodes_custom_css_updated', '1'),
(909, 508, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(910, 508, '_wp_page_template', 'default'),
(911, 508, 'custom_header', ''),
(912, 508, 'header_layout', '1'),
(913, 508, 'header_top_bg', ''),
(914, 508, 'header_main_bg', ''),
(915, 508, 'sticky_on', ''),
(916, 508, 'header_sticky_bg', ''),
(917, 508, 'custom_pagetitle', '1'),
(918, 508, 'ptitle_layout', '1'),
(919, 508, 'custom_title', ''),
(920, 508, 'page_ptitle_color', ''),
(921, 508, 'ptitle_font_size', ''),
(922, 508, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:99:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-1387.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"509\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:107:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-1387-300x300.jpg\";}}'),
(923, 508, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(924, 508, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(925, 508, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(926, 508, 'show_sidebar_page', ''),
(927, 508, 'sidebar_page_pos', 'right'),
(928, 508, 'custom_footer', ''),
(929, 508, 'footer_layout', '0'),
(930, 508, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(931, 508, 'footer_top_border', ''),
(932, 508, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(933, 508, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(934, 508, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(935, 508, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(936, 508, 'slide_template', 'default'),
(937, 508, '_wpb_vc_js_status', 'true'),
(938, 508, '_wpb_shortcodes_custom_css', '.vc_custom_1540278287253{margin-bottom: 180px !important;}.vc_custom_1537858277366{margin-bottom: 30px !important;}'),
(939, 508, 'show_custom_button', '1'),
(940, 508, 'h_btn_text', 'Consultation'),
(941, 508, 'h_btn_page_link', ''),
(942, 580, '_wpb_shortcodes_custom_css', '.vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}'),
(943, 580, '_wpb_shortcodes_custom_css_updated', '1'),
(944, 580, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(945, 580, '_wp_page_template', 'default'),
(946, 580, 'custom_header', ''),
(947, 580, 'header_layout', '1'),
(948, 580, 'header_top_bg', ''),
(949, 580, 'header_main_bg', ''),
(950, 580, 'sticky_on', ''),
(951, 580, 'header_sticky_bg', ''),
(952, 580, 'custom_pagetitle', '1'),
(953, 580, 'ptitle_layout', '1'),
(954, 580, 'custom_title', ''),
(955, 580, 'page_ptitle_color', ''),
(956, 580, 'ptitle_font_size', ''),
(957, 580, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-784.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"581\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-784-300x300.jpg\";}}'),
(958, 580, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(959, 580, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(960, 580, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(961, 580, 'show_sidebar_page', ''),
(962, 580, 'sidebar_page_pos', 'right'),
(963, 580, 'custom_footer', ''),
(964, 580, 'footer_layout', '0'),
(965, 580, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(966, 580, 'footer_top_border', ''),
(967, 580, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(968, 580, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(969, 580, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(970, 580, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(971, 580, 'slide_template', 'default'),
(972, 580, '_wpb_vc_js_status', 'true'),
(973, 580, '_wpb_shortcodes_custom_css', '.vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}'),
(974, 580, 'show_custom_button', '1'),
(975, 580, 'h_btn_text', 'Consultation'),
(976, 580, 'h_btn_page_link', ''),
(977, 583, '_wpb_shortcodes_custom_css', '.vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}'),
(978, 583, '_wpb_shortcodes_custom_css_updated', '1'),
(979, 583, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(980, 583, '_wp_page_template', 'default'),
(981, 583, 'custom_header', ''),
(982, 583, 'header_layout', '1'),
(983, 583, 'header_top_bg', ''),
(984, 583, 'header_main_bg', ''),
(985, 583, 'sticky_on', ''),
(986, 583, 'header_sticky_bg', ''),
(987, 583, 'custom_pagetitle', '1'),
(988, 583, 'ptitle_layout', '1'),
(989, 583, 'custom_title', ''),
(990, 583, 'page_ptitle_color', ''),
(991, 583, 'ptitle_font_size', ''),
(992, 583, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-784.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"581\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-784-300x300.jpg\";}}'),
(993, 583, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(994, 583, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(995, 583, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(996, 583, 'show_sidebar_page', ''),
(997, 583, 'sidebar_page_pos', 'right'),
(998, 583, 'custom_footer', ''),
(999, 583, 'footer_layout', '0'),
(1000, 583, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1001, 583, 'footer_top_border', ''),
(1002, 583, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1003, 583, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1004, 583, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1005, 583, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1006, 583, 'slide_template', 'default'),
(1007, 583, '_wpb_vc_js_status', 'true'),
(1008, 583, '_wpb_shortcodes_custom_css', '.vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}'),
(1009, 583, 'show_custom_button', '1'),
(1010, 583, 'h_btn_text', 'Consultation'),
(1011, 583, 'h_btn_page_link', ''),
(1012, 589, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1013, 589, '_wp_page_template', 'default'),
(1014, 589, 'custom_header', ''),
(1015, 589, 'header_layout', '1'),
(1016, 589, 'header_top_bg', ''),
(1017, 589, 'header_main_bg', ''),
(1018, 589, 'sticky_on', ''),
(1019, 589, 'header_sticky_bg', ''),
(1020, 589, 'custom_pagetitle', ''),
(1021, 589, 'ptitle_layout', '1'),
(1022, 589, 'custom_title', ''),
(1023, 589, 'page_ptitle_color', ''),
(1024, 589, 'ptitle_font_size', ''),
(1025, 589, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1026, 589, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1027, 589, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1028, 589, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:4:\"40px\";s:5:\"units\";s:2:\"px\";}'),
(1029, 589, 'show_sidebar_page', ''),
(1030, 589, 'sidebar_page_pos', 'right'),
(1031, 589, 'custom_footer', ''),
(1032, 589, 'footer_layout', '0'),
(1033, 589, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1034, 589, 'footer_top_border', ''),
(1035, 589, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1036, 589, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1037, 589, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1038, 589, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1039, 589, 'slide_template', 'default'),
(1040, 589, '_wpb_vc_js_status', 'true'),
(1041, 589, 'show_custom_button', '1'),
(1042, 589, 'h_btn_text', 'Consultation'),
(1043, 589, 'h_btn_page_link', ''),
(1044, 601, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1045, 601, 'custom_header', ''),
(1046, 601, 'header_layout', '1'),
(1047, 601, 'header_top_bg', ''),
(1048, 601, 'header_main_bg', ''),
(1049, 601, 'sticky_on', ''),
(1050, 601, 'header_sticky_bg', ''),
(1051, 601, 'custom_pagetitle', '1'),
(1052, 601, 'ptitle_layout', '1'),
(1053, 601, 'custom_title', ''),
(1054, 601, 'page_ptitle_color', ''),
(1055, 601, 'ptitle_font_size', ''),
(1056, 601, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-826.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"609\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-826-300x300.jpg\";}}'),
(1057, 601, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1058, 601, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1059, 601, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1060, 601, 'show_sidebar_page', ''),
(1061, 601, 'sidebar_page_pos', 'right'),
(1062, 601, 'custom_footer', ''),
(1063, 601, 'footer_layout', '0'),
(1064, 601, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1065, 601, 'footer_top_border', ''),
(1066, 601, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1067, 601, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1068, 601, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1069, 601, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1070, 601, 'slide_template', 'default'),
(1071, 601, '_wpb_vc_js_status', 'false'),
(1072, 602, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1073, 603, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1074, 604, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1075, 766, '_wpb_shortcodes_custom_css', '.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}'),
(1076, 766, '_wpb_shortcodes_custom_css_updated', '1'),
(1077, 766, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1078, 766, '_wp_page_template', 'default'),
(1079, 766, 'custom_header', ''),
(1080, 766, 'header_layout', '1'),
(1081, 766, 'header_top_bg', ''),
(1082, 766, 'header_main_bg', ''),
(1083, 766, 'sticky_on', ''),
(1084, 766, 'header_sticky_bg', ''),
(1085, 766, 'show_custom_button', '1'),
(1086, 766, 'h_btn_text', 'Consultation'),
(1087, 766, 'h_btn_page_link', ''),
(1088, 766, 'custom_pagetitle', ''),
(1089, 766, 'ptitle_layout', '1'),
(1090, 766, 'custom_title', ''),
(1091, 766, 'page_ptitle_color', ''),
(1092, 766, 'ptitle_font_size', ''),
(1093, 766, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1094, 766, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1095, 766, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1096, 766, 'content_padding', 'a:3:{s:11:\"padding-top\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}'),
(1097, 766, 'show_sidebar_page', ''),
(1098, 766, 'sidebar_page_pos', 'right'),
(1099, 766, 'custom_footer', ''),
(1100, 766, 'footer_layout', '0'),
(1101, 766, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1102, 766, 'footer_top_border', ''),
(1103, 766, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1104, 766, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1105, 766, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1106, 766, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1107, 766, 'slide_template', 'default'),
(1108, 766, '_wpb_vc_js_status', 'true'),
(1109, 766, '_wpb_shortcodes_custom_css', '.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}'),
(1110, 768, '_wpb_shortcodes_custom_css', '.vc_custom_1540864847453{margin-bottom: 100px !important;}.vc_custom_1540628142268{padding-top: 126px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540864681488{margin-top: 250px !important;padding-top: 180px !important;padding-bottom: 180px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739241947.jpg?id=149) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}'),
(1111, 768, '_wpb_shortcodes_custom_css_updated', '1'),
(1112, 768, '_wp_page_template', 'default'),
(1113, 768, 'custom_header', ''),
(1114, 768, 'header_layout', '1'),
(1115, 768, 'header_top_bg', ''),
(1116, 768, 'header_main_bg', ''),
(1117, 768, 'sticky_on', ''),
(1118, 768, 'header_sticky_bg', ''),
(1119, 768, 'show_custom_button', '1'),
(1120, 768, 'h_btn_text', 'Consultation'),
(1121, 768, 'h_btn_page_link', ''),
(1122, 768, 'custom_pagetitle', ''),
(1123, 768, 'ptitle_layout', '1'),
(1124, 768, 'custom_title', ''),
(1125, 768, 'page_ptitle_color', ''),
(1126, 768, 'ptitle_font_size', ''),
(1127, 768, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1128, 768, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1129, 768, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1130, 768, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1131, 768, 'show_sidebar_page', ''),
(1132, 768, 'sidebar_page_pos', 'right'),
(1133, 768, 'custom_footer', ''),
(1134, 768, 'footer_layout', '0'),
(1135, 768, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1136, 768, 'footer_top_border', ''),
(1137, 768, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1138, 768, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1139, 768, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1140, 768, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1141, 768, '_wpb_vc_js_status', 'true'),
(1142, 768, '_wpb_shortcodes_custom_css', '.vc_custom_1540864847453{margin-bottom: 100px !important;}.vc_custom_1540628142268{padding-top: 126px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540864681488{margin-top: 250px !important;padding-top: 180px !important;padding-bottom: 180px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_739241947.jpg?id=149) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}'),
(1143, 768, 'show_search_button', ''),
(1144, 768, 'show_cart_button', ''),
(1145, 770, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1146, 770, '_wp_page_template', 'default'),
(1147, 770, 'custom_header', ''),
(1148, 770, 'header_layout', '1'),
(1149, 770, 'header_top_bg', ''),
(1150, 770, 'header_main_bg', ''),
(1151, 770, 'sticky_on', ''),
(1152, 770, 'header_sticky_bg', ''),
(1153, 770, 'show_custom_button', '1'),
(1154, 770, 'h_btn_text', 'Consultation'),
(1155, 770, 'h_btn_page_link', ''),
(1156, 770, 'custom_pagetitle', ''),
(1157, 770, 'ptitle_layout', '1'),
(1158, 770, 'custom_title', ''),
(1159, 770, 'page_ptitle_color', ''),
(1160, 770, 'ptitle_font_size', ''),
(1161, 770, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1162, 770, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1163, 770, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1164, 770, 'content_padding', 'a:3:{s:11:\"padding-top\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}'),
(1165, 770, 'show_sidebar_page', ''),
(1166, 770, 'sidebar_page_pos', 'right'),
(1167, 770, 'custom_footer', ''),
(1168, 770, 'footer_layout', '0'),
(1169, 770, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1170, 770, 'footer_top_border', ''),
(1171, 770, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1172, 770, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1173, 770, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1174, 770, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1175, 770, 'slide_template', 'default'),
(1176, 770, '_wpb_vc_js_status', 'true'),
(1177, 772, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1178, 772, '_wp_page_template', 'default'),
(1179, 772, 'custom_header', ''),
(1180, 772, 'header_layout', '1'),
(1181, 772, 'header_top_bg', ''),
(1182, 772, 'header_main_bg', ''),
(1183, 772, 'sticky_on', ''),
(1184, 772, 'header_sticky_bg', ''),
(1185, 772, 'show_custom_button', '1'),
(1186, 772, 'h_btn_text', 'Consultation'),
(1187, 772, 'h_btn_page_link', ''),
(1188, 772, 'custom_pagetitle', ''),
(1189, 772, 'ptitle_layout', '1'),
(1190, 772, 'custom_title', ''),
(1191, 772, 'page_ptitle_color', ''),
(1192, 772, 'ptitle_font_size', ''),
(1193, 772, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1194, 772, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1195, 772, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1196, 772, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1197, 772, 'show_sidebar_page', ''),
(1198, 772, 'sidebar_page_pos', 'right'),
(1199, 772, 'custom_footer', ''),
(1200, 772, 'footer_layout', '0'),
(1201, 772, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1202, 772, 'footer_top_border', ''),
(1203, 772, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1204, 772, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1205, 772, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1206, 772, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1207, 772, 'slide_template', 'default'),
(1208, 772, '_wpb_vc_js_status', 'true'),
(1209, 774, '_wpb_shortcodes_custom_css', '.vc_custom_1540865491831{background-color: #9acd2d !important;}'),
(1210, 774, '_wpb_shortcodes_custom_css_updated', '1'),
(1211, 774, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1212, 774, '_wp_page_template', 'default'),
(1213, 774, 'custom_header', ''),
(1214, 774, 'header_layout', '1'),
(1215, 774, 'header_top_bg', ''),
(1216, 774, 'header_main_bg', ''),
(1217, 774, 'sticky_on', ''),
(1218, 774, 'header_sticky_bg', ''),
(1219, 774, 'show_custom_button', '1'),
(1220, 774, 'h_btn_text', 'Consultation'),
(1221, 774, 'h_btn_page_link', ''),
(1222, 774, 'custom_pagetitle', ''),
(1223, 774, 'ptitle_layout', '1'),
(1224, 774, 'custom_title', ''),
(1225, 774, 'page_ptitle_color', ''),
(1226, 774, 'ptitle_font_size', ''),
(1227, 774, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1228, 774, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1229, 774, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1230, 774, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1231, 774, 'show_sidebar_page', ''),
(1232, 774, 'sidebar_page_pos', 'right'),
(1233, 774, 'custom_footer', ''),
(1234, 774, 'footer_layout', '0'),
(1235, 774, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1236, 774, 'footer_top_border', ''),
(1237, 774, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1238, 774, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1239, 774, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1240, 774, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1241, 774, 'slide_template', 'default'),
(1242, 774, '_wpb_vc_js_status', 'true'),
(1243, 774, '_wpb_shortcodes_custom_css', '.vc_custom_1540865491831{background-color: #9acd2d !important;}'),
(1244, 776, '_wpb_shortcodes_custom_css', '.vc_custom_1540867144852{padding-top: 20px !important;}'),
(1245, 776, '_wpb_shortcodes_custom_css_updated', '1'),
(1246, 776, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1247, 776, '_wp_page_template', 'default'),
(1248, 776, 'custom_header', ''),
(1249, 776, 'header_layout', '1'),
(1250, 776, 'header_top_bg', ''),
(1251, 776, 'header_main_bg', ''),
(1252, 776, 'sticky_on', ''),
(1253, 776, 'header_sticky_bg', ''),
(1254, 776, 'show_custom_button', '1'),
(1255, 776, 'h_btn_text', 'Consultation'),
(1256, 776, 'h_btn_page_link', ''),
(1257, 776, 'custom_pagetitle', ''),
(1258, 776, 'ptitle_layout', '1'),
(1259, 776, 'custom_title', ''),
(1260, 776, 'page_ptitle_color', ''),
(1261, 776, 'ptitle_font_size', ''),
(1262, 776, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1263, 776, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1264, 776, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1265, 776, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1266, 776, 'show_sidebar_page', ''),
(1267, 776, 'sidebar_page_pos', 'right'),
(1268, 776, 'custom_footer', ''),
(1269, 776, 'footer_layout', '0'),
(1270, 776, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1271, 776, 'footer_top_border', ''),
(1272, 776, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1273, 776, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1274, 776, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1275, 776, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1276, 776, 'slide_template', 'default'),
(1277, 776, '_wpb_vc_js_status', 'true'),
(1278, 776, '_wpb_shortcodes_custom_css', '.vc_custom_1540867144852{padding-top: 20px !important;}'),
(1279, 778, '_wpb_shortcodes_custom_css', '.vc_custom_1540867509074{padding-bottom: 40px !important;background-color: #f9f9f9 !important;}.vc_custom_1537179795161{padding-top: 40px !important;}'),
(1280, 778, '_wpb_shortcodes_custom_css_updated', '1'),
(1281, 778, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1282, 778, '_wp_page_template', 'default'),
(1283, 778, 'custom_header', ''),
(1284, 778, 'header_layout', '1'),
(1285, 778, 'header_top_bg', ''),
(1286, 778, 'header_main_bg', ''),
(1287, 778, 'sticky_on', ''),
(1288, 778, 'header_sticky_bg', ''),
(1289, 778, 'show_custom_button', '1'),
(1290, 778, 'h_btn_text', 'Consultation'),
(1291, 778, 'h_btn_page_link', ''),
(1292, 778, 'custom_pagetitle', ''),
(1293, 778, 'ptitle_layout', '1'),
(1294, 778, 'custom_title', ''),
(1295, 778, 'page_ptitle_color', ''),
(1296, 778, 'ptitle_font_size', ''),
(1297, 778, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1298, 778, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1299, 778, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1300, 778, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1301, 778, 'show_sidebar_page', ''),
(1302, 778, 'sidebar_page_pos', 'right'),
(1303, 778, 'custom_footer', ''),
(1304, 778, 'footer_layout', '0'),
(1305, 778, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1306, 778, 'footer_top_border', ''),
(1307, 778, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1308, 778, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1309, 778, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1310, 778, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1311, 778, 'slide_template', 'default'),
(1312, 778, '_wpb_vc_js_status', 'true'),
(1313, 778, '_wpb_shortcodes_custom_css', '.vc_custom_1540867509074{padding-bottom: 40px !important;background-color: #f9f9f9 !important;}.vc_custom_1537179795161{padding-top: 40px !important;}'),
(1314, 780, '_wpb_shortcodes_custom_css', '.vc_custom_1540867800699{padding-top: 110px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}'),
(1315, 780, '_wpb_shortcodes_custom_css_updated', '1'),
(1316, 780, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1317, 780, '_wp_page_template', 'default'),
(1318, 780, 'custom_header', ''),
(1319, 780, 'header_layout', '1'),
(1320, 780, 'header_top_bg', ''),
(1321, 780, 'header_main_bg', ''),
(1322, 780, 'sticky_on', ''),
(1323, 780, 'header_sticky_bg', ''),
(1324, 780, 'show_custom_button', '1'),
(1325, 780, 'h_btn_text', 'Consultation'),
(1326, 780, 'h_btn_page_link', ''),
(1327, 780, 'custom_pagetitle', ''),
(1328, 780, 'ptitle_layout', '1'),
(1329, 780, 'custom_title', ''),
(1330, 780, 'page_ptitle_color', ''),
(1331, 780, 'ptitle_font_size', ''),
(1332, 780, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1333, 780, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1334, 780, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1335, 780, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1336, 780, 'show_sidebar_page', ''),
(1337, 780, 'sidebar_page_pos', 'right'),
(1338, 780, 'custom_footer', ''),
(1339, 780, 'footer_layout', '0'),
(1340, 780, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1341, 780, 'footer_top_border', ''),
(1342, 780, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1343, 780, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1344, 780, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1345, 780, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1346, 780, 'slide_template', 'default'),
(1347, 780, '_wpb_vc_js_status', 'true'),
(1348, 780, '_wpb_shortcodes_custom_css', '.vc_custom_1540867800699{padding-top: 110px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}'),
(1349, 782, '_wpb_shortcodes_custom_css', '.vc_custom_1540868699140{margin-bottom: 50px !important;}.vc_custom_1540868603322{margin-bottom: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537088901039{background-color: #1b1a1a !important;}.vc_custom_1540868642238{margin-top: 200px !important;padding-top: 80px !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1540268666107{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537089454741{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540630126153{margin-bottom: 35px !important;}.vc_custom_1540630136287{margin-bottom: 35px !important;}.vc_custom_1540868225835{margin-top: -182px !important;}.vc_custom_1540623099157{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1540623106421{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1537001477598{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1537001488565{padding-top: 30px !important;padding-bottom: 30px !important;}'),
(1350, 782, '_wpb_shortcodes_custom_css_updated', '1'),
(1351, 782, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1352, 782, '_wp_page_template', 'default'),
(1353, 782, 'custom_header', ''),
(1354, 782, 'header_layout', '1'),
(1355, 782, 'header_top_bg', ''),
(1356, 782, 'header_main_bg', ''),
(1357, 782, 'sticky_on', ''),
(1358, 782, 'header_sticky_bg', ''),
(1359, 782, 'show_custom_button', '1'),
(1360, 782, 'h_btn_text', 'Consultation'),
(1361, 782, 'h_btn_page_link', ''),
(1362, 782, 'custom_pagetitle', ''),
(1363, 782, 'ptitle_layout', '1'),
(1364, 782, 'custom_title', ''),
(1365, 782, 'page_ptitle_color', ''),
(1366, 782, 'ptitle_font_size', ''),
(1367, 782, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1368, 782, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1369, 782, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1370, 782, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1371, 782, 'show_sidebar_page', ''),
(1372, 782, 'sidebar_page_pos', 'right'),
(1373, 782, 'custom_footer', ''),
(1374, 782, 'footer_layout', '0'),
(1375, 782, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1376, 782, 'footer_top_border', ''),
(1377, 782, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1378, 782, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1379, 782, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1380, 782, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1381, 782, 'slide_template', 'default'),
(1382, 782, '_wpb_vc_js_status', 'true'),
(1383, 782, '_wpb_shortcodes_custom_css', '.vc_custom_1540868699140{margin-bottom: 50px !important;}.vc_custom_1540868603322{margin-bottom: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537088901039{background-color: #1b1a1a !important;}.vc_custom_1540868642238{margin-top: 200px !important;padding-top: 80px !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1540268666107{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1537089454741{background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540630126153{margin-bottom: 35px !important;}.vc_custom_1540630136287{margin-bottom: 35px !important;}.vc_custom_1540868225835{margin-top: -182px !important;}.vc_custom_1540623099157{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1540623106421{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1537001477598{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1537001488565{padding-top: 30px !important;padding-bottom: 30px !important;}'),
(1384, 784, '_wpb_shortcodes_custom_css', '.vc_custom_1540869181947{margin-bottom: 150px !important;padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}'),
(1385, 784, '_wpb_shortcodes_custom_css_updated', '1'),
(1386, 784, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1387, 784, '_wp_page_template', 'default'),
(1388, 784, 'custom_header', ''),
(1389, 784, 'header_layout', '1'),
(1390, 784, 'header_top_bg', ''),
(1391, 784, 'header_main_bg', ''),
(1392, 784, 'sticky_on', ''),
(1393, 784, 'header_sticky_bg', ''),
(1394, 784, 'show_custom_button', '1'),
(1395, 784, 'h_btn_text', 'Consultation'),
(1396, 784, 'h_btn_page_link', ''),
(1397, 784, 'custom_pagetitle', ''),
(1398, 784, 'ptitle_layout', '1'),
(1399, 784, 'custom_title', ''),
(1400, 784, 'page_ptitle_color', ''),
(1401, 784, 'ptitle_font_size', ''),
(1402, 784, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1403, 784, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1404, 784, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1405, 784, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1406, 784, 'show_sidebar_page', ''),
(1407, 784, 'sidebar_page_pos', 'right'),
(1408, 784, 'custom_footer', ''),
(1409, 784, 'footer_layout', '0'),
(1410, 784, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1411, 784, 'footer_top_border', ''),
(1412, 784, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1413, 784, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1414, 784, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1415, 784, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1416, 784, 'slide_template', 'default'),
(1417, 784, '_wpb_vc_js_status', 'true'),
(1418, 784, '_wpb_shortcodes_custom_css', '.vc_custom_1540869181947{margin-bottom: 150px !important;padding-top: 110px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}'),
(1419, 793, '_wpb_shortcodes_custom_css', '.vc_custom_1537776245812{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(1420, 793, '_wpb_shortcodes_custom_css_updated', '1'),
(1421, 793, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1422, 793, '_wp_page_template', 'default'),
(1423, 793, 'custom_header', ''),
(1424, 793, 'header_layout', '1'),
(1425, 793, 'header_top_bg', ''),
(1426, 793, 'header_main_bg', ''),
(1427, 793, 'sticky_on', ''),
(1428, 793, 'header_sticky_bg', ''),
(1429, 793, 'show_custom_button', '1'),
(1430, 793, 'h_btn_text', 'Consultation'),
(1431, 793, 'h_btn_page_link', ''),
(1432, 793, 'custom_pagetitle', ''),
(1433, 793, 'ptitle_layout', '1'),
(1434, 793, 'custom_title', ''),
(1435, 793, 'page_ptitle_color', ''),
(1436, 793, 'ptitle_font_size', ''),
(1437, 793, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1438, 793, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1439, 793, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1440, 793, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1441, 793, 'show_sidebar_page', ''),
(1442, 793, 'sidebar_page_pos', 'right'),
(1443, 793, 'custom_footer', ''),
(1444, 793, 'footer_layout', '0'),
(1445, 793, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1446, 793, 'footer_top_border', ''),
(1447, 793, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1448, 793, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1449, 793, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1450, 793, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1451, 793, 'slide_template', 'default'),
(1452, 793, '_wpb_vc_js_status', 'true'),
(1453, 793, '_wpb_shortcodes_custom_css', '.vc_custom_1537776245812{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(1454, 808, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1455, 808, '_wp_page_template', 'default'),
(1456, 808, 'custom_header', ''),
(1457, 808, 'header_layout', '1'),
(1458, 808, 'header_top_bg', ''),
(1459, 808, 'header_main_bg', ''),
(1460, 808, 'sticky_on', ''),
(1461, 808, 'header_sticky_bg', ''),
(1462, 808, 'show_custom_button', '1'),
(1463, 808, 'h_btn_text', 'Consultation'),
(1464, 808, 'h_btn_page_link', ''),
(1465, 808, 'custom_pagetitle', ''),
(1466, 808, 'ptitle_layout', '1'),
(1467, 808, 'custom_title', ''),
(1468, 808, 'page_ptitle_color', ''),
(1469, 808, 'ptitle_font_size', ''),
(1470, 808, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1471, 808, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1472, 808, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1473, 808, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1474, 808, 'show_sidebar_page', ''),
(1475, 808, 'sidebar_page_pos', 'right'),
(1476, 808, 'custom_footer', ''),
(1477, 808, 'footer_layout', '0'),
(1478, 808, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1479, 808, 'footer_top_border', ''),
(1480, 808, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1481, 808, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1482, 808, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1483, 808, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1484, 808, 'slide_template', 'default'),
(1485, 808, '_wpb_vc_js_status', 'false'),
(1486, 857, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1487, 857, '_wp_page_template', 'default'),
(1488, 857, 'custom_header', ''),
(1489, 857, 'header_layout', '1'),
(1490, 857, 'header_top_bg', ''),
(1491, 857, 'header_main_bg', ''),
(1492, 857, 'sticky_on', ''),
(1493, 857, 'header_sticky_bg', ''),
(1494, 857, 'show_custom_button', '1'),
(1495, 857, 'h_btn_text', 'Consultation'),
(1496, 857, 'h_btn_page_link', ''),
(1497, 857, 'custom_pagetitle', ''),
(1498, 857, 'ptitle_layout', '1'),
(1499, 857, 'custom_title', ''),
(1500, 857, 'page_ptitle_color', ''),
(1501, 857, 'ptitle_font_size', ''),
(1502, 857, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1503, 857, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1504, 857, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1505, 857, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1506, 857, 'show_sidebar_page', ''),
(1507, 857, 'sidebar_page_pos', 'right'),
(1508, 857, 'custom_footer', ''),
(1509, 857, 'footer_layout', '0'),
(1510, 857, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1511, 857, 'footer_top_border', ''),
(1512, 857, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1513, 857, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1514, 857, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1515, 857, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1516, 857, 'slide_template', 'default'),
(1517, 857, '_wpb_vc_js_status', 'false'),
(1518, 879, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1519, 879, '_wp_page_template', 'default'),
(1520, 879, 'custom_header', '1'),
(1521, 879, 'header_layout', '1'),
(1522, 879, 'header_top_bg', ''),
(1523, 879, 'header_main_bg', ''),
(1524, 879, 'sticky_on', '1'),
(1525, 879, 'header_sticky_bg', 'transparent'),
(1526, 879, 'show_custom_button', '1'),
(1527, 879, 'h_btn_text', 'Consultation'),
(1528, 879, 'h_btn_page_link', ''),
(1529, 879, 'custom_pagetitle', ''),
(1530, 879, 'ptitle_layout', '1'),
(1531, 879, 'custom_title', ''),
(1532, 879, 'page_ptitle_color', ''),
(1533, 879, 'ptitle_font_size', ''),
(1534, 879, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1535, 879, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1536, 879, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1537, 879, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1538, 879, 'show_sidebar_page', ''),
(1539, 879, 'sidebar_page_pos', 'right'),
(1540, 879, 'custom_footer', ''),
(1541, 879, 'footer_layout', '0'),
(1542, 879, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1543, 879, 'footer_top_border', ''),
(1544, 879, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1545, 879, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1546, 879, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1547, 879, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1548, 879, 'slide_template', 'default'),
(1549, 879, '_wpb_vc_js_status', 'false'),
(1550, 974, '_wpb_shortcodes_custom_css', '.vc_custom_1544417839322{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1537168493627{padding-top: 100px !important;padding-bottom: 90px !important;}.vc_custom_1540628142268{padding-top: 126px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1544424410791{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f9f9f9 !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1544426091151{padding-top: 110px !important;padding-bottom: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544426042585{margin-bottom: -10px !important;}.vc_custom_1544417814261{margin-bottom: -10px !important;}.vc_custom_1537179795161{padding-top: 40px !important;}.vc_custom_1544193134247{margin-bottom: 15px !important;}.vc_custom_1544423764458{margin-bottom: 20px !important;}.vc_custom_1544175475261{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544193542799{margin-bottom: 50px !important;}.vc_custom_1544193802776{padding-top: 30px !important;}'),
(1551, 974, '_wpb_shortcodes_custom_css_updated', '1'),
(1552, 974, '_wp_page_template', 'default'),
(1553, 974, 'custom_header', '1'),
(1554, 974, 'header_layout', '5'),
(1555, 974, 'header_top_bg', ''),
(1556, 974, 'header_main_bg', ''),
(1557, 974, 'sticky_on', ''),
(1558, 974, 'header_sticky_bg', ''),
(1559, 974, 'show_custom_button', '0'),
(1560, 974, 'h_btn_text', 'Consultation'),
(1561, 974, 'h_btn_page_link', ''),
(1562, 974, 'custom_pagetitle', '1'),
(1563, 974, 'ptitle_layout', '0'),
(1564, 974, 'custom_title', ''),
(1565, 974, 'page_ptitle_color', ''),
(1566, 974, 'ptitle_font_size', ''),
(1567, 974, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1568, 974, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1569, 974, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1570, 974, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(1571, 974, 'show_sidebar_page', ''),
(1572, 974, 'sidebar_page_pos', 'right'),
(1573, 974, 'custom_footer', ''),
(1574, 974, 'footer_layout', '0'),
(1575, 974, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1576, 974, 'footer_top_border', ''),
(1577, 974, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1578, 974, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1579, 974, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1580, 974, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1581, 974, '_wpb_vc_js_status', 'true'),
(1582, 974, '_wpb_shortcodes_custom_css', '.vc_custom_1544417839322{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1537168493627{padding-top: 100px !important;padding-bottom: 90px !important;}.vc_custom_1540628142268{padding-top: 126px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1544424410791{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f9f9f9 !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}.vc_custom_1537525626769{padding-bottom: 100px !important;}.vc_custom_1544426091151{padding-top: 110px !important;padding-bottom: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544426042585{margin-bottom: -10px !important;}.vc_custom_1544417814261{margin-bottom: -10px !important;}.vc_custom_1537179795161{padding-top: 40px !important;}.vc_custom_1544193134247{margin-bottom: 15px !important;}.vc_custom_1544423764458{margin-bottom: 20px !important;}.vc_custom_1544175475261{margin-bottom: 120px !important;}.vc_custom_1536916688239{margin-bottom: -150px !important;}.vc_custom_1537179528004{padding-top: 90px !important;}.vc_custom_1537179537032{padding-top: 110px !important;}.vc_custom_1537001566947{margin-bottom: 50px !important;}.vc_custom_1537001574508{margin-bottom: 50px !important;}.vc_custom_1544193542799{margin-bottom: 50px !important;}.vc_custom_1544193802776{padding-top: 30px !important;}'),
(1583, 974, 'show_search_button', ''),
(1584, 974, 'show_cart_button', ''),
(1585, 977, '_wpb_shortcodes_custom_css', '.vc_custom_1544427516433{padding-top: 100px !important;padding-bottom: 55px !important;}.vc_custom_1544428049891{background-color: #9acd2d !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1540268904810{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1544191180603{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544429500688{margin-top: 10px !important;margin-bottom: 85px !important;}.vc_custom_1544429560635{margin-bottom: 100px !important;}.vc_custom_1544427137489{margin-top: -45px !important;background-color: #a0d233 !important;}.vc_custom_1544427235714{padding-right: 40px !important;padding-left: 40px !important;}.vc_custom_1544428794206{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544428816228{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1544191565381{margin-bottom: 50px !important;}.vc_custom_1540630126153{margin-bottom: 35px !important;}.vc_custom_1540630136287{margin-bottom: 35px !important;}.vc_custom_1544191553450{margin-top: 10px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544191032433{margin-bottom: 20px !important;}.vc_custom_1544191290093{margin-top: 20px !important;}.vc_custom_1544196531042{padding-top: 20px !important;}.vc_custom_1544429571477{margin-bottom: 25px !important;}'),
(1586, 977, '_wpb_shortcodes_custom_css_updated', '1'),
(1587, 977, '_wp_page_template', 'default'),
(1588, 977, 'custom_header', '1'),
(1589, 977, 'header_layout', '6'),
(1590, 977, 'header_top_bg', ''),
(1591, 977, 'header_main_bg', ''),
(1592, 977, 'sticky_on', ''),
(1593, 977, 'header_sticky_bg', ''),
(1594, 977, 'show_custom_button', '1'),
(1595, 977, 'h_btn_text', 'Consultation'),
(1596, 977, 'h_btn_page_link', ''),
(1597, 977, 'custom_pagetitle', '1'),
(1598, 977, 'ptitle_layout', '0'),
(1599, 977, 'custom_title', ''),
(1600, 977, 'page_ptitle_color', ''),
(1601, 977, 'ptitle_font_size', ''),
(1602, 977, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1603, 977, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1604, 977, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1605, 977, 'content_padding', 'a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1606, 977, 'show_sidebar_page', ''),
(1607, 977, 'sidebar_page_pos', 'right'),
(1608, 977, 'custom_footer', ''),
(1609, 977, 'footer_layout', '0'),
(1610, 977, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1611, 977, 'footer_top_border', ''),
(1612, 977, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1613, 977, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1614, 977, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1615, 977, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1616, 977, 'slide_template', 'default'),
(1617, 977, '_wpb_vc_js_status', 'true');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1618, 977, '_wpb_shortcodes_custom_css', '.vc_custom_1544427516433{padding-top: 100px !important;padding-bottom: 55px !important;}.vc_custom_1544428049891{background-color: #9acd2d !important;}.vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}.vc_custom_1540268904810{padding-top: 110px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}.vc_custom_1544191180603{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544429500688{margin-top: 10px !important;margin-bottom: 85px !important;}.vc_custom_1544429560635{margin-bottom: 100px !important;}.vc_custom_1544427137489{margin-top: -45px !important;background-color: #a0d233 !important;}.vc_custom_1544427235714{padding-right: 40px !important;padding-left: 40px !important;}.vc_custom_1544428794206{background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1544428816228{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1544191565381{margin-bottom: 50px !important;}.vc_custom_1540630126153{margin-bottom: 35px !important;}.vc_custom_1540630136287{margin-bottom: 35px !important;}.vc_custom_1544191553450{margin-top: 10px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1544191032433{margin-bottom: 20px !important;}.vc_custom_1544191290093{margin-top: 20px !important;}.vc_custom_1544196531042{padding-top: 20px !important;}.vc_custom_1544429571477{margin-bottom: 25px !important;}'),
(1619, 977, 'show_search_button', ''),
(1620, 977, 'show_cart_button', ''),
(1621, 1054, '_wpb_shortcodes_custom_css', '.vc_custom_1548845392865{padding-top: 96px !important;padding-bottom: 22px !important;}.vc_custom_1548860715572{padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548864327915{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}.vc_custom_1548898172261{padding-top: 110px !important;padding-bottom: 80px !important;}.vc_custom_1548898590873{border-bottom-width: 1px !important;padding-top: 110px !important;padding-bottom: 96px !important;background-color: #f9f9f9 !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548898860143{padding-top: 25px !important;padding-bottom: 20px !important;background-color: #f9f9f9 !important;}.vc_custom_1548899292753{padding-top: 105px !important;padding-bottom: 5px !important;}.vc_custom_1548844104764{padding-top: 50px !important;}.vc_custom_1548860787419{margin-bottom: 18px !important;}.vc_custom_1548857443500{margin-top: -8px !important;}.vc_custom_1548864288022{margin-bottom: 12px !important;}.vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}.vc_custom_1548897925592{margin-bottom: 25px !important;}.vc_custom_1548897910449{margin-bottom: 45px !important;}.vc_custom_1548899181829{margin-bottom: 28px !important;}'),
(1622, 1054, '_wpb_shortcodes_custom_css_updated', '1'),
(1623, 1054, '_wp_page_template', 'default'),
(1624, 1054, 'custom_header', '1'),
(1625, 1054, 'header_layout', '1'),
(1626, 1054, 'header_top_bg', ''),
(1627, 1054, 'header_main_bg', ''),
(1628, 1054, 'sticky_on', ''),
(1629, 1054, 'header_sticky_bg', ''),
(1630, 1054, 'show_custom_button', '0'),
(1631, 1054, 'h_btn_text', 'Consultation'),
(1632, 1054, 'h_btn_page_link', ''),
(1633, 1054, 'custom_pagetitle', '1'),
(1634, 1054, 'ptitle_layout', '0'),
(1635, 1054, 'custom_title', ''),
(1636, 1054, 'page_ptitle_color', ''),
(1637, 1054, 'ptitle_font_size', ''),
(1638, 1054, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1639, 1054, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1640, 1054, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1641, 1054, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1642, 1054, 'show_sidebar_page', ''),
(1643, 1054, 'sidebar_page_pos', 'right'),
(1644, 1054, 'custom_footer', ''),
(1645, 1054, 'footer_layout', '0'),
(1646, 1054, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1647, 1054, 'footer_top_border', ''),
(1648, 1054, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1649, 1054, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1650, 1054, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1651, 1054, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1652, 1054, '_wpb_vc_js_status', 'true'),
(1653, 1054, '_wpb_shortcodes_custom_css', '.vc_custom_1548845392865{padding-top: 96px !important;padding-bottom: 22px !important;}.vc_custom_1548860715572{padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548864327915{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}.vc_custom_1548898172261{padding-top: 110px !important;padding-bottom: 80px !important;}.vc_custom_1548898590873{border-bottom-width: 1px !important;padding-top: 110px !important;padding-bottom: 96px !important;background-color: #f9f9f9 !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548898860143{padding-top: 25px !important;padding-bottom: 20px !important;background-color: #f9f9f9 !important;}.vc_custom_1548899292753{padding-top: 105px !important;padding-bottom: 5px !important;}.vc_custom_1548844104764{padding-top: 50px !important;}.vc_custom_1548860787419{margin-bottom: 18px !important;}.vc_custom_1548857443500{margin-top: -8px !important;}.vc_custom_1548864288022{margin-bottom: 12px !important;}.vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}.vc_custom_1548897925592{margin-bottom: 25px !important;}.vc_custom_1548897910449{margin-bottom: 45px !important;}.vc_custom_1548899181829{margin-bottom: 28px !important;}'),
(1654, 1054, 'show_search_button', ''),
(1655, 1054, 'show_cart_button', ''),
(1656, 1128, '_wpb_shortcodes_custom_css', '.vc_custom_1548908896672{padding-top: 97px !important;padding-bottom: 35px !important;}.vc_custom_1548907230511{background-color: #9bce2e !important;}.vc_custom_1548917938744{border-bottom-width: 1px !important;padding-top: 105px !important;padding-bottom: 80px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548909894334{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1548920305336{padding-top: 430px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548919645172{padding-bottom: 5px !important;}.vc_custom_1548905299426{margin-bottom: 28px !important;}.vc_custom_1548907995110{margin-bottom: -156px !important;}.vc_custom_1548908741563{padding-top: 370px !important;padding-bottom: 215px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/Image.jpg?id=1109) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548906959700{margin-bottom: 35px !important;}.vc_custom_1548917815725{margin-bottom: 28px !important;}.vc_custom_1548919179196{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #ffffff !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(1657, 1128, '_wpb_shortcodes_custom_css_updated', '1'),
(1658, 1128, '_wp_page_template', 'default'),
(1659, 1128, 'custom_header', '1'),
(1660, 1128, 'header_layout', '7'),
(1661, 1128, 'header_top_bg', ''),
(1662, 1128, 'header_main_bg', ''),
(1663, 1128, 'sticky_on', ''),
(1664, 1128, 'header_sticky_bg', ''),
(1665, 1128, 'show_custom_button', '1'),
(1666, 1128, 'h_btn_text', 'Consultation'),
(1667, 1128, 'h_btn_page_link', '481'),
(1668, 1128, 'custom_pagetitle', '1'),
(1669, 1128, 'ptitle_layout', '0'),
(1670, 1128, 'custom_title', ''),
(1671, 1128, 'page_ptitle_color', ''),
(1672, 1128, 'ptitle_font_size', ''),
(1673, 1128, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1674, 1128, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1675, 1128, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1676, 1128, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1677, 1128, 'show_sidebar_page', '1'),
(1678, 1128, 'sidebar_page_pos', 'right'),
(1679, 1128, 'custom_footer', ''),
(1680, 1128, 'footer_layout', '0'),
(1681, 1128, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1682, 1128, 'footer_top_border', ''),
(1683, 1128, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1684, 1128, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1685, 1128, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1686, 1128, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1687, 1128, '_wpb_vc_js_status', 'true'),
(1688, 1128, '_wpb_shortcodes_custom_css', '.vc_custom_1548908896672{padding-top: 97px !important;padding-bottom: 35px !important;}.vc_custom_1548907230511{background-color: #9bce2e !important;}.vc_custom_1548917938744{border-bottom-width: 1px !important;padding-top: 105px !important;padding-bottom: 80px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548909894334{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1548920305336{padding-top: 430px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548919645172{padding-bottom: 5px !important;}.vc_custom_1548905299426{margin-bottom: 28px !important;}.vc_custom_1548907995110{margin-bottom: -156px !important;}.vc_custom_1548908741563{padding-top: 370px !important;padding-bottom: 215px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2019/01/Image.jpg?id=1109) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548906959700{margin-bottom: 35px !important;}.vc_custom_1548906959700{margin-bottom: 35px !important;}.vc_custom_1548917815725{margin-bottom: 28px !important;}.vc_custom_1548919179196{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #ffffff !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(1689, 1128, 'show_search_button', ''),
(1690, 1128, 'show_cart_button', ''),
(1691, 1202, '_wpb_shortcodes_custom_css', '.vc_custom_1548924273981{padding-bottom: 58px !important;}.vc_custom_1548924153664{background-color: #9bce2f !important;}'),
(1692, 1202, '_wpb_shortcodes_custom_css_updated', '1'),
(1693, 1202, '_wp_page_template', 'default'),
(1694, 1202, 'custom_header', ''),
(1695, 1202, 'header_layout', '1'),
(1696, 1202, 'header_top_bg', ''),
(1697, 1202, 'header_main_bg', ''),
(1698, 1202, 'sticky_on', ''),
(1699, 1202, 'header_sticky_bg', ''),
(1700, 1202, 'show_custom_button', ''),
(1701, 1202, 'h_btn_text', 'Consultation'),
(1702, 1202, 'h_btn_page_link', ''),
(1703, 1202, 'custom_pagetitle', '1'),
(1704, 1202, 'ptitle_layout', '1'),
(1705, 1202, 'custom_title', ''),
(1706, 1202, 'page_ptitle_color', ''),
(1707, 1202, 'ptitle_font_size', ''),
(1708, 1202, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"480\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706-300x300.jpg\";}}'),
(1709, 1202, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1710, 1202, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1711, 1202, 'content_padding', 'a:3:{s:11:\"padding-top\";s:5:\"110px\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1712, 1202, 'custom_footer', ''),
(1713, 1202, 'footer_layout', '0'),
(1714, 1202, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1715, 1202, 'footer_top_border', ''),
(1716, 1202, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1717, 1202, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1718, 1202, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1719, 1202, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1720, 1202, 'slide_template', 'default'),
(1721, 1202, '_wpb_vc_js_status', 'true'),
(1722, 1202, '_wpb_shortcodes_custom_css', '.vc_custom_1548924273981{padding-bottom: 58px !important;}.vc_custom_1548924153664{background-color: #9bce2f !important;}'),
(1723, 1221, '_wpb_shortcodes_custom_css', '.vc_custom_1548924273981{padding-bottom: 58px !important;}.vc_custom_1548924153664{background-color: #9bce2f !important;}'),
(1724, 1221, '_wpb_shortcodes_custom_css_updated', '1'),
(1725, 1221, '_wp_page_template', 'default'),
(1726, 1221, 'custom_header', ''),
(1727, 1221, 'header_layout', '1'),
(1728, 1221, 'header_top_bg', ''),
(1729, 1221, 'header_main_bg', ''),
(1730, 1221, 'sticky_on', ''),
(1731, 1221, 'header_sticky_bg', ''),
(1732, 1221, 'show_custom_button', ''),
(1733, 1221, 'h_btn_text', 'Consultation'),
(1734, 1221, 'h_btn_page_link', ''),
(1735, 1221, 'custom_pagetitle', '1'),
(1736, 1221, 'ptitle_layout', '1'),
(1737, 1221, 'custom_title', ''),
(1738, 1221, 'page_ptitle_color', ''),
(1739, 1221, 'ptitle_font_size', ''),
(1740, 1221, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"480\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706-300x300.jpg\";}}'),
(1741, 1221, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1742, 1221, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1743, 1221, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}'),
(1744, 1221, 'custom_footer', ''),
(1745, 1221, 'footer_layout', '0'),
(1746, 1221, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1747, 1221, 'footer_top_border', ''),
(1748, 1221, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1749, 1221, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1750, 1221, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1751, 1221, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1752, 1221, 'slide_template', 'default'),
(1753, 1221, '_wpb_vc_js_status', 'true'),
(1754, 1221, '_wpb_shortcodes_custom_css', '.vc_custom_1548924273981{padding-bottom: 58px !important;}.vc_custom_1548924153664{background-color: #9bce2f !important;}'),
(1755, 1223, '_wpb_shortcodes_custom_css', '.vc_custom_1548924273981{padding-bottom: 58px !important;}.vc_custom_1548924153664{background-color: #9bce2f !important;}'),
(1756, 1223, '_wpb_shortcodes_custom_css_updated', '1'),
(1757, 1223, '_wp_page_template', 'default'),
(1758, 1223, 'custom_header', ''),
(1759, 1223, 'header_layout', '1'),
(1760, 1223, 'header_top_bg', ''),
(1761, 1223, 'header_main_bg', ''),
(1762, 1223, 'sticky_on', ''),
(1763, 1223, 'header_sticky_bg', ''),
(1764, 1223, 'show_custom_button', ''),
(1765, 1223, 'h_btn_text', 'Consultation'),
(1766, 1223, 'h_btn_page_link', ''),
(1767, 1223, 'custom_pagetitle', '1'),
(1768, 1223, 'ptitle_layout', '1'),
(1769, 1223, 'custom_title', ''),
(1770, 1223, 'page_ptitle_color', ''),
(1771, 1223, 'ptitle_font_size', ''),
(1772, 1223, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"480\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706-300x300.jpg\";}}'),
(1773, 1223, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1774, 1223, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1775, 1223, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1776, 1223, 'custom_footer', ''),
(1777, 1223, 'footer_layout', '0'),
(1778, 1223, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1779, 1223, 'footer_top_border', ''),
(1780, 1223, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1781, 1223, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1782, 1223, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1783, 1223, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1784, 1223, 'slide_template', 'default'),
(1785, 1223, '_wpb_vc_js_status', 'true'),
(1786, 1223, '_wpb_shortcodes_custom_css', '.vc_custom_1548924273981{padding-bottom: 58px !important;}.vc_custom_1548924153664{background-color: #9bce2f !important;}'),
(1787, 1228, '_wpb_shortcodes_custom_css', '.vc_custom_1549381883324{margin-bottom: 100px !important;}.vc_custom_1549381675353{background-color: #9bce2f !important;}'),
(1788, 1228, '_wpb_shortcodes_custom_css_updated', '1'),
(1789, 1228, '_wp_page_template', 'default'),
(1790, 1228, 'custom_header', ''),
(1791, 1228, 'header_layout', '1'),
(1792, 1228, 'header_top_bg', ''),
(1793, 1228, 'header_main_bg', ''),
(1794, 1228, 'sticky_on', ''),
(1795, 1228, 'header_sticky_bg', ''),
(1796, 1228, 'show_custom_button', ''),
(1797, 1228, 'h_btn_text', 'Consultation'),
(1798, 1228, 'h_btn_page_link', ''),
(1799, 1228, 'custom_pagetitle', '1'),
(1800, 1228, 'ptitle_layout', '1'),
(1801, 1228, 'custom_title', ''),
(1802, 1228, 'page_ptitle_color', ''),
(1803, 1228, 'ptitle_font_size', ''),
(1804, 1228, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:98:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"480\";s:6:\"height\";s:3:\"481\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:106:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Layer-706-300x300.jpg\";}}'),
(1805, 1228, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1806, 1228, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1807, 1228, 'content_padding', 'a:3:{s:11:\"padding-top\";s:5:\"110px\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1808, 1228, 'custom_footer', ''),
(1809, 1228, 'footer_layout', '0'),
(1810, 1228, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1811, 1228, 'footer_top_border', ''),
(1812, 1228, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1813, 1228, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1814, 1228, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1815, 1228, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1816, 1228, 'slide_template', 'default'),
(1817, 1228, '_wpb_vc_js_status', 'true'),
(1818, 1228, '_wpb_shortcodes_custom_css', '.vc_custom_1549381883324{margin-bottom: 100px !important;}.vc_custom_1549381675353{background-color: #9bce2f !important;}'),
(1819, 1240, '_wpb_shortcodes_custom_css', '.vc_custom_1549858777327{padding-top: 97px !important;padding-bottom: 110px !important;}.vc_custom_1549871720220{padding-top: 100px !important;padding-bottom: 85px !important;}.vc_custom_1549860624542{padding-top: 105px !important;}.vc_custom_1549860931682{padding-top: 25px !important;padding-bottom: 95px !important;}.vc_custom_1549872019259{padding-top: 105px !important;padding-bottom: 80px !important;}.vc_custom_1549861391696{border-bottom-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1549861675836{padding-top: 100px !important;padding-bottom: 95px !important;}.vc_custom_1549861729534{margin-bottom: -10px !important;}.vc_custom_1549857275189{margin-bottom: 28px !important;}.vc_custom_1549858037158{margin-bottom: 65px !important;}.vc_custom_1549858485971{margin-bottom: 30px !important;}.vc_custom_1549858494654{margin-bottom: 30px !important;}.vc_custom_1544193348429{margin-bottom: 25px !important;}.vc_custom_1537179795161{padding-top: 40px !important;}.vc_custom_1548917815725{margin-bottom: 28px !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(1820, 1240, '_wpb_shortcodes_custom_css_updated', '1'),
(1821, 1240, '_wp_page_template', 'default'),
(1822, 1240, 'custom_header', '1'),
(1823, 1240, 'header_layout', '8'),
(1824, 1240, 'header_top_bg', ''),
(1825, 1240, 'header_main_bg', ''),
(1826, 1240, 'sticky_on', '1'),
(1827, 1240, 'header_sticky_bg', ''),
(1828, 1240, 'show_custom_button', '1'),
(1829, 1240, 'h_btn_text', 'Consultation'),
(1830, 1240, 'h_btn_page_link', ''),
(1831, 1240, 'custom_pagetitle', '1'),
(1832, 1240, 'ptitle_layout', '0'),
(1833, 1240, 'custom_title', ''),
(1834, 1240, 'page_ptitle_color', ''),
(1835, 1240, 'ptitle_font_size', ''),
(1836, 1240, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1837, 1240, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(1838, 1240, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1839, 1240, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(1840, 1240, 'custom_footer', ''),
(1841, 1240, 'footer_layout', '0'),
(1842, 1240, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1843, 1240, 'footer_top_border', ''),
(1844, 1240, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(1845, 1240, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1846, 1240, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1847, 1240, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(1848, 1240, '_wpb_vc_js_status', 'true'),
(1849, 1240, '_wpb_shortcodes_custom_css', '.vc_custom_1549858777327{padding-top: 97px !important;padding-bottom: 110px !important;}.vc_custom_1549871720220{padding-top: 100px !important;padding-bottom: 85px !important;}.vc_custom_1549860624542{padding-top: 105px !important;}.vc_custom_1549860931682{padding-top: 25px !important;padding-bottom: 95px !important;}.vc_custom_1549872019259{padding-top: 105px !important;padding-bottom: 80px !important;}.vc_custom_1549861391696{border-bottom-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1549861675836{padding-top: 100px !important;padding-bottom: 95px !important;}.vc_custom_1549861729534{margin-bottom: -10px !important;}.vc_custom_1549857275189{margin-bottom: 28px !important;}.vc_custom_1549858037158{margin-bottom: 65px !important;}.vc_custom_1549858485971{margin-bottom: 30px !important;}.vc_custom_1549858494654{margin-bottom: 30px !important;}.vc_custom_1544193348429{margin-bottom: 25px !important;}.vc_custom_1537179795161{padding-top: 40px !important;}.vc_custom_1548917815725{margin-bottom: 28px !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(1850, 1240, 'show_search_button', '0'),
(1851, 1240, 'show_cart_button', '0'),
(1854, 61, 'custom_pagetitle', '1'),
(1855, 61, 'ptitle_layout', '1'),
(1856, 61, 'custom_title', ''),
(1857, 61, 'page_ptitle_color', ''),
(1858, 61, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1859, 61, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1860, 61, 'ptitle_content_align', 'themeoption'),
(1861, 61, 'post_content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1862, 61, 'slide_template', 'default'),
(1863, 61, 'post_views_count', '508'),
(1864, 61, '_wpb_vc_js_status', 'false'),
(1865, 61, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1866, 61, '_thumbnail_id', '878'),
(1869, 77, 'custom_pagetitle', '1'),
(1870, 77, 'ptitle_layout', '1'),
(1871, 77, 'custom_title', ''),
(1872, 77, 'page_ptitle_color', ''),
(1873, 77, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1874, 77, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1875, 77, 'ptitle_content_align', 'themeoption'),
(1876, 77, 'post_content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1877, 77, 'slide_template', 'default'),
(1878, 77, 'post_views_count', '510'),
(1879, 77, '_wpb_vc_js_status', 'false'),
(1880, 77, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1881, 77, '_thumbnail_id', '877'),
(1884, 79, 'custom_pagetitle', '1'),
(1885, 79, 'ptitle_layout', '1'),
(1886, 79, 'custom_title', ''),
(1887, 79, 'page_ptitle_color', ''),
(1888, 79, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1889, 79, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1890, 79, 'ptitle_content_align', 'themeoption'),
(1891, 79, 'post_content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1892, 79, 'slide_template', 'default'),
(1893, 79, 'post_views_count', '522'),
(1894, 79, '_wpb_vc_js_status', 'false'),
(1895, 79, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1896, 79, '_thumbnail_id', '876'),
(1899, 81, 'custom_pagetitle', '1'),
(1900, 81, 'ptitle_layout', '1'),
(1901, 81, 'custom_title', ''),
(1902, 81, 'page_ptitle_color', ''),
(1903, 81, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1904, 81, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1905, 81, 'ptitle_content_align', 'themeoption'),
(1906, 81, 'post_content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1907, 81, 'slide_template', 'default'),
(1908, 81, 'post_views_count', '564'),
(1909, 81, '_wpb_vc_js_status', 'false'),
(1910, 81, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1911, 81, '_thumbnail_id', '875'),
(1914, 83, 'custom_pagetitle', '1'),
(1915, 83, 'ptitle_layout', '1'),
(1916, 83, 'custom_title', ''),
(1917, 83, 'page_ptitle_color', ''),
(1918, 83, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1919, 83, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1920, 83, 'ptitle_content_align', 'themeoption'),
(1921, 83, 'post_content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1922, 83, 'slide_template', 'default'),
(1923, 83, 'post_views_count', '626'),
(1924, 83, '_wpb_vc_js_status', 'true'),
(1925, 83, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1926, 83, '_thumbnail_id', '874'),
(1929, 85, 'custom_pagetitle', '1'),
(1930, 85, 'ptitle_layout', '1'),
(1931, 85, 'custom_title', ''),
(1932, 85, 'page_ptitle_color', ''),
(1933, 85, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1934, 85, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1935, 85, 'ptitle_content_align', 'themeoption'),
(1936, 85, 'post_content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(1937, 85, 'slide_template', 'default'),
(1938, 85, 'post_views_count', '1397'),
(1939, 85, '_wpb_vc_js_status', 'true'),
(1940, 85, '_thumbnail_id', '873'),
(1941, 249, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1942, 249, '_wpb_shortcodes_custom_css_updated', '1'),
(1943, 249, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1944, 249, '_thumbnail_id', '256'),
(1945, 249, 'custom_pagetitle', ''),
(1946, 249, 'ptitle_layout', '1'),
(1947, 249, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1948, 249, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1949, 249, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1950, 249, 'slide_template', 'default'),
(1951, 249, '_wpb_vc_js_status', 'false'),
(1952, 249, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1953, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1954, 260, '_wpb_shortcodes_custom_css_updated', '1'),
(1955, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1956, 260, '_thumbnail_id', '258'),
(1957, 260, 'custom_pagetitle', ''),
(1958, 260, 'ptitle_layout', '1'),
(1959, 260, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1960, 260, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1961, 260, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1962, 260, 'slide_template', 'default'),
(1963, 260, '_wpb_vc_js_status', 'false'),
(1964, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1965, 262, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1966, 262, '_wpb_shortcodes_custom_css_updated', '1'),
(1967, 262, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1968, 262, '_thumbnail_id', '254'),
(1969, 262, 'custom_pagetitle', ''),
(1970, 262, 'ptitle_layout', '1'),
(1971, 262, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1972, 262, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1973, 262, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1974, 262, 'slide_template', 'default'),
(1975, 262, '_wpb_vc_js_status', 'false'),
(1976, 262, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1977, 264, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1978, 264, '_wpb_shortcodes_custom_css_updated', '1'),
(1979, 264, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1980, 264, '_thumbnail_id', '255'),
(1981, 264, 'custom_pagetitle', ''),
(1982, 264, 'ptitle_layout', '1'),
(1983, 264, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1984, 264, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1985, 264, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1986, 264, 'slide_template', 'default'),
(1987, 264, '_wpb_vc_js_status', 'false'),
(1988, 264, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1989, 266, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(1990, 266, '_wpb_shortcodes_custom_css_updated', '1'),
(1991, 266, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1992, 266, '_thumbnail_id', '251'),
(1993, 266, 'custom_pagetitle', ''),
(1994, 266, 'ptitle_layout', '1'),
(1995, 266, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(1996, 266, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(1997, 266, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(1998, 266, 'slide_template', 'default'),
(1999, 266, '_wpb_vc_js_status', 'false'),
(2000, 266, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(2001, 268, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(2002, 268, '_wpb_shortcodes_custom_css_updated', '1'),
(2003, 268, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2004, 268, '_thumbnail_id', '253'),
(2005, 268, 'custom_pagetitle', ''),
(2006, 268, 'ptitle_layout', '1'),
(2007, 268, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2008, 268, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2009, 268, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(2010, 268, 'slide_template', 'default'),
(2011, 268, '_wpb_vc_js_status', 'false'),
(2012, 268, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(2013, 272, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(2014, 272, '_wpb_shortcodes_custom_css_updated', '1'),
(2015, 272, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2016, 272, '_thumbnail_id', '252'),
(2017, 272, 'custom_pagetitle', ''),
(2018, 272, 'ptitle_layout', '1'),
(2019, 272, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2020, 272, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2021, 272, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(2022, 272, 'slide_template', 'default'),
(2023, 272, '_wp_old_slug', 'mi-suspendisse-a-adipisci__trashed'),
(2024, 272, '_wpb_vc_js_status', 'false'),
(2025, 272, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(2026, 272, '_wp_old_slug', 'mi-suspendisse-a-adipisci'),
(2027, 275, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(2028, 275, '_wpb_shortcodes_custom_css_updated', '1'),
(2029, 275, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2030, 275, '_thumbnail_id', '250'),
(2031, 275, 'custom_pagetitle', ''),
(2032, 275, 'ptitle_layout', '1'),
(2033, 275, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2034, 275, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2035, 275, 'content_padding', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(2036, 275, 'slide_template', 'default'),
(2037, 275, '_wp_old_slug', 'quis-dolor-adipiscing-2__trashed'),
(2038, 275, '_wpb_vc_js_status', 'true'),
(2039, 275, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}'),
(2040, 275, '_wp_old_slug', 'quis-dolor-adipiscing-2'),
(2041, 611, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2042, 611, '_wc_review_count', '0'),
(2043, 611, '_wc_rating_count', 'a:0:{}'),
(2044, 611, '_wc_average_rating', '0'),
(2045, 611, '_thumbnail_id', '618'),
(2046, 611, '_sku', ''),
(2047, 611, '_regular_price', '15'),
(2048, 611, '_sale_price', ''),
(2049, 611, '_sale_price_dates_from', ''),
(2050, 611, '_sale_price_dates_to', ''),
(2051, 611, 'total_sales', '0'),
(2052, 611, '_tax_status', 'taxable'),
(2053, 611, '_tax_class', ''),
(2054, 611, '_manage_stock', 'no'),
(2055, 611, '_backorders', 'no'),
(2056, 611, '_sold_individually', 'no'),
(2057, 611, '_weight', ''),
(2058, 611, '_length', ''),
(2059, 611, '_width', ''),
(2060, 611, '_height', ''),
(2061, 611, '_upsell_ids', 'a:0:{}'),
(2062, 611, '_crosssell_ids', 'a:0:{}'),
(2063, 611, '_purchase_note', ''),
(2064, 611, '_default_attributes', 'a:0:{}'),
(2065, 611, '_virtual', 'no'),
(2066, 611, '_downloadable', 'no'),
(2067, 611, '_product_image_gallery', ''),
(2068, 611, '_download_limit', '-1'),
(2069, 611, '_download_expiry', '-1'),
(2070, 611, '_stock', ''),
(2071, 611, '_stock_status', 'instock'),
(2072, 611, '_product_version', '9.3.3'),
(2073, 611, '_price', '15'),
(2074, 611, 'slide_template', 'default'),
(2075, 627, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2076, 627, '_wc_review_count', '0'),
(2077, 627, '_wc_rating_count', 'a:0:{}'),
(2078, 627, '_wc_average_rating', '0'),
(2079, 627, '_thumbnail_id', '617'),
(2080, 627, '_sku', ''),
(2081, 627, '_regular_price', '18'),
(2082, 627, '_sale_price', ''),
(2083, 627, '_sale_price_dates_from', ''),
(2084, 627, '_sale_price_dates_to', ''),
(2085, 627, 'total_sales', '0'),
(2086, 627, '_tax_status', 'taxable'),
(2087, 627, '_tax_class', ''),
(2088, 627, '_manage_stock', 'no'),
(2089, 627, '_backorders', 'no'),
(2090, 627, '_sold_individually', 'no'),
(2091, 627, '_weight', ''),
(2092, 627, '_length', ''),
(2093, 627, '_width', ''),
(2094, 627, '_height', ''),
(2095, 627, '_upsell_ids', 'a:0:{}'),
(2096, 627, '_crosssell_ids', 'a:0:{}'),
(2097, 627, '_purchase_note', ''),
(2098, 627, '_default_attributes', 'a:0:{}'),
(2099, 627, '_virtual', 'no'),
(2100, 627, '_downloadable', 'no'),
(2101, 627, '_product_image_gallery', ''),
(2102, 627, '_download_limit', '-1'),
(2103, 627, '_download_expiry', '-1'),
(2104, 627, '_stock', ''),
(2105, 627, '_stock_status', 'instock'),
(2106, 627, '_product_version', '9.3.3'),
(2107, 627, '_price', '18'),
(2108, 627, 'slide_template', 'default'),
(2109, 627, '_wp_old_slug', 'personal-branding'),
(2110, 628, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2111, 628, '_wc_review_count', '0'),
(2112, 628, '_wc_rating_count', 'a:0:{}'),
(2113, 628, '_wc_average_rating', '0'),
(2114, 628, '_thumbnail_id', '613'),
(2115, 628, '_sku', ''),
(2116, 628, '_regular_price', '17'),
(2117, 628, '_sale_price', ''),
(2118, 628, '_sale_price_dates_from', ''),
(2119, 628, '_sale_price_dates_to', ''),
(2120, 628, 'total_sales', '0'),
(2121, 628, '_tax_status', 'taxable'),
(2122, 628, '_tax_class', ''),
(2123, 628, '_manage_stock', 'no'),
(2124, 628, '_backorders', 'no'),
(2125, 628, '_sold_individually', 'no'),
(2126, 628, '_weight', ''),
(2127, 628, '_length', ''),
(2128, 628, '_width', ''),
(2129, 628, '_height', ''),
(2130, 628, '_upsell_ids', 'a:0:{}'),
(2131, 628, '_crosssell_ids', 'a:0:{}'),
(2132, 628, '_purchase_note', ''),
(2133, 628, '_default_attributes', 'a:0:{}'),
(2134, 628, '_virtual', 'no'),
(2135, 628, '_downloadable', 'no'),
(2136, 628, '_product_image_gallery', ''),
(2137, 628, '_download_limit', '-1'),
(2138, 628, '_download_expiry', '-1'),
(2139, 628, '_stock', ''),
(2140, 628, '_stock_status', 'instock'),
(2141, 628, '_product_version', '9.3.3'),
(2142, 628, '_price', '17'),
(2143, 628, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2144, 1242, '_wpb_shortcodes_custom_css', '.vc_custom_1549874762395{padding-top: 110px !important;padding-bottom: 60px !important;}.vc_custom_1549874662316{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}.vc_custom_1548860715572{padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549875005698{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}.vc_custom_1540525287189{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549875164882{border-bottom-width: 1px !important;padding-top: 235px !important;padding-bottom: 96px !important;background-color: #f9f9f9 !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548920305336{padding-top: 430px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548919645172{padding-bottom: 5px !important;}.vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}.vc_custom_1548897925592{margin-bottom: 25px !important;}.vc_custom_1548897910449{margin-bottom: 45px !important;}.vc_custom_1548860787419{margin-bottom: 18px !important;}.vc_custom_1548857443500{margin-top: -8px !important;}.vc_custom_1548864288022{margin-bottom: 12px !important;}.vc_custom_1544193348429{margin-bottom: 25px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1548919179196{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #ffffff !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(2145, 1242, '_wpb_shortcodes_custom_css_updated', '1'),
(2146, 1242, '_wp_page_template', 'default'),
(2147, 1242, 'custom_header', '1'),
(2148, 1242, 'header_layout', '9'),
(2149, 1242, 'header_top_bg', ''),
(2150, 1242, 'header_main_bg', ''),
(2151, 1242, 'sticky_on', ''),
(2152, 1242, 'header_sticky_bg', ''),
(2153, 1242, 'show_custom_button', '0'),
(2154, 1242, 'h_btn_text', 'Consultation'),
(2155, 1242, 'h_btn_page_link', ''),
(2156, 1242, 'custom_pagetitle', '1'),
(2157, 1242, 'ptitle_layout', '0'),
(2158, 1242, 'custom_title', ''),
(2159, 1242, 'page_ptitle_color', ''),
(2160, 1242, 'ptitle_font_size', ''),
(2161, 1242, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2162, 1242, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(2163, 1242, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2164, 1242, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:4:\"90px\";}'),
(2165, 1242, 'custom_footer', ''),
(2166, 1242, 'footer_layout', '0'),
(2167, 1242, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2168, 1242, 'footer_top_border', ''),
(2169, 1242, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(2170, 1242, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2171, 1242, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2172, 1242, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(2173, 1242, '_wpb_vc_js_status', 'true'),
(2174, 1242, 'show_search_button', '1'),
(2175, 1242, 'show_cart_button', '1'),
(2176, 1242, '_wpb_shortcodes_custom_css', '.vc_custom_1549874762395{padding-top: 110px !important;padding-bottom: 60px !important;}.vc_custom_1549874662316{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}.vc_custom_1548860715572{padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549875005698{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}.vc_custom_1540525287189{padding-top: 110px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549875164882{border-bottom-width: 1px !important;padding-top: 235px !important;padding-bottom: 96px !important;background-color: #f9f9f9 !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548920305336{padding-top: 430px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548919645172{padding-bottom: 5px !important;}.vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}.vc_custom_1548897925592{margin-bottom: 25px !important;}.vc_custom_1548897910449{margin-bottom: 45px !important;}.vc_custom_1548860787419{margin-bottom: 18px !important;}.vc_custom_1548857443500{margin-top: -8px !important;}.vc_custom_1548864288022{margin-bottom: 12px !important;}.vc_custom_1544193348429{margin-bottom: 25px !important;}.vc_custom_1536975905511{margin-bottom: -150px !important;}.vc_custom_1548919179196{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #ffffff !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(2177, 1314, '_wpb_shortcodes_custom_css', '.vc_custom_1549897422204{padding-top: 95px !important;}.vc_custom_1549897172768{margin-top: 100px !important;padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549875005698{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}.vc_custom_1548920305336{padding-top: 430px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549897782893{padding-top: 235px !important;padding-bottom: 96px !important;}.vc_custom_1549874662316{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}.vc_custom_1549861729534{margin-bottom: -10px !important;}.vc_custom_1549941126661{margin-top: -100px !important;}.vc_custom_1549897379805{margin-bottom: 30px !important;}.vc_custom_1548860787419{margin-bottom: 18px !important;}.vc_custom_1548857443500{margin-top: -8px !important;}.vc_custom_1548864288022{margin-bottom: 12px !important;}.vc_custom_1549934563881{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #a2d536 !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(2178, 1314, '_wpb_shortcodes_custom_css_updated', '1'),
(2179, 1314, '_wp_page_template', 'default'),
(2180, 1314, 'custom_header', '1'),
(2181, 1314, 'header_layout', '7'),
(2182, 1314, 'header_top_bg', ''),
(2183, 1314, 'header_main_bg', ''),
(2184, 1314, 'sticky_on', ''),
(2185, 1314, 'header_sticky_bg', ''),
(2186, 1314, 'show_custom_button', ''),
(2187, 1314, 'h_btn_text', 'Consultation'),
(2188, 1314, 'h_btn_page_link', ''),
(2189, 1314, 'show_search_button', '1'),
(2190, 1314, 'show_cart_button', '1'),
(2191, 1314, 'custom_pagetitle', '1'),
(2192, 1314, 'ptitle_layout', '0'),
(2193, 1314, 'custom_title', ''),
(2194, 1314, 'page_ptitle_color', ''),
(2195, 1314, 'ptitle_font_size', ''),
(2196, 1314, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2197, 1314, 'ptitle_paddings', 'a:3:{s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),
(2198, 1314, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2199, 1314, 'content_padding', 'a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}'),
(2200, 1314, 'custom_footer', ''),
(2201, 1314, 'footer_layout', '0'),
(2202, 1314, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2203, 1314, 'footer_top_border', ''),
(2204, 1314, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(2205, 1314, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2206, 1314, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2207, 1314, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(2208, 1314, 'slide_template', 'default'),
(2209, 1314, '_wpb_vc_js_status', 'true'),
(2210, 1314, '_wpb_shortcodes_custom_css', '.vc_custom_1549897422204{padding-top: 95px !important;}.vc_custom_1549897172768{margin-top: 100px !important;padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549875005698{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}.vc_custom_1548920305336{padding-top: 430px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549897782893{padding-top: 235px !important;padding-bottom: 96px !important;}.vc_custom_1549874662316{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}.vc_custom_1549861729534{margin-bottom: -10px !important;}.vc_custom_1549941126661{margin-top: -100px !important;}.vc_custom_1549897379805{margin-bottom: 30px !important;}.vc_custom_1548860787419{margin-bottom: 18px !important;}.vc_custom_1548857443500{margin-top: -8px !important;}.vc_custom_1548864288022{margin-bottom: 12px !important;}.vc_custom_1549934563881{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #a2d536 !important;}.vc_custom_1548919589310{margin-bottom: 28px !important;}'),
(2211, 1316, '_wpb_shortcodes_custom_css', '.vc_custom_1549874762395{padding-top: 110px !important;padding-bottom: 60px !important;}.vc_custom_1549899575410{padding-top: 97px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1549900023379{padding-top: 185px !important;padding-bottom: 185px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/02/Layer-806.jpg?id=1349) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540268304998{padding-top: 110px !important;padding-bottom: 50px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549871720220{padding-top: 100px !important;padding-bottom: 85px !important;}.vc_custom_1549900242875{padding-top: 105px !important;padding-bottom: 80px !important;}.vc_custom_1549900329869{border-top-width: 1px !important;border-bottom-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}.vc_custom_1548897925592{margin-bottom: 25px !important;}.vc_custom_1548897910449{margin-bottom: 45px !important;}.vc_custom_1549857275189{margin-bottom: 28px !important;}.vc_custom_1549899988846{margin-bottom: 50px !important;}.vc_custom_1549900141585{margin-top: 10px !important;margin-bottom: 30px !important;}.vc_custom_1549858037158{margin-bottom: 65px !important;}.vc_custom_1549858485971{margin-bottom: 30px !important;}.vc_custom_1549858494654{margin-bottom: 30px !important;}.vc_custom_1548917815725{margin-bottom: 28px !important;}'),
(2212, 1316, '_wpb_shortcodes_custom_css_updated', '1'),
(2213, 1316, '_wp_page_template', 'default'),
(2214, 1316, 'custom_header', '1'),
(2215, 1316, 'header_layout', '10'),
(2216, 1316, 'header_top_bg', ''),
(2217, 1316, 'header_main_bg', ''),
(2218, 1316, 'sticky_on', ''),
(2219, 1316, 'header_sticky_bg', ''),
(2220, 1316, 'show_custom_button', ''),
(2221, 1316, 'h_btn_text', 'Consultation'),
(2222, 1316, 'h_btn_page_link', ''),
(2223, 1316, 'show_search_button', ''),
(2224, 1316, 'show_cart_button', ''),
(2225, 1316, 'custom_pagetitle', '1'),
(2226, 1316, 'ptitle_layout', '0'),
(2227, 1316, 'custom_title', ''),
(2228, 1316, 'page_ptitle_color', ''),
(2229, 1316, 'ptitle_font_size', ''),
(2230, 1316, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2231, 1316, 'ptitle_paddings', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";}'),
(2232, 1316, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2233, 1316, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2234, 1316, 'custom_footer', ''),
(2235, 1316, 'footer_layout', '0'),
(2236, 1316, 'footer_top_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2237, 1316, 'footer_top_border', ''),
(2238, 1316, 'footer_top_border_option', 'a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}'),
(2239, 1316, 'footer_bottom_bg', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2240, 1316, 'footer_image_bg', 'a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2241, 1316, 'footer_form_bg', 'a:1:{s:16:\"background-color\";s:0:\"\";}'),
(2242, 1316, '_wpb_vc_js_status', 'true'),
(2243, 1316, '_wpb_shortcodes_custom_css', '.vc_custom_1549874762395{padding-top: 110px !important;padding-bottom: 60px !important;}.vc_custom_1549899575410{padding-top: 97px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}.vc_custom_1549900023379{padding-top: 185px !important;padding-bottom: 185px !important;background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2019/02/Layer-806.jpg?id=1349) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1540268304998{padding-top: 110px !important;padding-bottom: 50px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1549871720220{padding-top: 100px !important;padding-bottom: 85px !important;}.vc_custom_1549900242875{padding-top: 105px !important;padding-bottom: 80px !important;}.vc_custom_1549900329869{border-top-width: 1px !important;border-bottom-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}.vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}.vc_custom_1548897925592{margin-bottom: 25px !important;}.vc_custom_1548897910449{margin-bottom: 45px !important;}.vc_custom_1549857275189{margin-bottom: 28px !important;}.vc_custom_1549899988846{margin-bottom: 50px !important;}.vc_custom_1549900141585{margin-top: 10px !important;margin-bottom: 30px !important;}.vc_custom_1549858037158{margin-bottom: 65px !important;}.vc_custom_1549858485971{margin-bottom: 30px !important;}.vc_custom_1549858494654{margin-bottom: 30px !important;}.vc_custom_1548917815725{margin-bottom: 28px !important;}'),
(2244, 25, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2245, 25, '_wpb_shortcodes_custom_css_updated', '1'),
(2246, 25, 'department_address', ''),
(2247, 25, 'mon_fri', '8.00 - 20.00'),
(2248, 25, 'friday', '9.00 - 18.00'),
(2249, 25, 'saturday', 'Closed'),
(2250, 25, 'sunday', 'Closed'),
(2251, 25, 'service_icon', ''),
(2252, 25, 'custom_pagetitle', ''),
(2253, 25, 'ptitle_layout', '1'),
(2254, 25, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2255, 25, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2256, 25, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2257, 25, 'slide_template', 'default'),
(2258, 25, 'post_views_count', '9'),
(2259, 25, '_thumbnail_id', '1213'),
(2260, 25, '_wpb_vc_js_status', 'true'),
(2261, 25, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2262, 25, '_wp_old_slug', 'finance-restructuring'),
(2263, 25, 'icon', 'a:5:{s:3:\"url\";s:94:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icon1.png\";s:2:\"id\";s:3:\"191\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:94:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icon1.png\";}'),
(2264, 26, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2265, 26, '_wpb_shortcodes_custom_css_updated', '1'),
(2266, 26, 'department_address', ''),
(2267, 26, 'mon_fri', '8.00 - 20.00'),
(2268, 26, 'friday', '9.00 - 18.00'),
(2269, 26, 'saturday', 'Closed'),
(2270, 26, 'sunday', 'Closed'),
(2271, 26, 'service_icon', ''),
(2272, 26, 'custom_pagetitle', ''),
(2273, 26, 'ptitle_layout', '1'),
(2274, 26, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2275, 26, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2276, 26, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2277, 26, 'slide_template', 'default'),
(2278, 26, '_thumbnail_id', '1211'),
(2279, 26, '_wpb_vc_js_status', 'true'),
(2280, 26, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2281, 26, '_wp_old_slug', 'insurance-retirement'),
(2282, 26, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons2.png\";s:2:\"id\";s:3:\"192\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons2.png\";}'),
(2283, 27, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2284, 27, '_wpb_shortcodes_custom_css_updated', '1'),
(2285, 27, 'department_address', ''),
(2286, 27, 'mon_fri', '8.00 - 20.00'),
(2287, 27, 'friday', '9.00 - 18.00'),
(2288, 27, 'saturday', 'Closed'),
(2289, 27, 'sunday', 'Closed'),
(2290, 27, 'service_icon', ''),
(2291, 27, 'custom_pagetitle', ''),
(2292, 27, 'ptitle_layout', '1'),
(2293, 27, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2294, 27, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2295, 27, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2296, 27, 'slide_template', 'default'),
(2297, 27, '_thumbnail_id', '1215'),
(2298, 27, '_wpb_vc_js_status', 'true'),
(2299, 27, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2300, 27, '_wp_old_slug', 'strategy-planning'),
(2301, 27, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons3.png\";s:2:\"id\";s:3:\"193\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons3.png\";}'),
(2302, 28, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2303, 28, '_wpb_shortcodes_custom_css_updated', '1'),
(2304, 28, 'department_address', ''),
(2305, 28, 'mon_fri', '8.00 - 20.00'),
(2306, 28, 'friday', '9.00 - 18.00'),
(2307, 28, 'saturday', 'Closed'),
(2308, 28, 'sunday', 'Closed'),
(2309, 28, 'service_icon', ''),
(2310, 28, 'custom_pagetitle', ''),
(2311, 28, 'ptitle_layout', '1'),
(2312, 28, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2313, 28, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2314, 28, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2315, 28, 'slide_template', 'default'),
(2316, 28, '_thumbnail_id', '1214'),
(2317, 28, '_wpb_vc_js_status', 'true'),
(2318, 28, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2319, 28, '_wp_old_slug', 'audit-evaluation'),
(2320, 28, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons4.png\";s:2:\"id\";s:3:\"194\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons4.png\";}'),
(2321, 29, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2322, 29, '_wpb_shortcodes_custom_css_updated', '1'),
(2323, 29, 'department_address', ''),
(2324, 29, 'mon_fri', '8.00 - 20.00'),
(2325, 29, 'friday', '9.00 - 18.00'),
(2326, 29, 'saturday', 'Closed'),
(2327, 29, 'sunday', 'Closed'),
(2328, 29, 'service_icon', ''),
(2329, 29, 'custom_pagetitle', ''),
(2330, 29, 'ptitle_layout', '1'),
(2331, 29, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2332, 29, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2333, 29, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2334, 29, 'slide_template', 'default'),
(2335, 29, '_thumbnail_id', '1209'),
(2336, 29, '_wpb_vc_js_status', 'true'),
(2337, 29, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2338, 29, '_wp_old_slug', 'taxes-efficiency'),
(2339, 29, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons5.png\";s:2:\"id\";s:3:\"195\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons5.png\";}'),
(2340, 30, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2341, 30, '_wpb_shortcodes_custom_css_updated', '1'),
(2342, 30, 'department_address', ''),
(2343, 30, 'mon_fri', '8.00 - 20.00'),
(2344, 30, 'friday', '9.00 - 18.00'),
(2345, 30, 'saturday', 'Closed'),
(2346, 30, 'sunday', 'Closed'),
(2347, 30, 'service_icon', ''),
(2348, 30, 'custom_pagetitle', ''),
(2349, 30, 'ptitle_layout', '1'),
(2350, 30, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2351, 30, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2352, 30, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2353, 30, 'slide_template', 'default'),
(2354, 30, '_thumbnail_id', '1212'),
(2355, 30, '_wpb_vc_js_status', 'true'),
(2356, 30, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2357, 30, '_wp_old_slug', 'estate-planning'),
(2358, 30, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons6.png\";s:2:\"id\";s:3:\"196\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons6.png\";}'),
(2359, 31, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2360, 31, '_wpb_shortcodes_custom_css_updated', '1'),
(2361, 31, 'department_address', ''),
(2362, 31, 'mon_fri', '8.00 - 20.00'),
(2363, 31, 'friday', '9.00 - 18.00'),
(2364, 31, 'saturday', 'Closed'),
(2365, 31, 'sunday', 'Closed'),
(2366, 31, 'service_icon', ''),
(2367, 31, 'custom_pagetitle', ''),
(2368, 31, 'ptitle_layout', '1'),
(2369, 31, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2370, 31, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2371, 31, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2372, 31, 'slide_template', 'default'),
(2373, 31, '_thumbnail_id', '1206'),
(2374, 31, '_wpb_vc_js_status', 'true'),
(2375, 31, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2376, 31, 'icon', 'a:5:{s:3:\"url\";s:94:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icon1.png\";s:2:\"id\";s:3:\"191\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:94:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icon1.png\";}'),
(2377, 32, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2378, 32, '_wpb_shortcodes_custom_css_updated', '1'),
(2379, 32, 'department_address', ''),
(2380, 32, 'mon_fri', '8.00 - 20.00'),
(2381, 32, 'friday', '9.00 - 18.00'),
(2382, 32, 'saturday', 'Closed'),
(2383, 32, 'sunday', 'Closed'),
(2384, 32, 'service_icon', ''),
(2385, 32, 'custom_pagetitle', ''),
(2386, 32, 'ptitle_layout', '1'),
(2387, 32, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2388, 32, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2389, 32, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2390, 32, 'slide_template', 'default'),
(2391, 32, '_thumbnail_id', '1210'),
(2392, 32, '_wpb_vc_js_status', 'true'),
(2393, 32, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2394, 32, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons6.png\";s:2:\"id\";s:3:\"196\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons6.png\";}'),
(2395, 33, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2396, 33, '_wpb_shortcodes_custom_css_updated', '1'),
(2397, 33, 'department_address', ''),
(2398, 33, 'mon_fri', '8.00 - 20.00'),
(2399, 33, 'friday', '9.00 - 18.00'),
(2400, 33, 'saturday', 'Closed'),
(2401, 33, 'sunday', 'Closed'),
(2402, 33, 'service_icon', ''),
(2403, 33, 'custom_pagetitle', ''),
(2404, 33, 'ptitle_layout', '1'),
(2405, 33, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2406, 33, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2407, 33, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2408, 33, 'slide_template', 'default'),
(2409, 33, '_thumbnail_id', '1208'),
(2410, 33, '_wpb_vc_js_status', 'true'),
(2411, 33, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2412, 33, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons3.png\";s:2:\"id\";s:3:\"193\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons3.png\";}'),
(2413, 34, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2414, 34, '_wpb_shortcodes_custom_css_updated', '1'),
(2415, 34, 'department_address', ''),
(2416, 34, 'mon_fri', '8.00 - 20.00'),
(2417, 34, 'friday', '9.00 - 18.00'),
(2418, 34, 'saturday', 'Closed'),
(2419, 34, 'sunday', 'Closed'),
(2420, 34, 'service_icon', ''),
(2421, 34, 'custom_pagetitle', '1'),
(2422, 34, 'ptitle_layout', '1'),
(2423, 34, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2424, 34, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2425, 34, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2426, 34, 'slide_template', 'default'),
(2427, 34, '_thumbnail_id', '1207'),
(2428, 34, '_wpb_vc_js_status', 'true'),
(2429, 34, 'post_views_count', '0'),
(2430, 34, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2431, 34, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons2.png\";s:2:\"id\";s:3:\"192\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons2.png\";}'),
(2432, 35, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2433, 35, '_wpb_shortcodes_custom_css_updated', '1'),
(2434, 35, 'department_address', ''),
(2435, 35, 'mon_fri', '8.00 - 20.00'),
(2436, 35, 'friday', '9.00 - 18.00'),
(2437, 35, 'saturday', 'Closed'),
(2438, 35, 'sunday', 'Closed'),
(2439, 35, 'service_icon', ''),
(2440, 35, 'custom_pagetitle', '1'),
(2441, 35, 'ptitle_layout', '1'),
(2442, 35, 'page_ptitle_bg', 'a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),
(2443, 35, 'content_bg_color', 'a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}'),
(2444, 35, 'content_padding', 'a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";}'),
(2445, 35, 'slide_template', 'default'),
(2446, 35, '_thumbnail_id', '1206'),
(2447, 35, '_wpb_vc_js_status', 'true'),
(2448, 35, 'post_views_count', '1'),
(2449, 35, '_wpb_shortcodes_custom_css', '.vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}.vc_custom_1537870374892{padding-top: 10px !important;}.vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}'),
(2450, 35, 'icon', 'a:5:{s:3:\"url\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons6.png\";s:2:\"id\";s:3:\"196\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:2:\"98\";s:9:\"thumbnail\";s:95:\"https://demo.cmssuperheroes.com/themeforest/wp-consultivo/wp-content/uploads/2018/09/Icons6.png\";}'),
(2451, 629, '_wc_review_count', '0'),
(2452, 629, '_wc_rating_count', 'a:0:{}'),
(2453, 629, '_wc_average_rating', '0'),
(2454, 629, '_sku', ''),
(2455, 629, '_regular_price', '14'),
(2456, 629, '_sale_price', ''),
(2457, 629, '_sale_price_dates_from', ''),
(2458, 629, '_sale_price_dates_to', ''),
(2459, 629, 'total_sales', '1'),
(2460, 629, '_tax_status', 'taxable'),
(2461, 629, '_tax_class', ''),
(2462, 629, '_manage_stock', 'no'),
(2463, 629, '_backorders', 'no'),
(2464, 629, '_sold_individually', 'no'),
(2465, 629, '_weight', ''),
(2466, 629, '_length', ''),
(2467, 629, '_width', ''),
(2468, 629, '_height', ''),
(2469, 629, '_upsell_ids', 'a:0:{}'),
(2470, 629, '_crosssell_ids', 'a:0:{}'),
(2471, 629, '_purchase_note', ''),
(2472, 629, '_default_attributes', 'a:0:{}'),
(2473, 629, '_virtual', 'no'),
(2474, 629, '_downloadable', 'no'),
(2475, 629, '_product_image_gallery', ''),
(2476, 629, '_download_limit', '-1'),
(2477, 629, '_download_expiry', '-1'),
(2478, 629, '_stock', ''),
(2479, 629, '_stock_status', 'instock'),
(2480, 629, '_product_version', '9.3.3'),
(2481, 629, '_price', '14'),
(2482, 629, 'slide_template', 'default'),
(2483, 629, '_thumbnail_id', '983'),
(2484, 629, '_low_stock_amount', ''),
(2485, 630, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2486, 630, '_wc_review_count', '0'),
(2487, 630, '_wc_rating_count', 'a:0:{}'),
(2488, 630, '_wc_average_rating', '0'),
(2489, 630, '_thumbnail_id', '619'),
(2490, 630, '_sku', ''),
(2491, 630, '_regular_price', '18'),
(2492, 630, '_sale_price', ''),
(2493, 630, '_sale_price_dates_from', ''),
(2494, 630, '_sale_price_dates_to', ''),
(2495, 630, 'total_sales', '0'),
(2496, 630, '_tax_status', 'taxable'),
(2497, 630, '_tax_class', ''),
(2498, 630, '_manage_stock', 'no'),
(2499, 630, '_backorders', 'no'),
(2500, 630, '_sold_individually', 'no'),
(2501, 630, '_weight', ''),
(2502, 630, '_length', ''),
(2503, 630, '_width', ''),
(2504, 630, '_height', ''),
(2505, 630, '_upsell_ids', 'a:0:{}'),
(2506, 630, '_crosssell_ids', 'a:0:{}'),
(2507, 630, '_purchase_note', ''),
(2508, 630, '_default_attributes', 'a:0:{}'),
(2509, 630, '_virtual', 'no'),
(2510, 630, '_downloadable', 'no'),
(2511, 630, '_product_image_gallery', ''),
(2512, 630, '_download_limit', '-1'),
(2513, 630, '_download_expiry', '-1'),
(2514, 630, '_stock', ''),
(2515, 630, '_stock_status', 'instock'),
(2516, 630, '_product_version', '9.3.3'),
(2517, 630, '_price', '18'),
(2518, 630, 'slide_template', 'default'),
(2519, 631, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2520, 631, '_wc_review_count', '0'),
(2521, 631, '_wc_rating_count', 'a:0:{}'),
(2522, 631, '_wc_average_rating', '0'),
(2523, 631, '_thumbnail_id', '626'),
(2524, 631, '_sku', ''),
(2525, 631, '_regular_price', '22'),
(2526, 631, '_sale_price', ''),
(2527, 631, '_sale_price_dates_from', ''),
(2528, 631, '_sale_price_dates_to', ''),
(2529, 631, 'total_sales', '0'),
(2530, 631, '_tax_status', 'taxable'),
(2531, 631, '_tax_class', ''),
(2532, 631, '_manage_stock', 'no'),
(2533, 631, '_backorders', 'no'),
(2534, 631, '_sold_individually', 'no'),
(2535, 631, '_weight', ''),
(2536, 631, '_length', ''),
(2537, 631, '_width', ''),
(2538, 631, '_height', ''),
(2539, 631, '_upsell_ids', 'a:0:{}'),
(2540, 631, '_crosssell_ids', 'a:0:{}'),
(2541, 631, '_purchase_note', ''),
(2542, 631, '_default_attributes', 'a:0:{}'),
(2543, 631, '_virtual', 'no'),
(2544, 631, '_downloadable', 'no'),
(2545, 631, '_product_image_gallery', ''),
(2546, 631, '_download_limit', '-1'),
(2547, 631, '_download_expiry', '-1'),
(2548, 631, '_stock', ''),
(2549, 631, '_stock_status', 'instock'),
(2550, 631, '_product_version', '9.3.3'),
(2551, 631, '_price', '22'),
(2552, 631, 'slide_template', 'default'),
(2553, 632, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2554, 632, '_wc_review_count', '0'),
(2555, 632, '_wc_rating_count', 'a:0:{}'),
(2556, 632, '_wc_average_rating', '0'),
(2557, 632, '_thumbnail_id', '621'),
(2558, 632, '_sku', ''),
(2559, 632, '_regular_price', '13'),
(2560, 632, '_sale_price', ''),
(2561, 632, '_sale_price_dates_from', ''),
(2562, 632, '_sale_price_dates_to', ''),
(2563, 632, 'total_sales', '0'),
(2564, 632, '_tax_status', 'taxable'),
(2565, 632, '_tax_class', ''),
(2566, 632, '_manage_stock', 'no'),
(2567, 632, '_backorders', 'no'),
(2568, 632, '_sold_individually', 'no'),
(2569, 632, '_weight', ''),
(2570, 632, '_length', ''),
(2571, 632, '_width', ''),
(2572, 632, '_height', ''),
(2573, 632, '_upsell_ids', 'a:0:{}'),
(2574, 632, '_crosssell_ids', 'a:0:{}'),
(2575, 632, '_purchase_note', ''),
(2576, 632, '_default_attributes', 'a:0:{}'),
(2577, 632, '_virtual', 'no'),
(2578, 632, '_downloadable', 'no'),
(2579, 632, '_product_image_gallery', ''),
(2580, 632, '_download_limit', '-1'),
(2581, 632, '_download_expiry', '-1'),
(2582, 632, '_stock', ''),
(2583, 632, '_stock_status', 'instock'),
(2584, 632, '_product_version', '9.3.3'),
(2585, 632, '_price', '13'),
(2586, 632, 'slide_template', 'default'),
(2587, 633, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2588, 633, '_wc_review_count', '0'),
(2589, 633, '_wc_rating_count', 'a:0:{}'),
(2590, 633, '_wc_average_rating', '0'),
(2591, 633, '_sku', ''),
(2592, 633, '_regular_price', '15'),
(2593, 633, '_sale_price', ''),
(2594, 633, '_sale_price_dates_from', ''),
(2595, 633, '_sale_price_dates_to', ''),
(2596, 633, 'total_sales', '3'),
(2597, 633, '_tax_status', 'taxable'),
(2598, 633, '_tax_class', ''),
(2599, 633, '_manage_stock', 'no'),
(2600, 633, '_backorders', 'no'),
(2601, 633, '_sold_individually', 'no'),
(2602, 633, '_weight', ''),
(2603, 633, '_length', ''),
(2604, 633, '_width', ''),
(2605, 633, '_height', ''),
(2606, 633, '_upsell_ids', 'a:0:{}'),
(2607, 633, '_crosssell_ids', 'a:0:{}'),
(2608, 633, '_purchase_note', ''),
(2609, 633, '_default_attributes', 'a:0:{}'),
(2610, 633, '_virtual', 'no'),
(2611, 633, '_downloadable', 'no'),
(2612, 633, '_product_image_gallery', ''),
(2613, 633, '_download_limit', '-1'),
(2614, 633, '_download_expiry', '-1'),
(2615, 633, '_stock', ''),
(2616, 633, '_stock_status', 'instock'),
(2617, 633, '_product_version', '9.3.3'),
(2618, 633, '_price', '15'),
(2619, 633, 'slide_template', 'default'),
(2620, 633, '_thumbnail_id', '645'),
(2621, 634, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2622, 634, '_wc_review_count', '0'),
(2623, 634, '_wc_rating_count', 'a:0:{}'),
(2624, 634, '_wc_average_rating', '0'),
(2625, 634, '_sku', ''),
(2626, 634, '_regular_price', '11'),
(2627, 634, '_sale_price', ''),
(2628, 634, '_sale_price_dates_from', ''),
(2629, 634, '_sale_price_dates_to', ''),
(2630, 634, 'total_sales', '0'),
(2631, 634, '_tax_status', 'taxable'),
(2632, 634, '_tax_class', ''),
(2633, 634, '_manage_stock', 'no'),
(2634, 634, '_backorders', 'no'),
(2635, 634, '_sold_individually', 'no'),
(2636, 634, '_weight', ''),
(2637, 634, '_length', ''),
(2638, 634, '_width', ''),
(2639, 634, '_height', ''),
(2640, 634, '_upsell_ids', 'a:0:{}'),
(2641, 634, '_crosssell_ids', 'a:0:{}'),
(2642, 634, '_purchase_note', ''),
(2643, 634, '_default_attributes', 'a:0:{}'),
(2644, 634, '_virtual', 'no'),
(2645, 634, '_downloadable', 'no'),
(2646, 634, '_product_image_gallery', ''),
(2647, 634, '_download_limit', '-1'),
(2648, 634, '_download_expiry', '-1'),
(2649, 634, '_stock', ''),
(2650, 634, '_stock_status', 'instock'),
(2651, 634, '_product_version', '9.3.3'),
(2652, 634, '_price', '11'),
(2653, 634, 'slide_template', 'default'),
(2654, 634, '_thumbnail_id', '644'),
(2655, 635, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2656, 635, '_wc_review_count', '0'),
(2657, 635, '_wc_rating_count', 'a:0:{}'),
(2658, 635, '_wc_average_rating', '0'),
(2659, 635, '_thumbnail_id', '622'),
(2660, 635, '_sku', ''),
(2661, 635, '_regular_price', '17'),
(2662, 635, '_sale_price', ''),
(2663, 635, '_sale_price_dates_from', ''),
(2664, 635, '_sale_price_dates_to', ''),
(2665, 635, 'total_sales', '0'),
(2666, 635, '_tax_status', 'taxable'),
(2667, 635, '_tax_class', ''),
(2668, 635, '_manage_stock', 'no'),
(2669, 635, '_backorders', 'no'),
(2670, 635, '_sold_individually', 'no'),
(2671, 635, '_weight', ''),
(2672, 635, '_length', ''),
(2673, 635, '_width', ''),
(2674, 635, '_height', ''),
(2675, 635, '_upsell_ids', 'a:0:{}'),
(2676, 635, '_crosssell_ids', 'a:0:{}'),
(2677, 635, '_purchase_note', ''),
(2678, 635, '_default_attributes', 'a:0:{}'),
(2679, 635, '_virtual', 'no'),
(2680, 635, '_downloadable', 'no'),
(2681, 635, '_product_image_gallery', ''),
(2682, 635, '_download_limit', '-1'),
(2683, 635, '_download_expiry', '-1'),
(2684, 635, '_stock', ''),
(2685, 635, '_stock_status', 'instock'),
(2686, 635, '_product_version', '9.3.3'),
(2687, 635, '_price', '17'),
(2688, 635, 'slide_template', 'default'),
(2689, 636, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2690, 636, '_wc_review_count', '0'),
(2691, 636, '_wc_rating_count', 'a:0:{}'),
(2692, 636, '_wc_average_rating', '0'),
(2693, 636, '_thumbnail_id', '615'),
(2694, 636, '_sku', '#12345'),
(2695, 636, '_regular_price', '19'),
(2696, 636, '_sale_price', ''),
(2697, 636, '_sale_price_dates_from', ''),
(2698, 636, '_sale_price_dates_to', ''),
(2699, 636, 'total_sales', '4'),
(2700, 636, '_tax_status', 'taxable'),
(2701, 636, '_tax_class', ''),
(2702, 636, '_manage_stock', 'no'),
(2703, 636, '_backorders', 'no'),
(2704, 636, '_sold_individually', 'no'),
(2705, 636, '_weight', ''),
(2706, 636, '_length', ''),
(2707, 636, '_width', ''),
(2708, 636, '_height', ''),
(2709, 636, '_upsell_ids', 'a:0:{}'),
(2710, 636, '_crosssell_ids', 'a:0:{}'),
(2711, 636, '_purchase_note', ''),
(2712, 636, '_default_attributes', 'a:0:{}'),
(2713, 636, '_virtual', 'no'),
(2714, 636, '_downloadable', 'no'),
(2715, 636, '_product_image_gallery', ''),
(2716, 636, '_download_limit', '-1'),
(2717, 636, '_download_expiry', '-1'),
(2718, 636, '_stock', ''),
(2719, 636, '_stock_status', 'instock'),
(2720, 636, '_product_version', '9.3.3'),
(2721, 636, '_price', '19'),
(2722, 636, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2723, 636, '_product_attributes', 'a:1:{s:5:\"brand\";a:6:{s:4:\"name\";s:5:\"Brand\";s:5:\"value\";s:4:\"Book\";s:8:\"position\";i:0;s:10:\"is_visible\";i:0;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),
(2724, 637, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2725, 637, '_wc_review_count', '0'),
(2726, 637, '_wc_rating_count', 'a:0:{}'),
(2727, 637, '_wc_average_rating', '0'),
(2728, 637, '_thumbnail_id', '620'),
(2729, 637, '_sku', '#0214'),
(2730, 637, '_regular_price', '24'),
(2731, 637, '_sale_price', ''),
(2732, 637, '_sale_price_dates_from', ''),
(2733, 637, '_sale_price_dates_to', ''),
(2734, 637, 'total_sales', '0'),
(2735, 637, '_tax_status', 'taxable'),
(2736, 637, '_tax_class', ''),
(2737, 637, '_manage_stock', 'no'),
(2738, 637, '_backorders', 'no'),
(2739, 637, '_sold_individually', 'no'),
(2740, 637, '_weight', ''),
(2741, 637, '_length', ''),
(2742, 637, '_width', ''),
(2743, 637, '_height', ''),
(2744, 637, '_upsell_ids', 'a:0:{}'),
(2745, 637, '_crosssell_ids', 'a:0:{}'),
(2746, 637, '_purchase_note', ''),
(2747, 637, '_default_attributes', 'a:0:{}'),
(2748, 637, '_virtual', 'no'),
(2749, 637, '_downloadable', 'no'),
(2750, 637, '_product_image_gallery', ''),
(2751, 637, '_download_limit', '-1'),
(2752, 637, '_download_expiry', '-1'),
(2753, 637, '_stock', ''),
(2754, 637, '_stock_status', 'instock'),
(2755, 637, '_product_version', '9.3.3'),
(2756, 637, '_price', '24'),
(2757, 637, 'slide_template', 'default'),
(2758, 637, '_product_attributes', 'a:1:{s:5:\"brand\";a:6:{s:4:\"name\";s:5:\"brand\";s:5:\"value\";s:4:\"book\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),
(2759, 5, '_form', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][tel your-phone placeholder \"Phone\"][textarea your-message placeholder \"Request Details\"][submit \"Submit Request\"]'),
(2760, 5, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"consultivo \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:15:\"admin@admin.com\";s:4:\"body\";s:206:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2761, 5, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"consultivo \"[your-subject]\"\";s:6:\"sender\";s:38:\"consultivo <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:148:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@admin.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2762, 5, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2763, 5, '_additional_settings', ''),
(2764, 5, '_locale', 'en_US'),
(2765, 5, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2766, 119, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2767, 119, '_form', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][textarea your-message placeholder \"Request\"][submit \"Submit Request\"]'),
(2768, 119, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"consultivo \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:15:\"admin@admin.com\";s:4:\"body\";s:206:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2769, 119, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"consultivo \"[your-subject]\"\";s:6:\"sender\";s:38:\"consultivo <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:148:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@admin.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2770, 119, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2771, 119, '_additional_settings', ''),
(2772, 119, '_locale', 'en_US'),
(2773, 364, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2774, 364, '_form', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][tel* phone placeholder \"Phone\"][select* plan \"Strategy & Planning\" \"Plan 1\" \"Plan 2\"][textarea your-message placeholder \"Request\"][submit \"Submit Request\"]'),
(2775, 364, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"consultivo \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:15:\"admin@admin.com\";s:4:\"body\";s:206:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2776, 364, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"consultivo \"[your-subject]\"\";s:6:\"sender\";s:38:\"consultivo <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:148:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@admin.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2777, 364, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2778, 364, '_additional_settings', ''),
(2779, 364, '_locale', 'en_US'),
(2780, 842, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2781, 842, '_form', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][tel your-phone placeholder \"Phone\"][textarea your-message placeholder \"Request Details\"][submit \"Submit Request\"]'),
(2782, 842, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"Consultivo \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:15:\"admin@admin.com\";s:4:\"body\";s:206:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2783, 842, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"Consultivo \"[your-subject]\"\";s:6:\"sender\";s:38:\"Consultivo <wordpress@dev.joomexp.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:148:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Consultivo (https://demo.cmssuperheroes.com/themeforest/wp-consultivo)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@admin.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2784, 842, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2785, 842, '_additional_settings', ''),
(2786, 842, '_locale', 'en_US'),
(2787, 1413, '_menu_item_type', 'post_type'),
(2788, 1413, '_menu_item_menu_item_parent', '0'),
(2789, 1413, '_menu_item_object_id', '28'),
(2790, 1413, '_menu_item_object', 'services'),
(2791, 1413, '_menu_item_target', ''),
(2792, 1413, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2793, 1413, '_menu_item_xfn', ''),
(2794, 1413, '_menu_item_url', ''),
(2795, 1414, '_menu_item_type', 'post_type'),
(2796, 1414, '_menu_item_menu_item_parent', '0'),
(2797, 1414, '_menu_item_object_id', '32'),
(2798, 1414, '_menu_item_object', 'services'),
(2799, 1414, '_menu_item_target', ''),
(2800, 1414, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2801, 1414, '_menu_item_xfn', ''),
(2802, 1414, '_menu_item_url', ''),
(2803, 1415, '_menu_item_type', 'post_type'),
(2804, 1415, '_menu_item_menu_item_parent', '0'),
(2805, 1415, '_menu_item_object_id', '30'),
(2806, 1415, '_menu_item_object', 'services'),
(2807, 1415, '_menu_item_target', ''),
(2808, 1415, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2809, 1415, '_menu_item_xfn', ''),
(2810, 1415, '_menu_item_url', ''),
(2811, 1416, '_menu_item_type', 'post_type'),
(2812, 1416, '_menu_item_menu_item_parent', '0'),
(2813, 1416, '_menu_item_object_id', '25'),
(2814, 1416, '_menu_item_object', 'services'),
(2815, 1416, '_menu_item_target', ''),
(2816, 1416, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2817, 1416, '_menu_item_xfn', ''),
(2818, 1416, '_menu_item_url', ''),
(2819, 1417, '_menu_item_type', 'post_type'),
(2820, 1417, '_menu_item_menu_item_parent', '0'),
(2821, 1417, '_menu_item_object_id', '33'),
(2822, 1417, '_menu_item_object', 'services'),
(2823, 1417, '_menu_item_target', ''),
(2824, 1417, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2825, 1417, '_menu_item_xfn', ''),
(2826, 1417, '_menu_item_url', ''),
(2827, 1418, '_menu_item_type', 'post_type'),
(2828, 1418, '_menu_item_menu_item_parent', '0'),
(2829, 1418, '_menu_item_object_id', '26'),
(2830, 1418, '_menu_item_object', 'services'),
(2831, 1418, '_menu_item_target', ''),
(2832, 1418, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2833, 1418, '_menu_item_xfn', ''),
(2834, 1418, '_menu_item_url', ''),
(2835, 1419, '_menu_item_type', 'post_type'),
(2836, 1419, '_menu_item_menu_item_parent', '0'),
(2837, 1419, '_menu_item_object_id', '34'),
(2838, 1419, '_menu_item_object', 'services'),
(2839, 1419, '_menu_item_target', ''),
(2840, 1419, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2841, 1419, '_menu_item_xfn', ''),
(2842, 1419, '_menu_item_url', ''),
(2843, 1420, '_menu_item_type', 'post_type'),
(2844, 1420, '_menu_item_menu_item_parent', '0'),
(2845, 1420, '_menu_item_object_id', '35'),
(2846, 1420, '_menu_item_object', 'services'),
(2847, 1420, '_menu_item_target', ''),
(2848, 1420, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2849, 1420, '_menu_item_xfn', ''),
(2850, 1420, '_menu_item_url', ''),
(2851, 1421, '_menu_item_type', 'post_type'),
(2852, 1421, '_menu_item_menu_item_parent', '0'),
(2853, 1421, '_menu_item_object_id', '31'),
(2854, 1421, '_menu_item_object', 'services'),
(2855, 1421, '_menu_item_target', ''),
(2856, 1421, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2857, 1421, '_menu_item_xfn', ''),
(2858, 1421, '_menu_item_url', ''),
(2859, 1422, '_menu_item_type', 'post_type'),
(2860, 1422, '_menu_item_menu_item_parent', '0'),
(2861, 1422, '_menu_item_object_id', '27'),
(2862, 1422, '_menu_item_object', 'services'),
(2863, 1422, '_menu_item_target', ''),
(2864, 1422, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2865, 1422, '_menu_item_xfn', ''),
(2866, 1422, '_menu_item_url', ''),
(2867, 1423, '_menu_item_type', 'post_type'),
(2868, 1423, '_menu_item_menu_item_parent', '0'),
(2869, 1423, '_menu_item_object_id', '29'),
(2870, 1423, '_menu_item_object', 'services'),
(2871, 1423, '_menu_item_target', ''),
(2872, 1423, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2873, 1423, '_menu_item_xfn', ''),
(2874, 1423, '_menu_item_url', ''),
(2875, 1424, '_menu_item_type', 'post_type'),
(2876, 1424, '_menu_item_menu_item_parent', '1404'),
(2877, 1424, '_menu_item_object_id', '441'),
(2878, 1424, '_menu_item_object', 'page'),
(2879, 1424, '_menu_item_target', ''),
(2880, 1424, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2881, 1424, '_menu_item_xfn', ''),
(2882, 1424, '_menu_item_url', ''),
(2883, 1424, '_menu_item_cms_icon', ''),
(2884, 1425, '_menu_item_type', 'post_type'),
(2885, 1425, '_menu_item_menu_item_parent', '1404'),
(2886, 1425, '_menu_item_object_id', '455'),
(2887, 1425, '_menu_item_object', 'page'),
(2888, 1425, '_menu_item_target', ''),
(2889, 1425, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2890, 1425, '_menu_item_xfn', ''),
(2891, 1425, '_menu_item_url', ''),
(2892, 1425, '_menu_item_cms_icon', ''),
(2893, 1426, '_menu_item_type', 'post_type'),
(2894, 1426, '_menu_item_menu_item_parent', '1403'),
(2895, 1426, '_menu_item_object_id', '460'),
(2896, 1426, '_menu_item_object', 'page'),
(2897, 1426, '_menu_item_target', ''),
(2898, 1426, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2899, 1426, '_menu_item_xfn', ''),
(2900, 1426, '_menu_item_url', ''),
(2901, 1426, '_menu_item_cms_icon', ''),
(2902, 1427, '_menu_item_type', 'post_type'),
(2903, 1427, '_menu_item_menu_item_parent', '1403'),
(2904, 1427, '_menu_item_object_id', '463'),
(2905, 1427, '_menu_item_object', 'page'),
(2906, 1427, '_menu_item_target', ''),
(2907, 1427, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2908, 1427, '_menu_item_xfn', ''),
(2909, 1427, '_menu_item_url', ''),
(2910, 1427, '_menu_item_cms_icon', ''),
(2911, 1428, '_menu_item_type', 'post_type'),
(2912, 1428, '_menu_item_menu_item_parent', '1404'),
(2913, 1428, '_menu_item_object_id', '506'),
(2914, 1428, '_menu_item_object', 'page'),
(2915, 1428, '_menu_item_target', ''),
(2916, 1428, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2917, 1428, '_menu_item_xfn', ''),
(2918, 1428, '_menu_item_url', ''),
(2919, 1428, '_menu_item_cms_icon', ''),
(2920, 1429, '_menu_item_type', 'post_type'),
(2921, 1429, '_menu_item_menu_item_parent', '1404'),
(2922, 1429, '_menu_item_object_id', '508'),
(2923, 1429, '_menu_item_object', 'page'),
(2924, 1429, '_menu_item_target', ''),
(2925, 1429, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2926, 1429, '_menu_item_xfn', ''),
(2927, 1429, '_menu_item_url', ''),
(2928, 1429, '_menu_item_cms_icon', ''),
(2929, 1430, '_menu_item_type', 'post_type'),
(2930, 1430, '_menu_item_menu_item_parent', '1404'),
(2931, 1430, '_menu_item_object_id', '503'),
(2932, 1430, '_menu_item_object', 'page'),
(2933, 1430, '_menu_item_target', ''),
(2934, 1430, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2935, 1430, '_menu_item_xfn', ''),
(2936, 1430, '_menu_item_url', ''),
(2937, 1430, '_menu_item_cms_icon', ''),
(2938, 1431, '_menu_item_type', 'post_type'),
(2939, 1431, '_menu_item_menu_item_parent', '1406'),
(2940, 1431, '_menu_item_object_id', '583'),
(2941, 1431, '_menu_item_object', 'page'),
(2942, 1431, '_menu_item_target', ''),
(2943, 1431, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2944, 1431, '_menu_item_xfn', ''),
(2945, 1431, '_menu_item_url', ''),
(2946, 1431, '_menu_item_cms_icon', ''),
(2947, 1432, '_menu_item_type', 'post_type'),
(2948, 1432, '_menu_item_menu_item_parent', '1406'),
(2949, 1432, '_menu_item_object_id', '580'),
(2950, 1432, '_menu_item_object', 'page'),
(2951, 1432, '_menu_item_target', ''),
(2952, 1432, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2953, 1432, '_menu_item_xfn', ''),
(2954, 1432, '_menu_item_url', ''),
(2955, 1432, '_menu_item_cms_icon', ''),
(2956, 1433, '_menu_item_type', 'post_type'),
(2957, 1433, '_menu_item_menu_item_parent', '1408'),
(2958, 1433, '_menu_item_object_id', '589'),
(2959, 1433, '_menu_item_object', 'page'),
(2960, 1433, '_menu_item_target', ''),
(2961, 1433, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2962, 1433, '_menu_item_xfn', ''),
(2963, 1433, '_menu_item_url', ''),
(2964, 1433, '_menu_item_cms_icon', ''),
(2965, 1434, '_menu_item_type', 'post_type'),
(2966, 1434, '_menu_item_menu_item_parent', '1408'),
(2967, 1434, '_menu_item_object_id', '89'),
(2968, 1434, '_menu_item_object', 'page'),
(2969, 1434, '_menu_item_target', ''),
(2970, 1434, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2971, 1434, '_menu_item_xfn', ''),
(2972, 1434, '_menu_item_url', ''),
(2973, 1434, '_menu_item_cms_icon', ''),
(2974, 1435, '_menu_item_type', 'post_type'),
(2975, 1435, '_menu_item_menu_item_parent', '1403'),
(2976, 1435, '_menu_item_object_id', '35'),
(2977, 1435, '_menu_item_object', 'services'),
(2978, 1435, '_menu_item_target', ''),
(2979, 1435, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2980, 1435, '_menu_item_xfn', ''),
(2981, 1435, '_menu_item_url', ''),
(2982, 1435, '_menu_item_cms_icon', ''),
(2983, 1436, '_menu_item_type', 'post_type'),
(2984, 1436, '_menu_item_menu_item_parent', '1408'),
(2985, 1436, '_menu_item_object_id', '85'),
(2986, 1436, '_menu_item_object', 'post'),
(2987, 1436, '_menu_item_target', ''),
(2988, 1436, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2989, 1436, '_menu_item_xfn', ''),
(2990, 1436, '_menu_item_url', ''),
(2991, 1436, '_menu_item_cms_icon', ''),
(2992, 1437, '_menu_item_type', 'post_type'),
(2993, 1437, '_menu_item_menu_item_parent', '1440'),
(2994, 1437, '_menu_item_object_id', '604'),
(2995, 1437, '_menu_item_object', 'page'),
(2996, 1437, '_menu_item_target', ''),
(2997, 1437, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2998, 1437, '_menu_item_xfn', ''),
(2999, 1437, '_menu_item_url', ''),
(3000, 1437, '_menu_item_cms_icon', ''),
(3001, 1438, '_menu_item_type', 'post_type'),
(3002, 1438, '_menu_item_menu_item_parent', '1440'),
(3003, 1438, '_menu_item_object_id', '603'),
(3004, 1438, '_menu_item_object', 'page'),
(3005, 1438, '_menu_item_target', ''),
(3006, 1438, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3007, 1438, '_menu_item_xfn', ''),
(3008, 1438, '_menu_item_url', ''),
(3009, 1438, '_menu_item_cms_icon', ''),
(3010, 1439, '_menu_item_type', 'post_type'),
(3011, 1439, '_menu_item_menu_item_parent', '1440'),
(3012, 1439, '_menu_item_object_id', '602'),
(3013, 1439, '_menu_item_object', 'page'),
(3014, 1439, '_menu_item_target', ''),
(3015, 1439, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3016, 1439, '_menu_item_xfn', ''),
(3017, 1439, '_menu_item_url', ''),
(3018, 1439, '_menu_item_cms_icon', ''),
(3019, 1440, '_menu_item_type', 'post_type'),
(3020, 1440, '_menu_item_menu_item_parent', '0'),
(3021, 1440, '_menu_item_object_id', '601'),
(3022, 1440, '_menu_item_object', 'page'),
(3023, 1440, '_menu_item_target', ''),
(3024, 1440, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3025, 1440, '_menu_item_xfn', ''),
(3026, 1440, '_menu_item_url', ''),
(3027, 1440, '_menu_item_cms_icon', ''),
(3028, 1440, '_menu_item_cms_megaprofile', '0'),
(3029, 1441, '_menu_item_type', 'post_type'),
(3030, 1441, '_menu_item_menu_item_parent', '1440'),
(3031, 1441, '_menu_item_object_id', '635'),
(3032, 1441, '_menu_item_object', 'product'),
(3033, 1441, '_menu_item_target', ''),
(3034, 1441, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3035, 1441, '_menu_item_xfn', ''),
(3036, 1441, '_menu_item_url', ''),
(3037, 1441, '_menu_item_cms_icon', ''),
(3038, 1442, '_menu_item_type', 'post_type'),
(3039, 1442, '_menu_item_menu_item_parent', '1440'),
(3040, 1442, '_menu_item_object_id', '601'),
(3041, 1442, '_menu_item_object', 'page'),
(3042, 1442, '_menu_item_target', ''),
(3043, 1442, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3044, 1442, '_menu_item_xfn', ''),
(3045, 1442, '_menu_item_url', ''),
(3046, 1442, '_menu_item_cms_icon', ''),
(3047, 1443, '_menu_item_type', 'post_type'),
(3048, 1443, '_menu_item_menu_item_parent', '0'),
(3049, 1443, '_menu_item_object_id', '26'),
(3050, 1443, '_menu_item_object', 'services'),
(3051, 1443, '_menu_item_target', ''),
(3052, 1443, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3053, 1443, '_menu_item_xfn', ''),
(3054, 1443, '_menu_item_url', ''),
(3055, 1443, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3056, 1444, '_menu_item_type', 'post_type'),
(3057, 1444, '_menu_item_menu_item_parent', '0'),
(3058, 1444, '_menu_item_object_id', '441'),
(3059, 1444, '_menu_item_object', 'page'),
(3060, 1444, '_menu_item_target', ''),
(3061, 1444, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3062, 1444, '_menu_item_xfn', ''),
(3063, 1444, '_menu_item_url', ''),
(3064, 1444, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3065, 1445, '_menu_item_type', 'post_type'),
(3066, 1445, '_menu_item_menu_item_parent', '0'),
(3067, 1445, '_menu_item_object_id', '508'),
(3068, 1445, '_menu_item_object', 'page'),
(3069, 1445, '_menu_item_target', ''),
(3070, 1445, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3071, 1445, '_menu_item_xfn', ''),
(3072, 1445, '_menu_item_url', ''),
(3073, 1445, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3074, 1446, '_menu_item_type', 'post_type'),
(3075, 1446, '_menu_item_menu_item_parent', '0'),
(3076, 1446, '_menu_item_object_id', '455'),
(3077, 1446, '_menu_item_object', 'page'),
(3078, 1446, '_menu_item_target', ''),
(3079, 1446, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3080, 1446, '_menu_item_xfn', ''),
(3081, 1446, '_menu_item_url', ''),
(3082, 1446, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3083, 1447, '_menu_item_type', 'post_type'),
(3084, 1447, '_menu_item_menu_item_parent', '0'),
(3085, 1447, '_menu_item_object_id', '89'),
(3086, 1447, '_menu_item_object', 'page'),
(3087, 1447, '_menu_item_target', ''),
(3088, 1447, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3089, 1447, '_menu_item_xfn', ''),
(3090, 1447, '_menu_item_url', ''),
(3091, 1447, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3092, 1448, '_menu_item_type', 'post_type'),
(3093, 1448, '_menu_item_menu_item_parent', '0'),
(3094, 1448, '_menu_item_object_id', '506'),
(3095, 1448, '_menu_item_object', 'page'),
(3096, 1448, '_menu_item_target', ''),
(3097, 1448, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3098, 1448, '_menu_item_xfn', ''),
(3099, 1448, '_menu_item_url', ''),
(3100, 1448, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3101, 1449, '_menu_item_type', 'post_type'),
(3102, 1449, '_menu_item_menu_item_parent', '0'),
(3103, 1449, '_menu_item_object_id', '772'),
(3104, 1449, '_menu_item_object', 'page'),
(3105, 1449, '_menu_item_target', ''),
(3106, 1449, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3107, 1449, '_menu_item_xfn', ''),
(3108, 1449, '_menu_item_url', ''),
(3109, 1449, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3110, 1449, '_menu_item_cms_megaprofile', '0'),
(3111, 1449, '_menu_item_cms_icon', 'fa fa-server'),
(3112, 1450, '_menu_item_type', 'post_type'),
(3113, 1450, '_menu_item_menu_item_parent', '0'),
(3114, 1450, '_menu_item_object_id', '774'),
(3115, 1450, '_menu_item_object', 'page'),
(3116, 1450, '_menu_item_target', ''),
(3117, 1450, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3118, 1450, '_menu_item_xfn', ''),
(3119, 1450, '_menu_item_url', ''),
(3120, 1450, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3121, 1450, '_menu_item_cms_megaprofile', '0'),
(3122, 1450, '_menu_item_cms_icon', 'fa fa-child'),
(3123, 1451, '_menu_item_type', 'post_type'),
(3124, 1451, '_menu_item_menu_item_parent', '0'),
(3125, 1451, '_menu_item_object_id', '793'),
(3126, 1451, '_menu_item_object', 'page'),
(3127, 1451, '_menu_item_target', ''),
(3128, 1451, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3129, 1451, '_menu_item_xfn', ''),
(3130, 1451, '_menu_item_url', ''),
(3131, 1451, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3132, 1451, '_menu_item_cms_megaprofile', '0'),
(3133, 1451, '_menu_item_cms_icon', 'fa fa-desktop'),
(3134, 1452, '_menu_item_type', 'post_type'),
(3135, 1452, '_menu_item_menu_item_parent', '0'),
(3136, 1452, '_menu_item_object_id', '778'),
(3137, 1452, '_menu_item_object', 'page'),
(3138, 1452, '_menu_item_target', ''),
(3139, 1452, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3140, 1452, '_menu_item_xfn', ''),
(3141, 1452, '_menu_item_url', ''),
(3142, 1452, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3143, 1452, '_menu_item_cms_megaprofile', '0'),
(3144, 1452, '_menu_item_cms_icon', 'fa fa-tachometer'),
(3145, 1453, '_menu_item_type', 'post_type'),
(3146, 1453, '_menu_item_menu_item_parent', '0'),
(3147, 1453, '_menu_item_object_id', '780'),
(3148, 1453, '_menu_item_object', 'page'),
(3149, 1453, '_menu_item_target', ''),
(3150, 1453, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3151, 1453, '_menu_item_xfn', ''),
(3152, 1453, '_menu_item_url', ''),
(3153, 1453, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3154, 1453, '_menu_item_cms_megaprofile', '0'),
(3155, 1453, '_menu_item_cms_icon', 'fa fa-info-circle'),
(3156, 1454, '_menu_item_type', 'post_type'),
(3157, 1454, '_menu_item_menu_item_parent', '0'),
(3158, 1454, '_menu_item_object_id', '776'),
(3159, 1454, '_menu_item_object', 'page'),
(3160, 1454, '_menu_item_target', ''),
(3161, 1454, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3162, 1454, '_menu_item_xfn', ''),
(3163, 1454, '_menu_item_url', ''),
(3164, 1454, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3165, 1454, '_menu_item_cms_megaprofile', '0'),
(3166, 1454, '_menu_item_cms_icon', 'fa fa-users'),
(3167, 1455, '_menu_item_type', 'post_type'),
(3168, 1455, '_menu_item_menu_item_parent', '0'),
(3169, 1455, '_menu_item_object_id', '784'),
(3170, 1455, '_menu_item_object', 'page'),
(3171, 1455, '_menu_item_target', ''),
(3172, 1455, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3173, 1455, '_menu_item_xfn', ''),
(3174, 1455, '_menu_item_url', ''),
(3175, 1455, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3176, 1455, '_menu_item_cms_megaprofile', '0'),
(3177, 1455, '_menu_item_cms_icon', 'fa fa-exchange'),
(3178, 1456, '_menu_item_type', 'post_type'),
(3179, 1456, '_menu_item_menu_item_parent', '0'),
(3180, 1456, '_menu_item_object_id', '782'),
(3181, 1456, '_menu_item_object', 'page'),
(3182, 1456, '_menu_item_target', ''),
(3183, 1456, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3184, 1456, '_menu_item_xfn', ''),
(3185, 1456, '_menu_item_url', ''),
(3186, 1456, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3187, 1456, '_menu_item_cms_megaprofile', '0'),
(3188, 1456, '_menu_item_cms_icon', 'fa fa-sliders'),
(3189, 1457, '_menu_item_type', 'post_type'),
(3190, 1457, '_menu_item_menu_item_parent', '0'),
(3191, 1457, '_menu_item_object_id', '770'),
(3192, 1457, '_menu_item_object', 'page'),
(3193, 1457, '_menu_item_target', ''),
(3194, 1457, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3195, 1457, '_menu_item_xfn', ''),
(3196, 1457, '_menu_item_url', ''),
(3197, 1457, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3198, 1457, '_menu_item_cms_megaprofile', '0'),
(3199, 1457, '_menu_item_cms_icon', 'fa fa-user'),
(3200, 1458, '_menu_item_type', 'post_type'),
(3201, 1458, '_menu_item_menu_item_parent', '0'),
(3202, 1458, '_menu_item_object_id', '766'),
(3203, 1458, '_menu_item_object', 'page'),
(3204, 1458, '_menu_item_target', ''),
(3205, 1458, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3206, 1458, '_menu_item_xfn', ''),
(3207, 1458, '_menu_item_url', ''),
(3208, 1458, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3209, 1458, '_menu_item_cms_megaprofile', '0'),
(3210, 1458, '_menu_item_cms_icon', 'fa fa-quote-right'),
(3211, 1459, '_menu_item_type', 'post_type'),
(3212, 1459, '_menu_item_menu_item_parent', '0'),
(3213, 1459, '_menu_item_object_id', '768'),
(3214, 1459, '_menu_item_object', 'page'),
(3215, 1459, '_menu_item_target', ''),
(3216, 1459, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3217, 1459, '_menu_item_xfn', ''),
(3218, 1459, '_menu_item_url', ''),
(3219, 1459, '_vc_post_settings', 's:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),
(3220, 1459, '_menu_item_cms_megaprofile', '0'),
(3221, 1459, '_menu_item_cms_icon', 'fa fa-play-circle-o'),
(3222, 1460, '_menu_item_type', 'post_type'),
(3223, 1460, '_menu_item_menu_item_parent', '1403'),
(3224, 1460, '_menu_item_object_id', '1228'),
(3225, 1460, '_menu_item_object', 'page'),
(3226, 1460, '_menu_item_target', ''),
(3227, 1460, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3228, 1460, '_menu_item_xfn', ''),
(3229, 1460, '_menu_item_url', ''),
(3230, 1460, '_menu_item_cms_megaprofile', '0'),
(3231, 1460, '_menu_item_cms_icon', ''),
(3232, 1461, '_menu_item_type', 'post_type'),
(3233, 1461, '_menu_item_menu_item_parent', '1403'),
(3234, 1461, '_menu_item_object_id', '1223'),
(3235, 1461, '_menu_item_object', 'page'),
(3236, 1461, '_menu_item_target', ''),
(3237, 1461, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3238, 1461, '_menu_item_xfn', ''),
(3239, 1461, '_menu_item_url', ''),
(3240, 1461, '_menu_item_cms_megaprofile', '0'),
(3241, 1461, '_menu_item_cms_icon', ''),
(3242, 1462, '_menu_item_type', 'post_type'),
(3243, 1462, '_menu_item_menu_item_parent', '1403'),
(3244, 1462, '_menu_item_object_id', '1221'),
(3245, 1462, '_menu_item_object', 'page'),
(3246, 1462, '_menu_item_target', ''),
(3247, 1462, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3248, 1462, '_menu_item_xfn', ''),
(3249, 1462, '_menu_item_url', ''),
(3250, 1462, '_menu_item_cms_megaprofile', '0'),
(3251, 1462, '_menu_item_cms_icon', ''),
(3252, 1463, '_menu_item_type', 'post_type'),
(3253, 1463, '_menu_item_menu_item_parent', '1403'),
(3254, 1463, '_menu_item_object_id', '1202'),
(3255, 1463, '_menu_item_object', 'page'),
(3256, 1463, '_menu_item_target', ''),
(3257, 1463, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3258, 1463, '_menu_item_xfn', ''),
(3259, 1463, '_menu_item_url', ''),
(3260, 1463, '_menu_item_cms_megaprofile', '0'),
(3261, 1463, '_menu_item_cms_icon', ''),
(3262, 1464, '_menu_item_type', 'post_type'),
(3263, 1464, '_menu_item_menu_item_parent', '0'),
(3264, 1464, '_menu_item_object_id', '330'),
(3265, 1464, '_menu_item_object', 'page'),
(3266, 1464, '_menu_item_target', ''),
(3267, 1464, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3268, 1464, '_menu_item_xfn', ''),
(3269, 1464, '_menu_item_url', ''),
(3270, 1465, '_menu_item_type', 'post_type'),
(3271, 1465, '_menu_item_menu_item_parent', '0'),
(3272, 1465, '_menu_item_object_id', '974'),
(3273, 1465, '_menu_item_object', 'page'),
(3274, 1465, '_menu_item_target', ''),
(3275, 1465, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3276, 1465, '_menu_item_xfn', ''),
(3277, 1465, '_menu_item_url', ''),
(3278, 1466, '_menu_item_type', 'post_type'),
(3279, 1466, '_menu_item_menu_item_parent', '0'),
(3280, 1466, '_menu_item_object_id', '977'),
(3281, 1466, '_menu_item_object', 'page'),
(3282, 1466, '_menu_item_target', ''),
(3283, 1466, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3284, 1466, '_menu_item_xfn', ''),
(3285, 1466, '_menu_item_url', ''),
(3286, 1467, '_menu_item_type', 'post_type'),
(3287, 1467, '_menu_item_menu_item_parent', '0'),
(3288, 1467, '_menu_item_object_id', '1054'),
(3289, 1467, '_menu_item_object', 'page'),
(3290, 1467, '_menu_item_target', ''),
(3291, 1467, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3292, 1467, '_menu_item_xfn', ''),
(3293, 1467, '_menu_item_url', ''),
(3294, 1468, '_menu_item_type', 'post_type'),
(3295, 1468, '_menu_item_menu_item_parent', '0'),
(3296, 1468, '_menu_item_object_id', '1128'),
(3297, 1468, '_menu_item_object', 'page'),
(3298, 1468, '_menu_item_target', ''),
(3299, 1468, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3300, 1468, '_menu_item_xfn', ''),
(3301, 1468, '_menu_item_url', ''),
(3302, 1469, '_menu_item_type', 'post_type'),
(3303, 1469, '_menu_item_menu_item_parent', '0'),
(3304, 1469, '_menu_item_object_id', '1240'),
(3305, 1469, '_menu_item_object', 'page'),
(3306, 1469, '_menu_item_target', ''),
(3307, 1469, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3308, 1469, '_menu_item_xfn', ''),
(3309, 1469, '_menu_item_url', ''),
(3310, 1470, '_menu_item_type', 'post_type'),
(3311, 1470, '_menu_item_menu_item_parent', '0'),
(3312, 1470, '_menu_item_object_id', '1316'),
(3313, 1470, '_menu_item_object', 'page'),
(3314, 1470, '_menu_item_target', ''),
(3315, 1470, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3316, 1470, '_menu_item_xfn', ''),
(3317, 1470, '_menu_item_url', ''),
(3318, 1471, '_menu_item_type', 'post_type'),
(3319, 1471, '_menu_item_menu_item_parent', '0'),
(3320, 1471, '_menu_item_object_id', '1314'),
(3321, 1471, '_menu_item_object', 'page'),
(3322, 1471, '_menu_item_target', ''),
(3323, 1471, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3324, 1471, '_menu_item_xfn', ''),
(3325, 1471, '_menu_item_url', ''),
(3326, 1472, '_menu_item_type', 'post_type'),
(3327, 1472, '_menu_item_menu_item_parent', '0'),
(3328, 1472, '_menu_item_object_id', '1242'),
(3329, 1472, '_menu_item_object', 'page'),
(3330, 1472, '_menu_item_target', ''),
(3331, 1472, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3332, 1472, '_menu_item_xfn', ''),
(3333, 1472, '_menu_item_url', ''),
(3334, 1473, '_wp_attached_file', 'revslider/home-10/Layer-5801.jpg'),
(3335, 1473, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:32:\"revslider/home-10/Layer-5801.jpg\";s:8:\"filesize\";i:135048;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-5801-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3336, 1401, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3337, 1397, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:33;s:4:\"file\";s:23:\"2019/03/sticky-logo.png\";s:8:\"filesize\";i:22990;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:{}}}'),
(3338, 1396, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:33;s:4:\"file\";s:16:\"2019/03/logo.png\";s:8:\"filesize\";i:17152;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:{}}}'),
(3339, 1349, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:654;s:4:\"file\";s:21:\"2019/02/Layer-806.jpg\";s:8:\"filesize\";i:92811;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-806-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3340, 1290, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2019/02/Layer-571.jpg\";s:8:\"filesize\";i:68586;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-571-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3341, 1283, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:788;s:4:\"file\";s:21:\"2019/02/Layer-613.jpg\";s:8:\"filesize\";i:114573;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-613-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3342, 1282, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2019/02/Layer-580.jpg\";s:8:\"filesize\";i:135048;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-580-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3343, 1215, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_744004468.jpg\";s:8:\"filesize\";i:135151;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_744004468-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10578;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3344, 1214, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_744004378.jpg\";s:8:\"filesize\";i:135683;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_744004378-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3345, 1213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_744004369.jpg\";s:8:\"filesize\";i:148395;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_744004369-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10908;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3346, 1212, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:36:\"2018/09/shutterstock_744004366-1.jpg\";s:8:\"filesize\";i:117873;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"shutterstock_744004366-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3347, 1211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:36:\"2018/09/shutterstock_744003397-1.jpg\";s:8:\"filesize\";i:149935;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"shutterstock_744003397-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3348, 1210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_739242232.jpg\";s:8:\"filesize\";i:83502;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_739242232-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3349, 1209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_739242220.jpg\";s:8:\"filesize\";i:104798;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_739242220-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9310;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3350, 1208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_739242190.jpg\";s:8:\"filesize\";i:91429;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_739242190-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3351, 1207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_739242106.jpg\";s:8:\"filesize\";i:84446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_739242106-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7943;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3352, 1206, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_739241959.jpg\";s:8:\"filesize\";i:152047;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_739241959-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13349;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3353, 1182, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:728;s:4:\"file\";s:14:\"2019/01/BG.jpg\";s:8:\"filesize\";i:65691;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"BG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5772;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3354, 1176, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:22:\"2019/01/Layer-1376.png\";s:8:\"filesize\";i:5042;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:{}}}'),
(3355, 1175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:21:\"2019/01/Layer-529.png\";s:8:\"filesize\";i:4621;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:{}}}'),
(3356, 1131, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2019/01/Layer-1374.jpg\";s:8:\"filesize\";i:113491;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1374-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3357, 1130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2019/01/Layer-580.jpg\";s:8:\"filesize\";i:117846;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-580-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3358, 1109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:570;s:6:\"height\";i:620;s:4:\"file\";s:17:\"2019/01/Image.jpg\";s:8:\"filesize\";i:59585;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13708;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3359, 1095, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:654;s:4:\"file\";s:18:\"2019/01/Laptop.png\";s:8:\"filesize\";i:192047;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Laptop-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3360, 1057, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2019/01/Layer-742.jpg\";s:8:\"filesize\";i:86949;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-742-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3361, 983, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:270;s:6:\"height\";i:424;s:4:\"file\";s:22:\"2018/09/book-cover.jpg\";s:8:\"filesize\";i:24068;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"book-cover-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12800;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3362, 878, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:826;s:4:\"file\";s:36:\"2018/09/rawpixel-660359-unsplash.jpg\";s:8:\"filesize\";i:152727;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"rawpixel-660359-unsplash-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3363, 877, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1051;s:4:\"file\";s:36:\"2018/09/rawpixel-653767-unsplash.jpg\";s:8:\"filesize\";i:138726;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"rawpixel-653767-unsplash-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3364, 876, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1133;s:4:\"file\";s:36:\"2018/09/rawpixel-648565-unsplash.jpg\";s:8:\"filesize\";i:119768;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"rawpixel-648565-unsplash-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3365, 875, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:860;s:4:\"file\";s:36:\"2018/09/rawpixel-610081-unsplash.jpg\";s:8:\"filesize\";i:144978;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"rawpixel-610081-unsplash-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3366, 874, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:986;s:4:\"file\";s:36:\"2018/09/rawpixel-724109-unsplash.jpg\";s:8:\"filesize\";i:219825;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"rawpixel-724109-unsplash-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3367, 873, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:807;s:4:\"file\";s:36:\"2018/09/rawpixel-698603-unsplash.jpg\";s:8:\"filesize\";i:122483;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"rawpixel-698603-unsplash-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11491;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3368, 747, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:654;s:4:\"file\";s:21:\"2018/10/Layer-703.jpg\";s:8:\"filesize\";i:85122;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-703-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3369, 682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:15:\"2018/10/map.png\";s:8:\"filesize\";i:20639;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:{}}}'),
(3370, 669, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:33;s:6:\"height\";i:33;s:4:\"file\";s:18:\"2018/10/c-icon.png\";s:8:\"filesize\";i:1217;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:{}}}'),
(3371, 655, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:7208;s:6:\"height\";i:1375;s:4:\"file\";s:30:\"2018/10/Logo-Consultivo-01.png\";s:8:\"filesize\";i:74789;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Logo-Consultivo-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3372, 645, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:257;s:4:\"file\";s:34:\"2018/09/search-engine-optimize.png\";s:8:\"filesize\";i:60453;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:{}}}'),
(3373, 644, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:172;s:6:\"height\";i:255;s:4:\"file\";s:32:\"2018/09/20_Shop_With_Sidebar.png\";s:8:\"filesize\";i:48540;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:{}}}'),
(3374, 626, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1389;s:4:\"file\";s:52:\"2018/09/SEO_2013_And_Beyond_Dr_Andy_Williams5346.jpg\";s:8:\"filesize\";i:92610;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"SEO_2013_And_Beyond_Dr_Andy_Williams5346-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3375, 622, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1131;s:4:\"file\";s:43:\"2018/09/Personal-Branding-Cover-Picture.png\";s:8:\"filesize\";i:19137;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Personal-Branding-Cover-Picture-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27406;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3376, 621, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:333;s:6:\"height\";i:499;s:4:\"file\";s:31:\"2018/09/Marketing-Analytics.jpg\";s:8:\"filesize\";i:23757;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Marketing-Analytics-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9221;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3377, 620, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:337;s:6:\"height\";i:499;s:4:\"file\";s:27:\"2018/09/How-Brands-Grow.jpg\";s:8:\"filesize\";i:34625;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"How-Brands-Grow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3378, 619, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:331;s:6:\"height\";i:499;s:4:\"file\";s:54:\"2018/09/Hooked-How-to-Build-Habit-Forming-Products.jpg\";s:8:\"filesize\";i:25800;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"Hooked-How-to-Build-Habit-Forming-Products-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3379, 618, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:576;s:6:\"height\";i:864;s:4:\"file\";s:43:\"2018/09/Getting_to_Know_SEO_Andre_Kibbe.jpg\";s:8:\"filesize\";i:33729;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Getting_to_Know_SEO_Andre_Kibbe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9470;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3380, 617, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:338;s:6:\"height\";i:499;s:4:\"file\";s:27:\"2018/09/Do-It-Marketing.jpg\";s:8:\"filesize\";i:26010;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Do-It-Marketing-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3381, 615, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:333;s:6:\"height\";i:499;s:4:\"file\";s:64:\"2018/09/Big-Data-Analytics-and-the-Future-of-Marketing-Sales.jpg\";s:8:\"filesize\";i:33658;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"Big-Data-Analytics-and-the-Future-of-Marketing-Sales-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12388;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3382, 613, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:344;s:6:\"height\";i:499;s:4:\"file\";s:58:\"2018/09/49-Quick-Ways-to-Market-Your-Business-for-Free.jpg\";s:8:\"filesize\";i:21988;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"49-Quick-Ways-to-Market-Your-Business-for-Free-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3383, 612, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:348;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2018/09/2d5e6e54f58d5733c0486faec8a8f6d0.jpg\";s:8:\"filesize\";i:26558;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2d5e6e54f58d5733c0486faec8a8f6d0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12909;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3384, 609, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:21:\"2018/09/Layer-826.jpg\";s:8:\"filesize\";i:57879;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-826-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3385, 581, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:21:\"2018/09/Layer-784.jpg\";s:8:\"filesize\";i:116350;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-784-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11547;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3386, 562, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:870;s:6:\"height\";i:359;s:4:\"file\";s:22:\"2018/09/Chart-Card.png\";s:8:\"filesize\";i:3945;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Chart-Card-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8003;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3387, 561, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:870;s:6:\"height\";i:487;s:4:\"file\";s:17:\"2018/09/Video.jpg\";s:8:\"filesize\";i:55997;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3388, 560, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:469;s:6:\"height\";i:272;s:4:\"file\";s:17:\"2018/09/Chart.png\";s:8:\"filesize\";i:16914;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Chart-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17235;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3389, 532, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2018/09/Layer-1391.jpg\";s:8:\"filesize\";i:41702;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1391-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3390, 531, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2018/09/Layer-1390.jpg\";s:8:\"filesize\";i:19338;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1390-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3391, 530, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2018/09/Layer-1389.jpg\";s:8:\"filesize\";i:27760;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1389-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10847;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3392, 529, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2018/09/Layer-1388.jpg\";s:8:\"filesize\";i:29294;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1388-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3393, 528, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:24:\"2018/09/Layer-1387-1.jpg\";s:8:\"filesize\";i:27882;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Layer-1387-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10607;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3394, 527, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2018/09/Layer-1386.jpg\";s:8:\"filesize\";i:22455;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1386-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9504;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3395, 526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2018/09/Layer-1385.jpg\";s:8:\"filesize\";i:27229;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1385-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3396, 525, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2018/09/Layer-1383.jpg\";s:8:\"filesize\";i:24748;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1383-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3397, 524, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:27:\"2018/09/Image-Container.jpg\";s:8:\"filesize\";i:22547;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Image-Container-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3398, 509, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:22:\"2018/09/Layer-1387.jpg\";s:8:\"filesize\";i:90093;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1387-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6753;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3399, 504, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:22:\"2018/09/Layer-1371.jpg\";s:8:\"filesize\";i:74378;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1371-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6603;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3400, 493, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:414;s:4:\"file\";s:22:\"2018/09/Layer-1369.jpg\";s:8:\"filesize\";i:38298;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1369-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3401, 492, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:414;s:4:\"file\";s:22:\"2018/09/Layer-1368.jpg\";s:8:\"filesize\";i:19016;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1368-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7592;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3402, 491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:414;s:4:\"file\";s:22:\"2018/09/Layer-1367.jpg\";s:8:\"filesize\";i:18353;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1367-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3403, 490, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:414;s:4:\"file\";s:22:\"2018/09/Layer-1364.jpg\";s:8:\"filesize\";i:21554;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1364-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3404, 489, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:414;s:4:\"file\";s:22:\"2018/09/Layer-1363.jpg\";s:8:\"filesize\";i:19428;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1363-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7300;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3405, 488, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:414;s:4:\"file\";s:22:\"2018/09/Layer-1362.jpg\";s:8:\"filesize\";i:21611;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1362-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7508;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3406, 480, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:21:\"2018/09/Layer-706.jpg\";s:8:\"filesize\";i:86934;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-706-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9278;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3407, 462, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:21:\"2018/09/Layer-714.jpg\";s:8:\"filesize\";i:110760;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-714-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3408, 457, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:22:\"2018/09/Layer-1366.jpg\";s:8:\"filesize\";i:101889;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Layer-1366-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3409, 442, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:481;s:4:\"file\";s:21:\"2018/09/Layer-694.jpg\";s:8:\"filesize\";i:98460;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Layer-694-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3410, 394, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:34:\"2018/09/shutterstock_562748479.jpg\";s:8:\"filesize\";i:197922;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_562748479-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3411, 378, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_744003397.jpg\";s:8:\"filesize\";i:180875;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_744003397-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11307;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3412, 354, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:570;s:6:\"height\";i:380;s:4:\"file\";s:20:\"2018/09/video-gb.png\";s:8:\"filesize\";i:313060;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"video-gb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3413, 344, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_720827587.jpg\";s:8:\"filesize\";i:194027;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_720827587-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12261;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3414, 323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:36:\"2018/09/shutterstock_748643938-1.jpg\";s:8:\"filesize\";i:139554;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"shutterstock_748643938-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3415, 287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:2105;s:4:\"file\";s:34:\"2018/09/shutterstock_739242214.jpg\";s:8:\"filesize\";i:309170;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_739242214-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14441;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3416, 258, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/09/shutterstock_748643938.jpg\";s:8:\"filesize\";i:69348;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_748643938-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3417, 257, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/09/shutterstock_727194181.jpg\";s:8:\"filesize\";i:130112;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_727194181-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3418, 256, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:671;s:4:\"file\";s:34:\"2018/09/shutterstock_720817432.jpg\";s:8:\"filesize\";i:84790;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_720817432-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3419, 255, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/09/shutterstock_720817339.jpg\";s:8:\"filesize\";i:77762;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_720817339-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3420, 254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/09/shutterstock_583869118.jpg\";s:8:\"filesize\";i:61198;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_583869118-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3421, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/09/shutterstock_573110944.jpg\";s:8:\"filesize\";i:83262;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_573110944-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3422, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:34:\"2018/09/shutterstock_562750024.jpg\";s:8:\"filesize\";i:57698;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_562750024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3423, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/09/shutterstock_562748524.jpg\";s:8:\"filesize\";i:68024;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_562748524-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3424, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/09/shutterstock_530010547.jpg\";s:8:\"filesize\";i:88665;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_530010547-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11098;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3425, 229, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:270;s:6:\"height\";i:194;s:4:\"file\";s:25:\"2018/09/quote-opacity.png\";s:8:\"filesize\";i:5182;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:{}}}'),
(3426, 228, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:40;s:6:\"height\";i:29;s:4:\"file\";s:23:\"2018/09/qoute-small.png\";s:8:\"filesize\";i:1350;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:{}}}'),
(3427, 225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:21:\"2018/09/Layer-553.png\";s:8:\"filesize\";i:2659;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:{}}}'),
(3428, 218, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2018/09/Icons8.png\";s:8:\"filesize\";i:938;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:{}}}'),
(3429, 217, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2018/09/Icons7.png\";s:8:\"filesize\";i:938;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:{}}}'),
(3430, 210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1235;s:4:\"file\";s:34:\"2018/09/shutterstock_744003862.jpg\";s:8:\"filesize\";i:131015;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_744003862-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8751;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3431, 196, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:98;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2018/09/Icons6.png\";s:8:\"filesize\";i:2596;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:{}}}'),
(3432, 195, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:98;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2018/09/Icons5.png\";s:8:\"filesize\";i:1702;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:{}}}'),
(3433, 194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:98;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2018/09/Icons4.png\";s:8:\"filesize\";i:3923;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:{}}}'),
(3434, 193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:98;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2018/09/Icons3.png\";s:8:\"filesize\";i:2787;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:{}}}'),
(3435, 192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:98;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2018/09/Icons2.png\";s:8:\"filesize\";i:2233;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:{}}}'),
(3436, 191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:98;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2018/09/Icon1.png\";s:8:\"filesize\";i:2167;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:{}}}'),
(3437, 149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_739241947.jpg\";s:8:\"filesize\";i:196509;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_739241947-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3438, 134, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:49:\"2018/09/shutterstock_662833021-e1548846127222.jpg\";s:8:\"filesize\";i:118007;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"shutterstock_662833021-e1548846127222-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8365;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3439, 127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:160;s:6:\"height\";i:34;s:4:\"file\";s:21:\"2018/09/Layer-625.png\";s:8:\"filesize\";i:1861;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:{}}}'),
(3440, 126, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:160;s:6:\"height\";i:34;s:4:\"file\";s:21:\"2018/09/Layer-621.png\";s:8:\"filesize\";i:2993;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:{}}}'),
(3441, 125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:139;s:6:\"height\";i:50;s:4:\"file\";s:21:\"2018/09/Layer-617.png\";s:8:\"filesize\";i:2977;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:{}}}'),
(3442, 124, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:160;s:6:\"height\";i:39;s:4:\"file\";s:21:\"2018/09/Layer-613.png\";s:8:\"filesize\";i:2512;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:{}}}'),
(3443, 123, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:158;s:6:\"height\";i:32;s:4:\"file\";s:21:\"2018/09/Layer-609.png\";s:8:\"filesize\";i:1899;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:{}}}'),
(3444, 122, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:131;s:6:\"height\";i:34;s:4:\"file\";s:21:\"2018/09/Layer-605.png\";s:8:\"filesize\";i:2111;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:{}}}'),
(3445, 108, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:34:\"2018/09/shutterstock_744004360.jpg\";s:8:\"filesize\";i:162755;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock_744004360-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(3446, 102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:21:\"2018/09/Layer-821.png\";s:8:\"filesize\";i:5104;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:{}}}');

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `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
(2, 1, '2018-09-07 07:12:40', '2018-09-07 07:12:40', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://ordneco.foach.site/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2018-09-07 07:12:40', '2018-09-07 07:12:40', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=2', 0, 'page', '', 0),
(3, 1, '2018-09-07 07:12:40', '2018-09-07 07:12:40', '<h2>Who we are</h2><p>Our website address is: http://ordneco.foach.site.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2018-09-07 07:12:40', '2018-09-07 07:12:40', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=3', 0, 'page', '', 0),
(5, 1, '2018-09-08 04:18:53', '2018-09-08 04:18:53', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][tel your-phone placeholder \"Phone\"][textarea your-message placeholder \"Request Details\"][submit \"Submit Request\"]\n1\nconsultivo \"[your-subject]\"\n[your-name] <wordpress@dev.joomexp.com>\nadmin@admin.com\nFrom: [your-name] <[your-email]>\n\nSubject: [your-subject]\n\n\n\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on consultivo (http://ordneco.foach.site)\nReply-To: [your-email]\n\n\n\n\nconsultivo \"[your-subject]\"\nconsultivo <wordpress@dev.joomexp.com>\n[your-email]\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on consultivo (http://ordneco.foach.site)\nReply-To: admin@admin.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form default', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2018-09-08 04:18:53', '2018-09-08 04:18:53', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=wpcf7_contact_form&amp;p=5', 0, 'wpcf7_contact_form', '', 0),
(6, 1, '2018-09-08 04:19:53', '2018-09-08 04:19:53', '[newsletter]', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'newsletter', '', '', '2018-09-08 04:19:53', '2018-09-08 04:19:53', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/newsletter/', 0, 'page', '', 0),
(25, 1, '2018-09-08 10:00:35', '2018-09-08 10:00:35', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Strategy & Planning', 'Stop loss and take profit orders will help secure your investment. The system will automatically execute trades to realise gains.', 'publish', 'closed', 'closed', '', 'strategy-planning-2', '', '', '2018-09-08 10:00:35', '2018-09-08 10:00:35', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=25', 0, 'services', '', 0),
(26, 1, '2018-09-08 10:00:49', '2018-09-08 10:00:49', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Audit & Evaluation', 'Our customers selected for a business audit, here is what you need to know, but the major world supported by the system. ', 'publish', 'closed', 'closed', '', 'audit-evaluation-2', '', '', '2018-09-08 10:00:49', '2018-09-08 10:00:49', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=26', 0, 'services', '', 0),
(27, 1, '2018-09-08 10:00:57', '2018-09-08 10:00:57', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Taxes & Efficiency', 'Tax efficiency is an attempt to minimize tax liability when given many different financial decisions to be tax efficient.', 'publish', 'closed', 'closed', '', 'taxes-efficiency-2', '', '', '2018-09-08 10:00:57', '2018-09-08 10:00:57', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=27', 0, 'services', '', 0),
(28, 1, '2018-09-08 10:01:07', '2018-09-08 10:01:07', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Estate Planning', 'Estate planning is the process of anticipating and arranging, during a person\'s life, for the management and disposal.', 'publish', 'closed', 'closed', '', 'estate-planning-2', '', '', '2018-09-08 10:01:07', '2018-09-08 10:01:07', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=28', 0, 'services', '', 0),
(29, 1, '2018-09-08 10:01:17', '2018-09-08 10:01:17', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Finance & Restructuring', 'Restructuring is a productive solution to help your business eliminate financial problems & improve business liquidity.', 'publish', 'closed', 'closed', '', 'finance-restructuring', '', '', '2018-09-08 10:01:17', '2018-09-08 10:01:17', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=29', 0, 'services', '', 0),
(30, 1, '2018-09-08 10:01:36', '2018-09-08 10:01:36', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Insurance & Retirement', 'Insurance is a means of protection from financial loss. It is a form of risk management, primarily used to hedge.', 'publish', 'closed', 'closed', '', 'insurance-retirement', '', '', '2018-09-08 10:01:36', '2018-09-08 10:01:36', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=30', 0, 'services', '', 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
(31, 1, '2018-09-08 10:02:04', '2018-09-08 10:02:04', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" limit=\"5\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Merchandise Consulting', 'Restructuring is a productive solution to help your business eliminate financial problems & improve business liquidity.', 'publish', 'closed', 'closed', '', 'merchandise-consulting', '', '', '2018-09-08 10:02:04', '2018-09-08 10:02:04', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=31', 0, 'services', '', 0),
(32, 1, '2018-09-08 10:02:12', '2018-09-08 10:02:12', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" limit=\"5\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Enterprise Consulting', 'Estate planning is the process of anticipating and arranging, during a person\'s life, for the management and disposal.', 'publish', 'closed', 'closed', '', 'enterprise-consulting', '', '', '2018-09-08 10:02:12', '2018-09-08 10:02:12', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=32', 0, 'services', '', 0),
(33, 1, '2018-09-08 10:02:27', '2018-09-08 10:02:27', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" limit=\"5\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'General Consultancy', 'Tax efficiency is an attempt to minimize tax liability when given many different financial decisions to be tax efficient.', 'publish', 'closed', 'closed', '', 'general-consultancy', '', '', '2018-09-08 10:02:27', '2018-09-08 10:02:27', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=33', 0, 'services', '', 0),
(34, 1, '2018-09-08 10:02:42', '2018-09-08 10:02:42', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" limit=\"5\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Investment Planing', 'Our customers selected for a business audit, here is what you need to know, but the major world supported by the system. ', 'publish', 'closed', 'closed', '', 'investment-planing', '', '', '2018-09-08 10:02:42', '2018-09-08 10:02:42', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=34', 0, 'services', '', 0),
(35, 1, '2018-09-08 10:02:51', '2018-09-08 10:02:51', '<p>[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service service_page=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\"][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][fr_heading text=\"Stats &amp; Charts\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"How It Works?!\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for.[/vc_column_text][vc_row_inner css=\".vc_custom_1537870374892{padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Creative Solutions\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Professional Team\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_heading text=\"Diverse Approach\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"50px\"][vc_column_text]We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][fr_heading text=\"Key Benifits\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" des_font_weight=\"500\" margin_bottom=\"25px\" margin_top=\"25px\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Case Studies\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"60px\"][vc_row_inner css=\".vc_custom_1537871804733{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_column_inner][fr_case_studies_carousel order=\"ASC\" limit=\"5\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]</p>\n\n', 'Market Analysis', 'Stop loss and take profit orders will help secure your investment. The system will automatically execute trades to realise gains.', 'publish', 'closed', 'closed', '', 'market-analysis', '', '', '2018-09-08 10:02:51', '2018-09-08 10:02:51', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=service&amp;p=35', 0, 'services', '', 0),
(61, 1, '2018-09-10 07:48:00', '2018-09-10 07:48:00', '[vc_row][vc_column][vc_column_text]The third Monday of January is supposed to be the most depressing day of the year. Whether you believe that or not, the long nights, cold weather and trying to keep to new year resolutions are all probably getting to you a little by now. To make matters worse many will still be recovering from their Christmas spending[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]So how can you make today – and the rest of January – a little better for you and your wallet? Well, if times are tight, a little extra in your pocket should make the month more bearable. Here are four easy ways to do just that.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest free overdraft.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]What’s up in the loft? Or under the bed? If you aren’t sure it probably means you don’t need it – and that’s a sign you should try to sell it. If there’s the potential for it to be rare or part of a collection it’s worth seeking specialist advice. Otherwise head to a boot fair or list it online. Just don’t forget to factor in costs such as postage or fees. The are more tips in our step-by-step guide to selling online below. Just click through the slides.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Did you decide to stop smoking this year? Or was it drinking for a month? Whatever your resolution don’t just think about the health benefits as it could also be helping your bank balance. The average smoker lights up 12 cigarettes a day, adding up to nearly £150 in January. Having five less pints of beer or glasses of wine each week could easily save you £100 this month.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The sales are still on, and with the temperatures dropping there’s probably the temptation to kit yourself out in a new jumper or winter coat. Well if you’ve got some old woollies down the back of the wardrobe, there’s a good chance your friends do too. Getting a group of you together to swap clothes means you’re getting a new look for free, adding some extra pounds to your purse to save or spend elsewhere.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest .[/vc_column_text][/vc_column][/vc_row]', 'Four ways to cheer yourself up on Blue Monday!', 'If your windscreen still has a paper tax disc stuck to it, you\'re not alone - apparently around 70% of drivers still have one on display, even though rule changes last October', 'publish', 'open', 'open', '', 'four-ways-to-cheer-yourself-up-on-blue-monday', '', '', '2018-09-10 07:48:00', '2018-09-10 07:48:00', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?p=61', 0, 'post', '', 0),
(77, 1, '2018-09-10 07:49:54', '2018-09-10 07:49:54', '[vc_row][vc_column][vc_column_text]The third Monday of January is supposed to be the most depressing day of the year. Whether you believe that or not, the long nights, cold weather and trying to keep to new year resolutions are all probably getting to you a little by now. To make matters worse many will still be recovering from their Christmas spending[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]So how can you make today – and the rest of January – a little better for you and your wallet? Well, if times are tight, a little extra in your pocket should make the month more bearable. Here are four easy ways to do just that.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest free overdraft.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]What’s up in the loft? Or under the bed? If you aren’t sure it probably means you don’t need it – and that’s a sign you should try to sell it. If there’s the potential for it to be rare or part of a collection it’s worth seeking specialist advice. Otherwise head to a boot fair or list it online. Just don’t forget to factor in costs such as postage or fees. The are more tips in our step-by-step guide to selling online below. Just click through the slides.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Did you decide to stop smoking this year? Or was it drinking for a month? Whatever your resolution don’t just think about the health benefits as it could also be helping your bank balance. The average smoker lights up 12 cigarettes a day, adding up to nearly £150 in January. Having five less pints of beer or glasses of wine each week could easily save you £100 this month.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The sales are still on, and with the temperatures dropping there’s probably the temptation to kit yourself out in a new jumper or winter coat. Well if you’ve got some old woollies down the back of the wardrobe, there’s a good chance your friends do too. Getting a group of you together to swap clothes means you’re getting a new look for free, adding some extra pounds to your purse to save or spend elsewhere.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest .[/vc_column_text][/vc_column][/vc_row]', 'In the news: this week’s top money stories', 'Did you know the average adult spends more than £72 a month without really knowing what on? That’s cash that could come in really handy when the credit card bills', 'publish', 'open', 'open', '', 'in-the-news-this-weeks-top-money-stories', '', '', '2018-09-10 07:49:54', '2018-09-10 07:49:54', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?p=77', 0, 'post', '', 0),
(79, 1, '2018-09-10 07:50:46', '2018-09-10 07:50:46', '[vc_row][vc_column][vc_column_text]The third Monday of January is supposed to be the most depressing day of the year. Whether you believe that or not, the long nights, cold weather and trying to keep to new year resolutions are all probably getting to you a little by now. To make matters worse many will still be recovering from their Christmas spending[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]So how can you make today – and the rest of January – a little better for you and your wallet? Well, if times are tight, a little extra in your pocket should make the month more bearable. Here are four easy ways to do just that.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest free overdraft.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]What’s up in the loft? Or under the bed? If you aren’t sure it probably means you don’t need it – and that’s a sign you should try to sell it. If there’s the potential for it to be rare or part of a collection it’s worth seeking specialist advice. Otherwise head to a boot fair or list it online. Just don’t forget to factor in costs such as postage or fees. The are more tips in our step-by-step guide to selling online below. Just click through the slides.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Did you decide to stop smoking this year? Or was it drinking for a month? Whatever your resolution don’t just think about the health benefits as it could also be helping your bank balance. The average smoker lights up 12 cigarettes a day, adding up to nearly £150 in January. Having five less pints of beer or glasses of wine each week could easily save you £100 this month.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The sales are still on, and with the temperatures dropping there’s probably the temptation to kit yourself out in a new jumper or winter coat. Well if you’ve got some old woollies down the back of the wardrobe, there’s a good chance your friends do too. Getting a group of you together to swap clothes means you’re getting a new look for free, adding some extra pounds to your purse to save or spend elsewhere.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest .[/vc_column_text][/vc_column][/vc_row]', 'How does your household spend compare to the UK?', 'It’s easy to underestimate things the calories in a slice of cake, or how long your journey will take for example. But not considering the full amount of your household bills', 'publish', 'open', 'open', '', 'how-does-your-household-spend-compare-to-the-uk', '', '', '2018-09-10 07:50:46', '2018-09-10 07:50:46', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?p=79', 0, 'post', '', 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
(81, 1, '2018-09-10 07:51:29', '2018-09-10 07:51:29', '[vc_row][vc_column][vc_column_text]The third Monday of January is supposed to be the most depressing day of the year. Whether you believe that or not, the long nights, cold weather and trying to keep to new year resolutions are all probably getting to you a little by now. To make matters worse many will still be recovering from their Christmas spending[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]So how can you make today – and the rest of January – a little better for you and your wallet? Well, if times are tight, a little extra in your pocket should make the month more bearable. Here are four easy ways to do just that.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest free overdraft.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]What’s up in the loft? Or under the bed? If you aren’t sure it probably means you don’t need it – and that’s a sign you should try to sell it. If there’s the potential for it to be rare or part of a collection it’s worth seeking specialist advice. Otherwise head to a boot fair or list it online. Just don’t forget to factor in costs such as postage or fees. The are more tips in our step-by-step guide to selling online below. Just click through the slides.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Did you decide to stop smoking this year? Or was it drinking for a month? Whatever your resolution don’t just think about the health benefits as it could also be helping your bank balance. The average smoker lights up 12 cigarettes a day, adding up to nearly £150 in January. Having five less pints of beer or glasses of wine each week could easily save you £100 this month.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The sales are still on, and with the temperatures dropping there’s probably the temptation to kit yourself out in a new jumper or winter coat. Well if you’ve got some old woollies down the back of the wardrobe, there’s a good chance your friends do too. Getting a group of you together to swap clothes means you’re getting a new look for free, adding some extra pounds to your purse to save or spend elsewhere.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest .[/vc_column_text][/vc_column][/vc_row]', 'Are you losing underestimating your bills?', 'The ‘cost of living’ is a phrase that’s rarely out of the news, and our wallets and bills appear to back up the claims that our household spending is on the rise. The Office of National Statistics has taken a look back at the nation’s household spend for 2013 – and it shows that we did spend more than the year before. The average amount spent by each family.', 'publish', 'open', 'open', '', 'are-you-losing-underestimating-your-bills', '', '', '2018-09-10 07:51:29', '2018-09-10 07:51:29', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?p=81', 0, 'post', '', 0),
(83, 1, '2018-09-10 07:52:04', '2018-09-10 07:52:04', '[vc_row][vc_column][vc_column_text]The third Monday of January is supposed to be the most depressing day of the year. Whether you believe that or not, the long nights, cold weather and trying to keep to new year resolutions are all probably getting to you a little by now. To make matters worse many will still be recovering from their Christmas spending[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]So how can you make today – and the rest of January – a little better for you and your wallet? Well, if times are tight, a little extra in your pocket should make the month more bearable. Here are four easy ways to do just that.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest free overdraft.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]What’s up in the loft? Or under the bed? If you aren’t sure it probably means you don’t need it – and that’s a sign you should try to sell it. If there’s the potential for it to be rare or part of a collection it’s worth seeking specialist advice. Otherwise head to a boot fair or list it online. Just don’t forget to factor in costs such as postage or fees. The are more tips in our step-by-step guide to selling online below. Just click through the slides.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Did you decide to stop smoking this year? Or was it drinking for a month? Whatever your resolution don’t just think about the health benefits as it could also be helping your bank balance. The average smoker lights up 12 cigarettes a day, adding up to nearly £150 in January. Having five less pints of beer or glasses of wine each week could easily save you £100 this month.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The sales are still on, and with the temperatures dropping there’s probably the temptation to kit yourself out in a new jumper or winter coat. Well if you’ve got some old woollies down the back of the wardrobe, there’s a good chance your friends do too. Getting a group of you together to swap clothes means you’re getting a new look for free, adding some extra pounds to your purse to save or spend elsewhere.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest .[/vc_column_text][/vc_column][/vc_row]', 'The hidden habits that cost you money?', 'Have you been out enjoying the sunshine instead of keeping up with this week’s money stories? We don’t blame you! But if you want your news distilled, here is our round-up for you. Changes this year means there is more freedom in how you can access your pension. But with this extra flexibility comes the potential for scammers coming out of the woodwork', 'publish', 'open', 'open', '', 'the-hidden-habits-that-cost-you-money', '', '', '2018-09-10 07:52:04', '2018-09-10 07:52:04', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?p=83', 0, 'post', '', 0),
(85, 1, '2018-09-10 07:52:41', '2018-09-10 07:52:41', '[vc_row][vc_column][vc_column_text]The third Monday of January is supposed to be the most depressing day of the year. Whether you believe that or not, the long nights, cold weather and trying to keep to new year resolutions are all probably getting to you a little by now. To make matters worse many will still be recovering from their Christmas spending[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]So how can you make today – and the rest of January – a little better for you and your wallet? Well, if times are tight, a little extra in your pocket should make the month more bearable. Here are four easy ways to do just that.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest free overdraft.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]What’s up in the loft? Or under the bed? If you aren’t sure it probably means you don’t need it – and that’s a sign you should try to sell it. If there’s the potential for it to be rare or part of a collection it’s worth seeking specialist advice. Otherwise head to a boot fair or list it online. Just don’t forget to factor in costs such as postage or fees. The are more tips in our step-by-step guide to selling online below. Just click through the slides.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Did you decide to stop smoking this year? Or was it drinking for a month? Whatever your resolution don’t just think about the health benefits as it could also be helping your bank balance. The average smoker lights up 12 cigarettes a day, adding up to nearly £150 in January. Having five less pints of beer or glasses of wine each week could easily save you £100 this month.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The sales are still on, and with the temperatures dropping there’s probably the temptation to kit yourself out in a new jumper or winter coat. Well if you’ve got some old woollies down the back of the wardrobe, there’s a good chance your friends do too. Getting a group of you together to swap clothes means you’re getting a new look for free, adding some extra pounds to your purse to save or spend elsewhere.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]You can make some quick cash by switching your bank account to one with a bonus. Some banks are giving away £150 for moving your custom, while others offer cashback or high interest. Of course it’s worth checking you won’t lose out in other ways such as high overdraft fees. If you’re likely to go into the red you might be better off switching to a bank with lower fees or even a small interest .[/vc_column_text][/vc_column][/vc_row]', 'Have you still got your paper tax disc?', 'The third Monday of January is supposed to be the most depressing day of the year. Whether you believe that or not, the long nights, cold weather and trying to keep to new year resolutions are all probably getting to you a little by now. To make matters worse many will still be recovering from their Christmas spending. So how can you make today and the rest of January.', 'publish', 'open', 'open', '', 'have-you-still-got-your-paper-tax-disc', '', '', '2018-09-10 07:52:41', '2018-09-10 07:52:41', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?p=85', 0, 'post', '', 0),
(87, 1, '2018-09-10 08:07:40', '2018-09-10 08:07:40', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-1\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1540622932814{padding-top: 80px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][vc_row_inner content_placement=\"top\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1540623099157{padding-top: 30px !important;padding-bottom: 20px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-puzzle\" title=\"Creative Solutions\" description=\"We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1540623106421{padding-top: 30px !important;padding-bottom: 20px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-flag\" title=\"Professional Team\" description=\"We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1537001477598{padding-top: 30px !important;padding-bottom: 30px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-layers\" title=\"Diverse Approach\" description=\"We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1537001488565{padding-top: 30px !important;padding-bottom: 30px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-clipboard\" title=\"Detailed Reports\" description=\"Our experts are always available over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1540627856470{margin-top: -182px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][fr_contact_form id=\"119\" title=\"Get a Free Quote\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1536748944079{margin-bottom: 60px !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540628142268{padding-top: 126px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1544175475261{margin-bottom: 120px !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8\"][fr_heading_layout cms_template=\"fr_heading_layout--layout2.php\" title=\"Internal Accounting, Sales Data &amp; Market Economic Indicators\" subtitle=\"Profitable And Successful Investments\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1536916688239{margin-bottom: -150px !important;}\"][fr_video_popup video_image=\"747\" video_autoplay=\"true\" play_icon=\"150\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1540628496159{padding-top: 225px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}\"][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Advice and guides\" description=\"Taking the time to manage your money better can really pay off. It can help you stay on top of your bills and save £1,000s each year.\" number=\"01\" subtitle=\"We are helpers\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Tools and calculators\" description=\"Use our Budget planner to keep on top of your spending, use our tool to work out what you have left after paying your most important bills.\" number=\"02\" subtitle=\"Quick &amp; smart\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Support in person\" description=\"Support in person, over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free and impartial money advice.\" number=\"03\" subtitle=\"Friendly support\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1540628618240{padding-top: 105px !important;padding-bottom: 90px !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Our Services\" subtitle=\"What We Do!\" text=\"When your people get up every day wanting to come to work, success happens, we help you to ensure everyone is in the right jobs.\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1544192655119{padding-top: 30px !important;}\"][vc_column_inner][fr_service_grid order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column_inner][/vc_row_inner][fr_button button_text=\"Get Started\" button_link=\"url:%23|||\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" padding_right=\"40px\" padding_left=\"40px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity2\" css=\".vc_custom_1540268904810{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1544191032433{margin-bottom: 20px !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Our Pricing Plans\" subtitle=\"Get Started Now\" text=\"Get started now with us to earn every day and forever in your business. We accept Investment from all over the world.\" title_color=\"#ffffff\" text_color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1536975905511{margin-bottom: -150px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544191180603{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Meet Our Team\" subtitle=\"Our Experts\" text=\"We love what we do and we do it with passion. We value the experimentation, the reformation of the message, and the smart incentives.\"][/vc_column][vc_column css=\".vc_custom_1544191290093{margin-top: 20px !important;}\"][fr_team_grid col_xs=\"1\" col_sm=\"3\" col_md=\"3\" col_lg=\"3\" loop=\"true\" autoplay=\"true\" teams=\"%5B%7B%22image%22%3A%22488%22%2C%22title%22%3A%22James%20Wane%22%2C%22occupation%22%3A%22Consultant%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22489%22%2C%22title%22%3A%22John%20Tommy%22%2C%22occupation%22%3A%22Marketing%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22490%22%2C%22title%22%3A%22Marko%20Smith%22%2C%22occupation%22%3A%22Cheif%20Officer%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%5D\" animation=\"tada\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Case Studies\" subtitle=\"Our Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column][vc_column css=\".vc_custom_1544191553450{margin-top: 10px !important;}\"][fr_case_studies_carousel display_row=\"two\" order=\"ASC\" limit=\"8\" img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" loop=\"true\" autoplay=\"true\" autoplay_timeout=\"10000\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1537088901039{background-color: #1b1a1a !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1540268666107{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row_inner css=\".vc_custom_1544191565381{margin-bottom: 50px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" text=\"The choice is in your hands: Where do you go to get an advice<br />\nand where you purchase products?!!\" title=\"We Are Here To Ease<br />\n\nThe Financial Obstacles!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1540630126153{margin-bottom: 35px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#ffffff\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services<br />\n\nand consulting to help you make the best technology.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1540630136287{margin-bottom: 35px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#ffffff\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad<br />\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#ffffff\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge<br />\n\nestablished thinking and drive transformation.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" cms_column_class=\"column-stretch-right\" css=\".vc_custom_1537089454741{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_hidden-xs\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537002979174{background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column][vc_column css=\".vc_custom_1544191725693{margin-top: 30px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row]</p>\n\n', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-09-10 08:07:40', '2018-09-10 08:07:40', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=87', 0, 'page', '', 0),
(89, 1, '2018-09-10 08:08:53', '2018-09-10 08:08:53', '', 'Our Blog', '', 'publish', 'closed', 'closed', '', 'blog-standard', '', '', '2018-09-10 08:08:53', '2018-09-10 08:08:53', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=89', 0, 'page', '', 0),
(102, 1, '2018-09-11 15:11:45', '2018-09-11 15:11:45', '', 'Layer 821', '', 'inherit', 'open', 'closed', '', 'layer-821', '', '', '2018-09-11 15:11:45', '2018-09-11 15:11:45', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-821.png', 0, 'attachment', 'image/png', 0),
(108, 1, '2018-09-12 01:26:49', '2018-09-12 01:26:49', '', 'shutterstock_744004360', '', 'inherit', 'open', 'closed', '', 'shutterstock_744004360', '', '', '2018-09-12 01:26:49', '2018-09-12 01:26:49', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744004360.jpg', 0, 'attachment', 'image/jpeg', 0),
(119, 1, '2018-09-12 09:32:58', '2018-09-12 09:32:58', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][textarea your-message placeholder \"Request\"][submit \"Submit Request\"]\n1\nconsultivo \"[your-subject]\"\n[your-name] <wordpress@dev.joomexp.com>\nadmin@admin.com\nFrom: [your-name] <[your-email]>\n\nSubject: [your-subject]\n\n\n\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on consultivo (http://ordneco.foach.site)\nReply-To: [your-email]\n\n\n\n\nconsultivo \"[your-subject]\"\nconsultivo <wordpress@dev.joomexp.com>\n[your-email]\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on consultivo (http://ordneco.foach.site)\nReply-To: admin@admin.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Get A Free Quote', '', 'publish', 'closed', 'closed', '', 'untitled', '', '', '2018-09-12 09:32:58', '2018-09-12 09:32:58', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=wpcf7_contact_form&amp;p=119', 0, 'wpcf7_contact_form', '', 0),
(122, 1, '2018-09-12 10:25:09', '2018-09-12 10:25:09', '', 'Layer 605', '', 'inherit', 'open', 'closed', '', 'layer-605', '', '', '2018-09-12 10:25:09', '2018-09-12 10:25:09', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-605.png', 0, 'attachment', 'image/png', 0),
(123, 1, '2018-09-12 10:25:10', '2018-09-12 10:25:10', '', 'Layer 609', '', 'inherit', 'open', 'closed', '', 'layer-609', '', '', '2018-09-12 10:25:10', '2018-09-12 10:25:10', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-609.png', 0, 'attachment', 'image/png', 0),
(124, 1, '2018-09-12 10:25:11', '2018-09-12 10:25:11', '', 'Layer 613', '', 'inherit', 'open', 'closed', '', 'layer-613', '', '', '2018-09-12 10:25:11', '2018-09-12 10:25:11', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-613.png', 0, 'attachment', 'image/png', 0),
(125, 1, '2018-09-12 10:25:11', '2018-09-12 10:25:11', '', 'Layer 617', '', 'inherit', 'open', 'closed', '', 'layer-617', '', '', '2018-09-12 10:25:11', '2018-09-12 10:25:11', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-617.png', 0, 'attachment', 'image/png', 0),
(126, 1, '2018-09-12 10:25:12', '2018-09-12 10:25:12', '', 'Layer 621', '', 'inherit', 'open', 'closed', '', 'layer-621', '', '', '2018-09-12 10:25:12', '2018-09-12 10:25:12', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-621.png', 0, 'attachment', 'image/png', 0),
(127, 1, '2018-09-12 10:25:13', '2018-09-12 10:25:13', '', 'Layer 625', '', 'inherit', 'open', 'closed', '', 'layer-625', '', '', '2018-09-12 10:25:13', '2018-09-12 10:25:13', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-625.png', 0, 'attachment', 'image/png', 0),
(134, 1, '2018-09-12 10:45:39', '2018-09-12 10:45:39', '', 'shutterstock_662833021', '', 'inherit', 'open', 'closed', '', 'shutterstock_662833021', '', '', '2018-09-12 10:45:39', '2018-09-12 10:45:39', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 1, '2018-09-14 06:55:57', '2018-09-14 06:55:57', '', 'shutterstock_739241947', '', 'inherit', 'open', 'closed', '', 'shutterstock_739241947', '', '', '2018-09-14 06:55:57', '2018-09-14 06:55:57', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739241947.jpg', 0, 'attachment', 'image/jpeg', 0),
(191, 1, '2018-09-14 09:46:43', '2018-09-14 09:46:43', '', 'Icon1', '', 'inherit', 'open', 'closed', '', 'icon1', '', '', '2018-09-14 09:46:43', '2018-09-14 09:46:43', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icon1.png', 0, 'attachment', 'image/png', 0),
(192, 1, '2018-09-14 09:46:44', '2018-09-14 09:46:44', '', 'Icons2', '', 'inherit', 'open', 'closed', '', 'icons2', '', '', '2018-09-14 09:46:44', '2018-09-14 09:46:44', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icons2.png', 0, 'attachment', 'image/png', 0),
(193, 1, '2018-09-14 09:46:44', '2018-09-14 09:46:44', '', 'Icons3', '', 'inherit', 'open', 'closed', '', 'icons3', '', '', '2018-09-14 09:46:44', '2018-09-14 09:46:44', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icons3.png', 0, 'attachment', 'image/png', 0),
(194, 1, '2018-09-14 09:46:45', '2018-09-14 09:46:45', '', 'Icons4', '', 'inherit', 'open', 'closed', '', 'icons4', '', '', '2018-09-14 09:46:45', '2018-09-14 09:46:45', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icons4.png', 0, 'attachment', 'image/png', 0),
(195, 1, '2018-09-14 09:46:46', '2018-09-14 09:46:46', '', 'Icons5', '', 'inherit', 'open', 'closed', '', 'icons5', '', '', '2018-09-14 09:46:46', '2018-09-14 09:46:46', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icons5.png', 0, 'attachment', 'image/png', 0),
(196, 1, '2018-09-14 09:46:46', '2018-09-14 09:46:46', '', 'Icons6', '', 'inherit', 'open', 'closed', '', 'icons6', '', '', '2018-09-14 09:46:46', '2018-09-14 09:46:46', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icons6.png', 0, 'attachment', 'image/png', 0),
(210, 1, '2018-09-14 10:35:46', '2018-09-14 10:35:46', '', 'shutterstock_744003862', '', 'inherit', 'open', 'closed', '', 'shutterstock_744003862', '', '', '2018-09-14 10:35:46', '2018-09-14 10:35:46', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2018-09-15 01:32:19', '2018-09-15 01:32:19', '', 'Icons7', '', 'inherit', 'open', 'closed', '', 'icons7', '', '', '2018-09-15 01:32:19', '2018-09-15 01:32:19', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icons7.png', 0, 'attachment', 'image/png', 0),
(218, 1, '2018-09-15 01:32:20', '2018-09-15 01:32:20', '', 'Icons8', '', 'inherit', 'open', 'closed', '', 'icons8', '', '', '2018-09-15 01:32:20', '2018-09-15 01:32:20', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Icons8.png', 0, 'attachment', 'image/png', 0),
(225, 1, '2018-09-15 02:40:13', '2018-09-15 02:40:13', '', 'Layer 553', '', 'inherit', 'open', 'closed', '', 'layer-553', '', '', '2018-09-15 02:40:13', '2018-09-15 02:40:13', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-553.png', 0, 'attachment', 'image/png', 0),
(228, 1, '2018-09-15 02:56:42', '2018-09-15 02:56:42', '', 'qoute-small', '', 'inherit', 'open', 'closed', '', 'qoute-small', '', '', '2018-09-15 02:56:42', '2018-09-15 02:56:42', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/qoute-small.png', 0, 'attachment', 'image/png', 0),
(229, 1, '2018-09-15 02:56:43', '2018-09-15 02:56:43', '', 'quote-opacity', '', 'inherit', 'open', 'closed', '', 'quote-opacity', '', '', '2018-09-15 02:56:43', '2018-09-15 02:56:43', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/quote-opacity.png', 0, 'attachment', 'image/png', 0),
(249, 1, '2018-09-15 04:50:35', '2018-09-15 04:50:35', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Grow your business with an unexpected niche!', '', 'publish', 'closed', 'closed', '', 'grow-your-business-with-an-unexpected-niche', '', '', '2018-09-15 04:50:35', '2018-09-15 04:50:35', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=249', 0, 'portfolio', '', 0),
(250, 1, '2018-09-15 04:49:59', '2018-09-15 04:49:59', '', 'shutterstock_530010547', '', 'inherit', 'open', 'closed', '', 'shutterstock_530010547', '', '', '2018-09-15 04:49:59', '2018-09-15 04:49:59', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_530010547.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 1, '2018-09-15 04:50:00', '2018-09-15 04:50:00', '', 'shutterstock_562748524', '', 'inherit', 'open', 'closed', '', 'shutterstock_562748524', '', '', '2018-09-15 04:50:00', '2018-09-15 04:50:00', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_562748524.jpg', 0, 'attachment', 'image/jpeg', 0),
(252, 1, '2018-09-15 04:50:01', '2018-09-15 04:50:01', '', 'shutterstock_562750024', '', 'inherit', 'open', 'closed', '', 'shutterstock_562750024', '', '', '2018-09-15 04:50:01', '2018-09-15 04:50:01', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_562750024.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 1, '2018-09-15 04:50:02', '2018-09-15 04:50:02', '', 'shutterstock_573110944', '', 'inherit', 'open', 'closed', '', 'shutterstock_573110944', '', '', '2018-09-15 04:50:02', '2018-09-15 04:50:02', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_573110944.jpg', 0, 'attachment', 'image/jpeg', 0),
(254, 1, '2018-09-15 04:50:03', '2018-09-15 04:50:03', '', 'shutterstock_583869118', '', 'inherit', 'open', 'closed', '', 'shutterstock_583869118', '', '', '2018-09-15 04:50:03', '2018-09-15 04:50:03', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_583869118.jpg', 0, 'attachment', 'image/jpeg', 0),
(255, 1, '2018-09-15 04:50:04', '2018-09-15 04:50:04', '', 'shutterstock_720817339', '', 'inherit', 'open', 'closed', '', 'shutterstock_720817339', '', '', '2018-09-15 04:50:04', '2018-09-15 04:50:04', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_720817339.jpg', 0, 'attachment', 'image/jpeg', 0),
(256, 1, '2018-09-15 04:50:04', '2018-09-15 04:50:04', '', 'shutterstock_720817432', '', 'inherit', 'open', 'closed', '', 'shutterstock_720817432', '', '', '2018-09-15 04:50:04', '2018-09-15 04:50:04', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_720817432.jpg', 0, 'attachment', 'image/jpeg', 0),
(257, 1, '2018-09-15 04:50:05', '2018-09-15 04:50:05', '', 'shutterstock_727194181', '', 'inherit', 'open', 'closed', '', 'shutterstock_727194181', '', '', '2018-09-15 04:50:05', '2018-09-15 04:50:05', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_727194181.jpg', 0, 'attachment', 'image/jpeg', 0),
(258, 1, '2018-09-15 04:50:06', '2018-09-15 04:50:06', '', 'shutterstock_748643938', '', 'inherit', 'open', 'closed', '', 'shutterstock_748643938', '', '', '2018-09-15 04:50:06', '2018-09-15 04:50:06', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_748643938.jpg', 0, 'attachment', 'image/jpeg', 0),
(260, 1, '2018-09-15 04:51:04', '2018-09-15 04:51:04', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Use credit reporting to improve client relationships.', '', 'publish', 'closed', 'closed', '', 'use-credit-reporting-to-improve-client-relationships', '', '', '2018-09-15 04:51:04', '2018-09-15 04:51:04', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=260', 0, 'portfolio', '', 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
(262, 1, '2018-09-15 04:51:29', '2018-09-15 04:51:29', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'State stamp duty surcharges for foreign buyers.', '', 'publish', 'closed', 'closed', '', 'state-stamp-duty-surcharges-for-foreign-buyers', '', '', '2018-09-15 04:51:29', '2018-09-15 04:51:29', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=262', 0, 'portfolio', '', 0),
(264, 1, '2018-09-15 04:51:53', '2018-09-15 04:51:53', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Government changes on transfer land or business duty.', '', 'publish', 'closed', 'closed', '', 'government-changes-on-transfer-of-land-or-business-duty', '', '', '2018-09-15 04:51:53', '2018-09-15 04:51:53', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=264', 0, 'portfolio', '', 0),
(266, 1, '2018-09-15 04:52:23', '2018-09-15 04:52:23', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'How to explain the ASIC inquiry to clients!', '', 'publish', 'closed', 'closed', '', 'how-to-explain-the-asic-inquiry-to-clients', '', '', '2018-09-15 04:52:23', '2018-09-15 04:52:23', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=266', 0, 'portfolio', '', 0),
(268, 1, '2018-09-15 04:52:55', '2018-09-15 04:52:55', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'How blockchain technology will impact mortgage broking?', '', 'publish', 'closed', 'closed', '', 'how-blockchain-technology-will-impact-the-mortgage-broking', '', '', '2018-09-15 04:52:55', '2018-09-15 04:52:55', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=268', 0, 'portfolio', '', 0),
(272, 1, '2018-09-15 04:55:37', '2018-09-15 04:55:37', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Ensuring your finances stay in the green', '', 'publish', 'closed', 'closed', '', 'ensuring-your-finances-stay-in-the-green', '', '', '2018-09-15 04:55:37', '2018-09-15 04:55:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=272', 0, 'portfolio', '', 0),
(275, 1, '2018-09-15 04:57:10', '2018-09-15 04:57:10', '[vc_row][vc_column offset=\"vc_col-lg-3 vc_col-md-3\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_heading text=\"Overview\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own, carefully selected as leaders in their respective fields whose outlook and approach to client care mirror our own high standards.[/vc_column_text][vc_column_text]It’s all part our commitment to provide Financial Expert clients with a complete support service for every stage of life – in other words, if we can’t give you the answers you’re looking for, then you can count on us to know someone who can.[/vc_column_text][vc_row_inner css=\".vc_custom_1537944570143{margin-bottom: 50px !important;padding-top: 10px !important;}\"][vc_column_inner][fr_video_popup video_image=\"561\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We are passionate about what we do and how we do it. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_column_text]There are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"560\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][fr_heading text=\"Strategy\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"17px\" margin_top=\"25px\"][vc_column_text]We all need a little help from our friends from time to time. Although we offer the one-stop convenience of an integrated range of legal, financial services under one roof, there are occasions when our clients need specialist advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partners who can bring additional skills to the table to complement our own.[/vc_column_text][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"3\"][fr_heading text=\"Desired Results\" font_size=\"24px\" font_size_md=\"24px\" font_size_sm=\"24px\" font_size_xs=\"24px\" font_weight=\"500\" text_color=\"#222222\" margin_bottom=\"25px\" margin_top=\"55px\"][vc_column_text]Experts offers the one-stop-shop convenience of integrated range of financial and legal services under one roof. We understand that our clients are not just the most important part of our business.[/vc_column_text][vc_single_image image=\"562\" img_size=\"full\" css=\".vc_custom_1537870734517{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537872121852{margin-top: 90px !important;background-color: #9cce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Planning your next financial investment', '', 'publish', 'closed', 'closed', '', 'planning-your-next-financial-investment', '', '', '2018-09-15 04:57:10', '2018-09-15 04:57:10', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=portfolio&amp;p=275', 0, 'portfolio', '', 0),
(287, 1, '2018-09-15 08:16:09', '2018-09-15 08:16:09', '', 'shutterstock_739242214', '', 'inherit', 'open', 'closed', '', 'shutterstock_739242214', '', '', '2018-09-15 08:16:09', '2018-09-15 08:16:09', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg', 0, 'attachment', 'image/jpeg', 0),
(323, 1, '2018-09-17 06:46:13', '2018-09-17 06:46:13', '', 'shutterstock_748643938', '', 'inherit', 'open', 'closed', '', 'shutterstock_748643938-2', '', '', '2018-09-17 06:46:13', '2018-09-17 06:46:13', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_748643938-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(324, 1, '2018-09-17 06:56:19', '2018-09-17 06:56:19', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-2\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1537168493627{padding-top: 100px !important;padding-bottom: 90px !important;}\"][vc_column][vc_row_inner][vc_column_inner][fr_service_grid style=\"style2\" order=\"ASC\" limit=\"4\" col_xs=\"1\" col_sm=\"2\" col_md=\"4\" col_lg=\"4\"][/vc_column_inner][/vc_row_inner][fr_button button_text=\"All Services\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" padding_right=\"40px\" padding_left=\"40px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537170302387{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}\"][vc_column width=\"1/2\"][vc_row_inner css=\".vc_custom_1544193134247{margin-bottom: 15px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout3.php\" title=\"Useful Process, Happy Clients &amp; Professional Solutions!\" subtitle=\"All About Us\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text el_class=\"f-16\"]Consultivo team ensure to provide best advice and products available in the whole market and we are efficient in our services.[/vc_column_text][/vc_column_inner][/vc_row_inner][fr_button button_text=\"More About Us\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fabout-us%2F|||\" button_style=\"btn-dark\" margin_bottom=\"30px\"][/vc_column][vc_column width=\"1/2\"][fr_video_popup video_image=\"354\" play_icon=\"150\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][vc_column css=\".vc_custom_1537179795161{padding-top: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Coffee Cups\" digit=\"1538\" number_start=\"0\" number_end=\"1538\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Satisfied Clients\" digit=\"2124\" number_start=\"0\" number_end=\"2124\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Finished Projects\" digit=\"3128\" number_start=\"0\" number_end=\"3128\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Working Hours\" digit=\"9534\" number_start=\"0\" number_end=\"9534\" separator=\",\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540525287189{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\" css=\".vc_custom_1544193348429{margin-bottom: 25px !important;}\"][fr_heading_layout title=\"Our Pricing Plans\" subtitle=\"Get Started Now\" text=\"Get started now with us to earn every day and forever in your business. We accept Investment from all over the world.\" title_color=\"#ffffff\" text_color=\"#ffffff\"][/vc_column][vc_column css=\".vc_custom_1536975905511{margin-bottom: -150px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity85\" css=\".vc_custom_1537525626769{padding-bottom: 100px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1537179528004{padding-top: 90px !important;}\"][vc_row_inner][vc_column_inner css=\".vc_custom_1544193542799{margin-bottom: 50px !important;}\"][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"We Are Here To Ease The Financial Obstacles!\" text=\"The choice is in your hands: Where do you go to get an advice and where you purchase products?!!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001566947{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#9acd2d\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services<br />\n\nand consulting to help you make the best technology.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001574508{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#9acd2d\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad<br />\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#9acd2d\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge<br />\n\nestablished thinking and drive transformation.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1537179537032{padding-top: 110px !important;}\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title=\"Get A Free Quote\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Case Studies\" subtitle=\"Our Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column][vc_column css=\".vc_custom_1544193702383{margin-top: 30px !important;}\"][fr_case_studies_carousel cms_template=\"fr_case_studies_carousel--layout1.php\" display_row=\"two\" limit=\"8\" img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"30\" loop=\"true\" autoplay=\"true\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column][vc_column css=\".vc_custom_1544193802776{padding-top: 30px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537002979174{background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]</p>\n\n', 'Home 2', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2018-09-17 06:56:19', '2018-09-17 06:56:19', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=324', 0, 'page', '', 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
(328, 1, '2018-09-17 07:00:09', '2018-09-17 07:00:09', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-3\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1536921132374{padding-top: 110px !important;padding-bottom: 90px !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Our Services\" subtitle=\"What We Do!\" text=\"When your people get up every day wanting to come to work, success happens, we help you to ensure everyone is in the right jobs.\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1544194040344{padding-top: 25px !important;}\"][vc_column_inner][fr_service_grid order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column_inner][/vc_row_inner][fr_button button_text=\"Get Started\" button_link=\"url:%23|||\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" padding_right=\"40px\" padding_left=\"40px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540525363897{padding-top: 130px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1544194182312{margin-bottom: 120px !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8\"][fr_heading_layout cms_template=\"fr_heading_layout--layout2.php\" title=\"Internal Accounting, Sales Data &amp; Market Economic Indicators\" subtitle=\"Profitable And Successful Investments\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1536916688239{margin-bottom: -150px !important;}\"][fr_video_popup video_image=\"149\" video_autoplay=\"true\" play_icon=\"150\" button_text=\"Watch Our Video!\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536917031051{padding-top: 230px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}\"][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Advice and guides\" description=\"Taking the time to manage your money better can really pay off. It can help you stay on top of your bills and save £1,000s each year.\" number=\"01\" subtitle=\"We are helpers\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Tools and calculators\" description=\"Use our Budget planner to keep on top of your spending, use our tool to work out what you have left after paying your most important bills.\" number=\"02\" subtitle=\"Quick &amp; smart\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Support in person\" description=\"Support in person, over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free and impartial money advice.\" number=\"03\" subtitle=\"Friendly support\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537776006480{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Meet Our Team\" subtitle=\"Our Experts\" text=\"We love what we do and we do it with passion. We value the experimentation, the reformation of the message, and the smart incentives.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544194399972{padding-top: 10px !important;}\"][fr_team_grid col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" loop=\"true\" autoplay=\"true\" teams=\"%5B%7B%22image%22%3A%22488%22%2C%22title%22%3A%22James%20Wane%22%2C%22occupation%22%3A%22Consultant%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22489%22%2C%22title%22%3A%22John%20Tommy%22%2C%22occupation%22%3A%22Marketing%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22490%22%2C%22title%22%3A%22Marko%20Smith%22%2C%22occupation%22%3A%22Cheif%20Officer%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity5\" css=\".vc_custom_1540525375826{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\" css=\".vc_custom_1544194563303{margin-bottom: 20px !important;}\"][fr_heading_layout title=\"Our Pricing Plans\" subtitle=\"Get Started Now\" text=\"Get started now with us to earn every day and forever in your business. We accept Investment from all over the world.\" title_color=\"#ffffff\" text_color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1536975905511{margin-bottom: -150px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544194679469{padding-top: 20px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][fr_googlemap api=\"AIzaSyA9YKb-KmokX_b8Ea6hKRVpKhdtjIXq3h8\" markercoordinate=\"40.712776, -74.005974\" markericon=\"682\" height=\"500px\"][/fr_googlemap][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537514614306{padding-top: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1544194802698{margin-bottom: 20px !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Get in touch\" subtitle=\"Have A Question?\" text=\"We understand the importance of approaching each work integrally and believe in the power of simple and easy communication.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][fr_contact_form cms_template=\"fr_contact_form--layout2.php\" id=\"842\"][/vc_column][/vc_row]</p>\n\n', 'Home 3', '', 'publish', 'closed', 'closed', '', 'home-3', '', '', '2018-09-17 07:00:09', '2018-09-17 07:00:09', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=328', 0, 'page', '', 0),
(330, 1, '2018-09-17 07:00:30', '2018-09-17 07:00:30', '[vc_row][vc_column][rev_slider_vc alias=\"home-4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1537521271043{padding-top: 90px !important;padding-bottom: 70px !important;}\"][vc_column offset=\"vc_col-lg-7 vc_col-md-8\"][fr_heading text=\"Are You Looking For A\n\nProfessional Business Consultant?\" font_size=\"36px\" font_size_md=\"36px\" font_size_sm=\"30px\" font_size_xs=\"30px\" line_height=\"1.2\" line_height_md=\"1.2\" description=\"Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.\" des_font_weight=\"400\" description_font_size=\"16px\" description_margin=\"30px\"][vc_column_text]Consultivo team ensure to provide best advice and products available in the whole market and we are efficient in our services. They keep an eye on provider\'s to find best solution at a time![/vc_column_text][fr_button button_text=\"Explore My Services\" button_link=\"url:%23|||\" button_style=\"btn-dark\"][/vc_column][vc_column css=\".vc_custom_1537525777852{margin-top: -192px !important;}\" offset=\"vc_col-lg-offset-1 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4\"][fr_contact_form id=\"119\" title=\"Get a Free Quote\" form_bg=\"#a0d233\"][/vc_column][/vc_row][vc_row cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity5\" css=\".vc_custom_1537525511051{padding-top: 180px !important;padding-bottom: 180px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739241947.jpg?id=149) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8\" css=\".vc_custom_1544195106085{margin-bottom: 50px !important;}\"][fr_heading_layout cms_template=\"fr_heading_layout--layout2.php\" title=\"Internal Accounting, Sales Data &amp; Market Economic Indicators\" subtitle=\"Profitable And Successful Investments\"][/vc_column_inner][/vc_row_inner][fr_video_popup popup_style=\"video-no-image\" video_autoplay=\"true\" play_icon=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1537519884071{padding-top: 80px !important;padding-bottom: 40px !important;}\"][vc_column][fr_service_grid style=\"style2\" order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Case Studies\" subtitle=\"My Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544195265255{margin-top: 5px !important;}\"][fr_case_studies_carousel display_row=\"two\" limit=\"8\" img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" loop=\"true\" autoplay=\"true\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544195345833{margin-top: 20px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537002979174{background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Home 4', '', 'publish', 'closed', 'closed', '', 'home-4', '', '', '2018-09-17 07:00:30', '2018-09-17 07:00:30', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=330', 0, 'page', '', 0),
(344, 1, '2018-09-17 07:35:59', '2018-09-17 07:35:59', '', 'shutterstock_720827587', '', 'inherit', 'open', 'closed', '', 'shutterstock_720827587', '', '', '2018-09-17 07:35:59', '2018-09-17 07:35:59', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_720827587.jpg', 0, 'attachment', 'image/jpeg', 0),
(354, 1, '2018-09-17 07:55:36', '2018-09-17 07:55:36', '', 'video-gb', '', 'inherit', 'open', 'closed', '', 'video-gb', '', '', '2018-09-17 07:55:36', '2018-09-17 07:55:36', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/video-gb.png', 0, 'attachment', 'image/png', 0),
(364, 1, '2018-09-17 09:30:08', '2018-09-17 09:30:08', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][tel* phone placeholder \"Phone\"][select* plan \"Strategy & Planning\" \"Plan 1\" \"Plan 2\"][textarea your-message placeholder \"Request\"][submit \"Submit Request\"]\n1\nconsultivo \"[your-subject]\"\n[your-name] <wordpress@dev.joomexp.com>\nadmin@admin.com\nFrom: [your-name] <[your-email]>\n\nSubject: [your-subject]\n\n\n\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on consultivo (http://ordneco.foach.site)\nReply-To: [your-email]\n\n\n\n\nconsultivo \"[your-subject]\"\nconsultivo <wordpress@dev.joomexp.com>\n[your-email]\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on consultivo (http://ordneco.foach.site)\nReply-To: admin@admin.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Strategy & Planning', '', 'publish', 'closed', 'closed', '', 'untitled-2', '', '', '2018-09-17 09:30:08', '2018-09-17 09:30:08', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=wpcf7_contact_form&amp;p=364', 0, 'wpcf7_contact_form', '', 0),
(378, 1, '2018-09-21 06:39:17', '2018-09-21 06:39:17', '', 'shutterstock_744003397', '', 'inherit', 'open', 'closed', '', 'shutterstock_744003397', '', '', '2018-09-21 06:39:17', '2018-09-21 06:39:17', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003397.jpg', 0, 'attachment', 'image/jpeg', 0),
(394, 1, '2018-09-21 08:04:28', '2018-09-21 08:04:28', '', 'shutterstock_562748479', '', 'inherit', 'open', 'closed', '', 'shutterstock_562748479', '', '', '2018-09-21 08:04:28', '2018-09-21 08:04:28', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_562748479.jpg', 0, 'attachment', 'image/jpeg', 0),
(441, 1, '2018-09-24 00:40:57', '2018-09-24 00:40:57', '[vc_row css=\".vc_custom_1537750097145{padding-bottom: 90px !important;}\"][vc_column][fr_service_grid style=\"style2\" order=\"ASC\" limit=\"4\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"4\"][fr_button button_text=\"Get Started\" button_link=\"url:%23|||\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" padding_right=\"40px\" padding_left=\"40px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1540267463038{padding-top: 110px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}\"][vc_column width=\"1/2\"][vc_row_inner css=\".vc_custom_1544176425801{margin-bottom: 20px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout3.php\" subtitle=\"All About Us\" title=\"Useful Process, Happy Clients\n\n&amp; Professional Solutions!\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1544176530843{margin-bottom: -10px !important;}\"][vc_column_text]Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]Consultivo team ensure to provide best advice and products available in the whole market and we are efficient in our services.[/vc_column_text][/vc_column_inner][/vc_row_inner][fr_button button_text=\"More About Us\" button_link=\"url:%23|||\" button_style=\"btn-dark\" margin_bottom=\"30px\"][/vc_column][vc_column width=\"1/2\"][fr_video_popup video_image=\"354\" play_icon=\"150\"][/vc_column][vc_column css=\".vc_custom_1540267386119{padding-top: 32px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Coffee Cups\" digit=\"1538\" number_start=\"0\" number_end=\"1538\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Satisfied Clients\" digit=\"2124\" number_start=\"0\" number_end=\"2124\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Finished Projects\" digit=\"3128\" number_start=\"0\" number_end=\"3128\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Working Hours\" digit=\"9534\" number_start=\"0\" number_end=\"9534\" separator=\",\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540267676215{padding-top: 130px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1544195738716{margin-bottom: 120px !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8\"][fr_heading_layout cms_template=\"fr_heading_layout--layout2.php\" title=\"Internal Accounting, Sales Data &amp; Market Economic Indicators\" subtitle=\"Profitable And Successful Investments\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1536916688239{margin-bottom: -150px !important;}\"][fr_video_popup video_image=\"149\" video_autoplay=\"true\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536917031051{padding-top: 230px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}\"][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Advice and guides\" description=\"Taking the time to manage your money better can really pay off. It can help you stay on top of your bills and save £1,000s each year.\" number=\"01\" subtitle=\"We are helpers\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Tools and calculators\" description=\"Use our Budget planner to keep on top of your spending, use our tool to work out what you have left after paying your most important bills.\" number=\"02\" subtitle=\"Quick &amp; smart\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Support in person\" description=\"Support in person, over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free and impartial money advice.\" number=\"03\" subtitle=\"Friendly support\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1540268304998{padding-top: 110px !important;padding-bottom: 50px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Meet Our Team\" subtitle=\"Our Experts\" text=\"We love what we do and we do it with passion. We value the experimentation, the reformation of the message, and the smart incentives.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544195853952{margin-top: 10px !important;}\"][fr_team_grid col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" loop=\"true\" autoplay=\"true\" teams=\"%5B%7B%22image%22%3A%22490%22%2C%22title%22%3A%22James%20Wane%22%2C%22occupation%22%3A%22Consultant%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22489%22%2C%22title%22%3A%22John%20Tommy%22%2C%22occupation%22%3A%22Marketing%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22488%22%2C%22title%22%3A%22Marko%20Smith%22%2C%22occupation%22%3A%22Cheif%20Officer%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1537088901039{background-color: #1b1a1a !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1540268403861{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row_inner][vc_column_inner css=\".vc_custom_1544195934806{margin-bottom: 50px !important;}\"][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"We Are Here To Ease The Financial Obstacles!\" text=\"The choice is in your hands: Where do you go to get an advice\nand where you purchase products?!!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001566947{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#ffffff\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services\n\nand consulting to help you make the best technology.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001574508{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#ffffff\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#ffffff\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge\n\nestablished thinking and drive transformation.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" cms_column_class=\"column-stretch-right\" css=\".vc_custom_1537089454741{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_hidden-xs\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537002979174{background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537750611971{padding-top: 110px !important;padding-bottom: 10px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544196131243{margin-top: 20px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row]', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2018-09-24 00:40:57', '2018-09-24 00:40:57', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=441', 0, 'page', '', 0),
(442, 1, '2018-09-24 00:40:39', '2018-09-24 00:40:39', '', 'Layer 694', '', 'inherit', 'open', 'closed', '', 'layer-694', '', '', '2018-09-24 00:40:39', '2018-09-24 00:40:39', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-694.jpg', 0, 'attachment', 'image/jpeg', 0),
(455, 1, '2018-09-24 01:10:43', '2018-09-24 01:10:43', '[vc_row css=\".vc_custom_1540269459491{padding-top: 20px !important;padding-bottom: 80px !important;}\"][vc_column][fr_team_grid col_xs=\"1\" col_sm=\"3\" col_md=\"3\" col_lg=\"3\" loop=\"true\" autoplay=\"true\" teams=\"%5B%7B%22image%22%3A%22488%22%2C%22title%22%3A%22James%20Wane%22%2C%22occupation%22%3A%22Consultant%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22489%22%2C%22title%22%3A%22John%20Tommy%22%2C%22occupation%22%3A%22Marketing%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22490%22%2C%22title%22%3A%22Marko%20Smith%22%2C%22occupation%22%3A%22Cheif%20Officer%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22493%22%2C%22title%22%3A%22Martin%20Hope%22%2C%22occupation%22%3A%22Managment%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22492%22%2C%22title%22%3A%22Jennifer%20Tom%22%2C%22occupation%22%3A%22Planning%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22491%22%2C%22title%22%3A%22John%20Peter%22%2C%22occupation%22%3A%22Customer%20Services%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%5D\" animation=\"tada\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity85\" css=\".vc_custom_1537525626769{padding-bottom: 100px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1537179528004{padding-top: 90px !important;}\"][vc_row_inner css=\".vc_custom_1544196266996{margin-bottom: 50px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" title=\"We Are Here To Ease\n\nThe Financial Obstacles!\" text=\"The choice is in your hands: Where do you go to get an advice\nand where you purchase products?!!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001566947{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#9acd2d\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services\n\nand consulting to help you make the best technology.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001574508{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#9acd2d\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#9acd2d\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge\n\nestablished thinking and drive transformation.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1537179537032{padding-top: 110px !important;}\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title=\"Get A Free Quote\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544196387716{margin-top: 20px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537002979174{background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Our Team', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2018-09-24 01:10:43', '2018-09-24 01:10:43', '', 441, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=455', 0, 'page', '', 0),
(457, 1, '2018-09-24 01:11:51', '2018-09-24 01:11:51', '', 'Layer 1366', '', 'inherit', 'open', 'closed', '', 'layer-1366', '', '', '2018-09-24 01:11:51', '2018-09-24 01:11:51', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1366.jpg', 0, 'attachment', 'image/jpeg', 0),
(460, 1, '2018-09-24 01:33:25', '2018-09-24 01:33:25', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1537753242758{padding-top: 100px !important;padding-bottom: 110px !important;}\"][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Advice and guides\" description=\"Taking the time to manage your money better can really pay off. It can help you stay on top of your bills and save £1,000s each year.\" number=\"01\" subtitle=\"We are helpers\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Tools and calculators\" description=\"Use our Budget planner to keep on top of your spending, use our tool to work out what you have left after paying your most important bills.\" number=\"02\" subtitle=\"Quick &amp; smart\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Support in person\" description=\"Support in person, over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free and impartial money advice.\" number=\"03\" subtitle=\"Friendly support\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity2\" css=\".vc_custom_1540281333871{padding-top: 104px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\" css=\".vc_custom_1544197197880{margin-bottom: 20px !important;}\"][fr_heading_layout title=\"Our Pricing Plans\" subtitle=\"Get Started Now\" text=\"Get started now with us to earn every day and forever in your business. We accept Investment from all over the world.\" title_color=\"#ffffff\" text_color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1536975905511{margin-bottom: -150px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1540281359656{padding-top: 104px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544197277285{margin-top: 20px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537002979174{background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Pricing', '', 'publish', 'closed', 'closed', '', 'pricing', '', '', '2018-09-24 01:33:25', '2018-09-24 01:33:25', '', 463, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=460', 0, 'page', '', 0),
(462, 1, '2018-09-24 01:34:29', '2018-09-24 01:34:29', '', 'Layer 714', '', 'inherit', 'open', 'closed', '', 'layer-714', '', '', '2018-09-24 01:34:29', '2018-09-24 01:34:29', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-714.jpg', 0, 'attachment', 'image/jpeg', 0),
(463, 1, '2018-09-24 01:35:35', '2018-09-24 01:35:35', '[vc_row css=\".vc_custom_1537755082456{padding-bottom: 60px !important;}\"][vc_column][fr_service_grid order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity85\" css=\".vc_custom_1537525626769{padding-bottom: 100px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1537179528004{padding-top: 90px !important;}\"][vc_row_inner css=\".vc_custom_1544196771482{margin-bottom: 50px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" title=\"We Are Here To Ease\n\nThe Financial Obstacles!\" text=\"The choice is in your hands: Where do you go to get an advice\nand where you purchase products?!!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001566947{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#9acd2d\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services\n\nand consulting to help you make the best technology.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001574508{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#9acd2d\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#9acd2d\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge\n\nestablished thinking and drive transformation.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1537179537032{padding-top: 110px !important;}\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title=\"Get A Free Quote\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Case Studies\" subtitle=\"Our Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544196886573{margin-top: 20px !important;}\"][fr_case_studies_carousel cms_template=\"fr_case_studies_carousel--layout1.php\" display_row=\"two\" limit=\"8\" img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" loop=\"true\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536981678612{padding-top: 110px !important;padding-bottom: 110px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News &amp; Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1544196982764{margin-top: 20px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537002979174{background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Our Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2018-09-24 01:35:35', '2018-09-24 01:35:35', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=463', 0, 'page', '', 0),
(465, 1, '2018-09-24 01:35:52', '2018-09-24 01:35:52', '[vc_row][vc_column][fr_case_studies_grid col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" custom_column=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Case Studies', '', 'publish', 'closed', 'closed', '', 'case-studies', '', '', '2018-09-24 01:35:52', '2018-09-24 01:35:52', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=465', 0, 'page', '', 0),
(480, 1, '2018-09-24 02:13:24', '2018-09-24 02:13:24', '', 'Layer 706', '', 'inherit', 'open', 'closed', '', 'layer-706', '', '', '2018-09-24 02:13:24', '2018-09-24 02:13:24', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-706.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
(481, 1, '2018-09-24 02:18:28', '2018-09-24 02:18:28', '[vc_row css=\".vc_custom_1537756022655{padding-bottom: 90px !important;}\"][vc_column][fr_service_grid style=\"style2\" limit=\"4\" col_xs=\"1\" col_sm=\"2\" col_md=\"4\" col_lg=\"4\"][fr_button button_text=\"All Services\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" padding_right=\"40px\" padding_left=\"40px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity85\" css=\".vc_custom_1537525626769{padding-bottom: 100px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1537179528004{padding-top: 90px !important;}\"][vc_row_inner css=\".vc_custom_1544198476223{margin-bottom: 50px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" title=\"We Are Here To Ease\n\nThe Financial Obstacles!\" text=\"The choice is in your hands: Where do you go to get an advice\nand where you purchase products?!!\" animation=\"slideInDown\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001566947{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#9acd2d\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services\n\nand consulting to help you make the best technology.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001574508{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#9acd2d\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#9acd2d\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge\n\nestablished thinking and drive transformation.\" animation=\"slideInDown\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1537179537032{padding-top: 110px !important;}\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title=\"Get A Free Quote\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537756093853{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row]', 'Consultation', '', 'publish', 'closed', 'closed', '', 'consultation', '', '', '2018-09-24 02:18:28', '2018-09-24 02:18:28', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=481', 0, 'page', '', 0),
(488, 1, '2018-09-24 06:40:08', '2018-09-24 06:40:08', '', 'Layer 1362', '', 'inherit', 'open', 'closed', '', 'layer-1362', '', '', '2018-09-24 06:40:08', '2018-09-24 06:40:08', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1362.jpg', 0, 'attachment', 'image/jpeg', 0),
(489, 1, '2018-09-24 06:40:09', '2018-09-24 06:40:09', '', 'Layer 1363', '', 'inherit', 'open', 'closed', '', 'layer-1363', '', '', '2018-09-24 06:40:09', '2018-09-24 06:40:09', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1363.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 1, '2018-09-24 06:40:10', '2018-09-24 06:40:10', '', 'Layer 1364', '', 'inherit', 'open', 'closed', '', 'layer-1364', '', '', '2018-09-24 06:40:10', '2018-09-24 06:40:10', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1364.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 1, '2018-09-24 06:40:10', '2018-09-24 06:40:10', '', 'Layer 1367', '', 'inherit', 'open', 'closed', '', 'layer-1367', '', '', '2018-09-24 06:40:10', '2018-09-24 06:40:10', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1367.jpg', 0, 'attachment', 'image/jpeg', 0),
(492, 1, '2018-09-24 06:40:11', '2018-09-24 06:40:11', '', 'Layer 1368', '', 'inherit', 'open', 'closed', '', 'layer-1368', '', '', '2018-09-24 06:40:11', '2018-09-24 06:40:11', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1368.jpg', 0, 'attachment', 'image/jpeg', 0),
(493, 1, '2018-09-24 06:40:12', '2018-09-24 06:40:12', '', 'Layer 1369', '', 'inherit', 'open', 'closed', '', 'layer-1369', '', '', '2018-09-24 06:40:12', '2018-09-24 06:40:12', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1369.jpg', 0, 'attachment', 'image/jpeg', 0),
(503, 1, '2018-09-24 07:42:50', '2018-09-24 07:42:50', '[vc_row][vc_column][fr_gallery_grid img_size=\"full\" group_images=\"%5B%7B%22title%22%3A%22Our%20Office%22%2C%22images%22%3A%22525%2C524%2C526%22%7D%2C%7B%22title%22%3A%22Play%20Room%22%2C%22images%22%3A%22529%2C528%2C527%22%7D%2C%7B%22title%22%3A%22Workspaces%22%2C%22images%22%3A%22530%2C532%2C531%22%7D%5D\"][/vc_column][/vc_row]', 'Our Gallery', '', 'publish', 'closed', 'closed', '', 'our-gallery', '', '', '2018-09-24 07:42:50', '2018-09-24 07:42:50', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=503', 0, 'page', '', 0),
(504, 1, '2018-09-24 07:38:32', '2018-09-24 07:38:32', '', 'Layer 1371', '', 'inherit', 'open', 'closed', '', 'layer-1371', '', '', '2018-09-24 07:38:32', '2018-09-24 07:38:32', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1371.jpg', 0, 'attachment', 'image/jpeg', 0),
(506, 1, '2018-09-24 07:52:07', '2018-09-24 07:52:07', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1537776245812{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Get in touch\" subtitle=\"Have A Question?\" text=\"We understand the importance of approaching each work integrally and believe in the power of simple and easy communication.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1537776269969{margin-bottom: 90px !important;}\"][vc_column css=\".vc_custom_1544196531042{padding-top: 20px !important;}\"][fr_contact_form cms_template=\"fr_contact_form--layout2.php\" id=\"842\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1540277170806{margin-bottom: 85px !important;}\"][vc_column][fr_googlemap api=\"AIzaSyA9YKb-KmokX_b8Ea6hKRVpKhdtjIXq3h8\" coordinate=\"40.712776, -74.005974\" markercoordinate=\"40.712776, -74.005974\" markericon=\"682\" height=\"500px\"][/fr_googlemap][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][fr_heading text=\"Our Address\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" description=\"Alnahas Building, 2 AlBahr St, Tanta\n\nAlGharbia, Egypt.\" description_margin=\"16px\" margin_bottom=\"20px\"][fr_heading text=\"Directions\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"14px\" font_size_md=\"14px\" font_size_sm=\"14px\" font_size_xs=\"14px\" font_weight=\"700\" text_color=\"#98cb2b\"][/vc_column][vc_column width=\"1/3\"][fr_heading text=\"Contact Info\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" description=\"Main Email : Consultivo@7oroof.com\n\nPhone: 02 01062170701\" description_margin=\"16px\" margin_bottom=\"20px\"][fr_heading text=\"Send a Message\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"14px\" font_size_md=\"14px\" font_size_sm=\"14px\" font_size_xs=\"14px\" font_weight=\"700\" text_color=\"#98cb2b\"][/vc_column][vc_column width=\"1/3\"][fr_heading text=\"Our Support\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"18px\" font_size_md=\"18px\" font_size_sm=\"18px\" font_size_xs=\"18px\" text_color=\"#222222\" description=\"Main Support : Consultivo@7oroof.com\n\nSales : Sales@7oroof.com\" description_margin=\"16px\" margin_bottom=\"20px\"][fr_heading text=\"Open a Ticket\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"14px\" font_size_md=\"14px\" font_size_sm=\"14px\" font_size_xs=\"14px\" font_weight=\"700\" text_color=\"#98cb2b\"][/vc_column][/vc_row]', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2018-09-24 07:52:07', '2018-09-24 07:52:07', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=506', 0, 'page', '', 0),
(508, 1, '2018-09-24 07:53:28', '2018-09-24 07:53:28', '[vc_row css=\".vc_custom_1540278287253{margin-bottom: 180px !important;}\"][vc_column offset=\"vc_col-lg-3 vc_col-md-3\" css=\".vc_custom_1537858277366{margin-bottom: 30px !important;}\"][fr_list_service][fr_file_download file=\"540\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20have%20to%20commit%20to%20a%20contract%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20if%20I%20pick%20the%20wrong%20plan%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Any%20contracts%20or%20commitments%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20are%20my%20payment%20options%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22How%20does%20the%20free%20trial%20work%3F%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22When%20should%20I%20receive%20my%20money%3F%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22How%20do%20I%20cancel%20my%20transaction%3F%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Why%20does%20my%20transaction%20take%20so%20long%3F%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Can%20I%20pay%20for%2012%20months%20in%20advance%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22If%20I%20have%20questions%2C%20where%20can%20I%20find%20answers%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22What%20happens%20to%20my%20data%20if%20I%20cancel%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%2C%7B%22ac_title%22%3A%22Is%20my%20data%20safe%3F%20%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"1\"][/vc_column][/vc_row]', 'Frequently Asked Questions', '', 'publish', 'closed', 'closed', '', 'faqs', '', '', '2018-09-24 07:53:28', '2018-09-24 07:53:28', '', 441, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=508', 0, 'page', '', 0),
(509, 1, '2018-09-24 07:53:21', '2018-09-24 07:53:21', '', 'Layer 1387', '', 'inherit', 'open', 'closed', '', 'layer-1387', '', '', '2018-09-24 07:53:21', '2018-09-24 07:53:21', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1387.jpg', 0, 'attachment', 'image/jpeg', 0),
(524, 1, '2018-09-24 08:54:55', '2018-09-24 08:54:55', '', 'Image Container', '', 'inherit', 'open', 'closed', '', 'image-container', '', '', '2018-09-24 08:54:55', '2018-09-24 08:54:55', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Image-Container.jpg', 0, 'attachment', 'image/jpeg', 0),
(525, 1, '2018-09-24 08:54:56', '2018-09-24 08:54:56', '', 'Layer 1383', '', 'inherit', 'open', 'closed', '', 'layer-1383', '', '', '2018-09-24 08:54:56', '2018-09-24 08:54:56', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1383.jpg', 0, 'attachment', 'image/jpeg', 0),
(526, 1, '2018-09-24 08:54:57', '2018-09-24 08:54:57', '', 'Layer 1385', '', 'inherit', 'open', 'closed', '', 'layer-1385', '', '', '2018-09-24 08:54:57', '2018-09-24 08:54:57', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1385.jpg', 0, 'attachment', 'image/jpeg', 0),
(527, 1, '2018-09-24 08:54:57', '2018-09-24 08:54:57', '', 'Layer 1386', '', 'inherit', 'open', 'closed', '', 'layer-1386', '', '', '2018-09-24 08:54:57', '2018-09-24 08:54:57', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1386.jpg', 0, 'attachment', 'image/jpeg', 0),
(528, 1, '2018-09-24 08:54:58', '2018-09-24 08:54:58', '', 'Layer 1387', '', 'inherit', 'open', 'closed', '', 'layer-1387-2', '', '', '2018-09-24 08:54:58', '2018-09-24 08:54:58', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1387-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(529, 1, '2018-09-24 08:54:59', '2018-09-24 08:54:59', '', 'Layer 1388', '', 'inherit', 'open', 'closed', '', 'layer-1388', '', '', '2018-09-24 08:54:59', '2018-09-24 08:54:59', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1388.jpg', 0, 'attachment', 'image/jpeg', 0),
(530, 1, '2018-09-24 08:55:00', '2018-09-24 08:55:00', '', 'Layer 1389', '', 'inherit', 'open', 'closed', '', 'layer-1389', '', '', '2018-09-24 08:55:00', '2018-09-24 08:55:00', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1389.jpg', 0, 'attachment', 'image/jpeg', 0),
(531, 1, '2018-09-24 08:55:00', '2018-09-24 08:55:00', '', 'Layer 1390', '', 'inherit', 'open', 'closed', '', 'layer-1390', '', '', '2018-09-24 08:55:00', '2018-09-24 08:55:00', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1390.jpg', 0, 'attachment', 'image/jpeg', 0),
(532, 1, '2018-09-24 08:55:01', '2018-09-24 08:55:01', '', 'Layer 1391', '', 'inherit', 'open', 'closed', '', 'layer-1391', '', '', '2018-09-24 08:55:01', '2018-09-24 08:55:01', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-1391.jpg', 0, 'attachment', 'image/jpeg', 0),
(540, 1, '2018-09-24 10:52:15', '2018-09-24 10:52:15', '', 'consultivo', '', 'inherit', 'open', 'closed', '', 'consultivo', '', '', '2018-09-24 10:52:15', '2018-09-24 10:52:15', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/consultivo.pdf', 0, 'attachment', 'application/pdf', 0),
(560, 1, '2018-09-25 10:08:19', '2018-09-25 10:08:19', '', 'Chart', '', 'inherit', 'open', 'closed', '', 'chart', '', '', '2018-09-25 10:08:19', '2018-09-25 10:08:19', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Chart.png', 0, 'attachment', 'image/png', 0),
(561, 1, '2018-09-25 10:11:16', '2018-09-25 10:11:16', '', 'Video', '', 'inherit', 'open', 'closed', '', 'video', '', '', '2018-09-25 10:11:16', '2018-09-25 10:11:16', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Video.jpg', 0, 'attachment', 'image/jpeg', 0),
(562, 1, '2018-09-25 10:17:26', '2018-09-25 10:17:26', '', 'Chart Card', '', 'inherit', 'open', 'closed', '', 'chart-card', '', '', '2018-09-25 10:17:26', '2018-09-25 10:17:26', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Chart-Card.png', 0, 'attachment', 'image/png', 0),
(580, 1, '2018-09-26 08:31:38', '2018-09-26 08:31:38', '[vc_row][vc_column][fr_case_studies_grid order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" custom_column=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Case Studies Standard', '', 'publish', 'closed', 'closed', '', 'case-studies-standard', '', '', '2018-09-26 08:31:38', '2018-09-26 08:31:38', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=580', 0, 'page', '', 0),
(581, 1, '2018-09-26 08:31:31', '2018-09-26 08:31:31', '', 'Layer 784', '', 'inherit', 'open', 'closed', '', 'layer-784', '', '', '2018-09-26 08:31:31', '2018-09-26 08:31:31', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-784.jpg', 0, 'attachment', 'image/jpeg', 0),
(583, 1, '2018-09-26 08:32:21', '2018-09-26 08:32:21', '[vc_row][vc_column][fr_case_studies_grid cms_template=\"fr_case_studies_grid--layout1.php\" order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" custom_column=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1537950577592{margin-top: 60px !important;background-color: #a0d233 !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'Case Studies Grid', '', 'publish', 'closed', 'closed', '', 'case-studies-grid', '', '', '2018-09-26 08:32:21', '2018-09-26 08:32:21', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=583', 0, 'page', '', 0),
(589, 1, '2018-09-26 08:41:08', '2018-09-26 08:41:08', '[vc_row][vc_column][fr_blog_grid col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row]', 'Blog Grid', '', 'publish', 'closed', 'closed', '', 'blog-grid', '', '', '2018-09-26 08:41:08', '2018-09-26 08:41:08', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=589', 0, 'page', '', 0),
(601, 1, '2018-09-26 09:32:16', '2018-09-26 09:32:16', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2018-09-26 09:32:16', '2018-09-26 09:32:16', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/shop/', 0, 'page', '', 0),
(602, 1, '2018-09-26 09:32:16', '2018-09-26 09:32:16', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2018-09-26 09:32:16', '2018-09-26 09:32:16', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/cart/', 0, 'page', '', 0),
(603, 1, '2018-09-26 09:32:16', '2018-09-26 09:32:16', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2018-09-26 09:32:16', '2018-09-26 09:32:16', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/checkout/', 0, 'page', '', 0),
(604, 1, '2018-09-26 09:32:16', '2018-09-26 09:32:16', '[woocommerce_my_account]', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2018-09-26 09:32:16', '2018-09-26 09:32:16', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/my-account/', 0, 'page', '', 0),
(609, 1, '2018-09-26 09:38:31', '2018-09-26 09:38:31', '', 'Layer 826', '', 'inherit', 'open', 'closed', '', 'layer-826', '', '', '2018-09-26 09:38:31', '2018-09-26 09:38:31', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Layer-826.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2018-09-26 09:51:41', '2018-09-26 09:51:41', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Getting to Know SEO', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'getting-to-know-seo', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=611', 0, 'product', '', 0),
(612, 1, '2018-09-26 09:48:57', '2018-09-26 09:48:57', '', '2d5e6e54f58d5733c0486faec8a8f6d0', '', 'inherit', 'open', 'closed', '', '2d5e6e54f58d5733c0486faec8a8f6d0', '', '', '2018-09-26 09:48:57', '2018-09-26 09:48:57', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/2d5e6e54f58d5733c0486faec8a8f6d0.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 1, '2018-09-26 09:48:58', '2018-09-26 09:48:58', '', '49 Quick Ways to Market Your Business for Free', '', 'inherit', 'open', 'closed', '', '49-quick-ways-to-market-your-business-for-free', '', '', '2018-09-26 09:48:58', '2018-09-26 09:48:58', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/49-Quick-Ways-to-Market-Your-Business-for-Free.jpg', 0, 'attachment', 'image/jpeg', 0),
(615, 1, '2018-09-26 09:48:59', '2018-09-26 09:48:59', '', 'Big Data, Analytics, and the Future of Marketing & Sales', '', 'inherit', 'open', 'closed', '', 'big-data-analytics-and-the-future-of-marketing-sales', '', '', '2018-09-26 09:48:59', '2018-09-26 09:48:59', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Big-Data-Analytics-and-the-Future-of-Marketing-Sales.jpg', 0, 'attachment', 'image/jpeg', 0),
(617, 1, '2018-09-26 09:49:01', '2018-09-26 09:49:01', '', 'Do It! Marketing', '', 'inherit', 'open', 'closed', '', 'do-it-marketing', '', '', '2018-09-26 09:49:01', '2018-09-26 09:49:01', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Do-It-Marketing.jpg', 0, 'attachment', 'image/jpeg', 0),
(618, 1, '2018-09-26 09:49:02', '2018-09-26 09:49:02', '', 'Getting_to_Know_SEO_Andre_Kibbe', '', 'inherit', 'open', 'closed', '', 'getting_to_know_seo_andre_kibbe', '', '', '2018-09-26 09:49:02', '2018-09-26 09:49:02', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Getting_to_Know_SEO_Andre_Kibbe.jpg', 0, 'attachment', 'image/jpeg', 0),
(619, 1, '2018-09-26 09:49:03', '2018-09-26 09:49:03', '', 'Hooked How to Build Habit-Forming Products', '', 'inherit', 'open', 'closed', '', 'hooked-how-to-build-habit-forming-products', '', '', '2018-09-26 09:49:03', '2018-09-26 09:49:03', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Hooked-How-to-Build-Habit-Forming-Products.jpg', 0, 'attachment', 'image/jpeg', 0),
(620, 1, '2018-09-26 09:49:04', '2018-09-26 09:49:04', '', 'How Brands Grow', '', 'inherit', 'open', 'closed', '', 'how-brands-grow', '', '', '2018-09-26 09:49:04', '2018-09-26 09:49:04', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/How-Brands-Grow.jpg', 0, 'attachment', 'image/jpeg', 0),
(621, 1, '2018-09-26 09:49:05', '2018-09-26 09:49:05', '', 'Marketing Analytics', '', 'inherit', 'open', 'closed', '', 'marketing-analytics', '', '', '2018-09-26 09:49:05', '2018-09-26 09:49:05', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Marketing-Analytics.jpg', 0, 'attachment', 'image/jpeg', 0),
(622, 1, '2018-09-26 09:49:06', '2018-09-26 09:49:06', '', 'Personal-Branding-Cover-Picture', '', 'inherit', 'open', 'closed', '', 'personal-branding-cover-picture', '', '', '2018-09-26 09:49:06', '2018-09-26 09:49:06', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/Personal-Branding-Cover-Picture.png', 0, 'attachment', 'image/png', 0),
(626, 1, '2018-09-26 09:49:10', '2018-09-26 09:49:10', '', 'SEO_2013_And_Beyond_Dr_Andy_Williams5346', '', 'inherit', 'open', 'closed', '', 'seo_2013_and_beyond_dr_andy_williams5346', '', '', '2018-09-26 09:49:10', '2018-09-26 09:49:10', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/SEO_2013_And_Beyond_Dr_Andy_Williams5346.jpg', 0, 'attachment', 'image/jpeg', 0),
(627, 1, '2018-09-26 09:53:08', '2018-09-26 09:53:08', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Do It Marketing', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'do-it-marketing', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=627', 0, 'product', '', 0),
(628, 1, '2018-09-26 09:53:49', '2018-09-26 09:53:49', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Marketing', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'marketing', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=628', 0, 'product', '', 0),
(629, 1, '2018-09-26 09:54:21', '2018-09-26 09:54:21', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Build Blog Business', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'build-blog-business', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=629', 0, 'product', '', 0),
(630, 1, '2018-09-26 09:55:00', '2018-09-26 09:55:00', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'How to Build Habit Forming Products', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'how-to-build-habit-forming-products', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=630', 0, 'product', '', 0),
(631, 1, '2018-09-26 09:56:41', '2018-09-26 09:56:41', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'SEO and Beyond', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'seo-and-beyond', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=631', 0, 'product', '', 0),
(632, 1, '2018-09-26 09:57:17', '2018-09-26 09:57:17', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Marketing Analytics', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'marketing-analytics', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=632', 0, 'product', '', 0),
(633, 1, '2018-09-26 09:57:56', '2018-09-26 09:57:56', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Build Blog Business', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'build-blog-business-2', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=633', 0, 'product', '', 0),
(634, 1, '2018-09-26 09:58:32', '2018-09-26 09:58:32', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Marketing Theory', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'marketing-theory', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=634', 0, 'product', '', 0),
(635, 1, '2018-09-26 09:59:01', '2018-09-26 09:59:01', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Personal Branding', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'personal-branding-2', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=635', 0, 'product', '', 0),
(636, 1, '2018-09-26 09:59:34', '2018-09-26 09:59:34', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'Big Data Analytics', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'big-data-analytics', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=636', 0, 'product', '', 0),
(637, 1, '2018-09-26 10:00:04', '2018-09-26 10:00:04', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'How Brands Grow', 'Despite the almost libertarian premise and a noble goal of complete decentralization, realistically, blockchain technology will not be able to avoid at least some level. Melinda Gates Foundation are introducing an open-source software to facilitate and Melinda Gates Foundation are introducing an open-source software to facilitate the creation of payment platforms for economies...', 'publish', 'open', 'closed', '', 'how-brands-grow', '', '', '2024-10-17 14:21:37', '2024-10-17 14:21:37', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=product&amp;p=637', 0, 'product', '', 0),
(644, 1, '2018-09-28 07:46:58', '2018-09-28 07:46:58', '', '20_Shop_With_Sidebar', '', 'inherit', 'open', 'closed', '', '20_shop_with_sidebar', '', '', '2018-09-28 07:46:58', '2018-09-28 07:46:58', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/20_Shop_With_Sidebar.png', 0, 'attachment', 'image/png', 0),
(645, 1, '2018-09-28 07:52:08', '2018-09-28 07:52:08', '', 'search-engine-optimize', '', 'inherit', 'open', 'closed', '', 'search-engine-optimize', '', '', '2018-09-28 07:52:08', '2018-09-28 07:52:08', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/search-engine-optimize.png', 0, 'attachment', 'image/png', 0),
(655, 1, '2018-10-12 02:39:13', '2018-10-12 02:39:13', '', 'Logo-Consultivo-01', '', 'inherit', 'open', 'closed', '', 'logo-consultivo-01', '', '', '2018-10-12 02:39:13', '2018-10-12 02:39:13', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/10/Logo-Consultivo-01.png', 0, 'attachment', 'image/png', 0),
(669, 1, '2018-10-12 07:47:45', '2018-10-12 07:47:45', '', 'c-icon', '', 'inherit', 'open', 'closed', '', 'c-icon', '', '', '2018-10-12 07:47:45', '2018-10-12 07:47:45', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/10/c-icon.png', 0, 'attachment', 'image/png', 0),
(682, 1, '2018-10-12 08:59:27', '2018-10-12 08:59:27', '', 'map', '', 'inherit', 'open', 'closed', '', 'map', '', '', '2018-10-12 08:59:27', '2018-10-12 08:59:27', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/10/map.png', 0, 'attachment', 'image/png', 0),
(747, 1, '2018-10-27 08:19:35', '2018-10-27 08:19:35', '', 'Layer 703', '', 'inherit', 'open', 'closed', '', 'layer-703', '', '', '2018-10-27 08:19:35', '2018-10-27 08:19:35', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/10/Layer-703.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2018-10-29 09:24:21', '2018-10-29 09:24:21', '<p>[vc_row][vc_column width=\"1/4\"][fr_custom_menu menu=\"submenu1\"][/vc_column][vc_column width=\"1/4\"][fr_custom_menu menu=\"submenu-2\"][/vc_column][vc_column width=\"1/4\"][fr_custom_menu menu=\"submenu-3\"][/vc_column][vc_column width=\"1/4\"][fr_custom_menu menu=\"submenu-4\"][/vc_column][/vc_row]</p>\n\n', 'mega menu', '', 'publish', 'closed', 'closed', '', 'mega-menu', '', '', '2018-10-29 09:24:21', '2018-10-29 09:24:21', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=cms-mega-menu&amp;p=761', 0, 'cms-mega-menu', '', 0),
(766, 1, '2018-10-29 09:41:35', '2018-10-29 09:41:35', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row]', 'testimonials', '', 'publish', 'closed', 'closed', '', 'testimonials', '', '', '2018-10-29 09:41:35', '2018-10-29 09:41:35', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=766', 0, 'page', '', 0),
(768, 1, '2018-10-29 09:41:52', '2018-10-29 09:41:52', '<p>[vc_row css=\".vc_custom_1540864847453{margin-bottom: 100px !important;}\"][vc_column][fr_video_popup video_image=\"747\" video_autoplay=\"true\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540628142268{padding-top: 126px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][fr_heading text=\"Profitable And Successful Investments\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"16px\" font_size_md=\"16px\" font_size_sm=\"16px\" font_size_xs=\"16px\" text_color=\"#98cb2b\" custom_fonts=\"true\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:700%20bold%20regular%3A700%3Anormal\" margin_bottom=\"12px\"][fr_heading text=\"Internal Accounting, Sales Data &amp;<br />\n\nMarket Economic Indicators\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"45px\" font_size_md=\"40px\" font_size_sm=\"30px\" font_size_xs=\"25px\" line_height=\"1.3\" line_height_md=\"1.3\" line_height_sm=\"1.2\" line_height_xs=\"1.2\" text_color=\"#ffffff\" margin_bottom=\"115px\"][vc_row_inner][vc_column_inner css=\".vc_custom_1536916688239{margin-bottom: -150px !important;}\"][fr_video_popup video_image=\"747\" video_autoplay=\"true\" play_icon=\"150\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity5\" css=\".vc_custom_1540864681488{margin-top: 250px !important;padding-top: 180px !important;padding-bottom: 180px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739241947.jpg?id=149) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][fr_heading text=\"Profitable And Successful Investments\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"16px\" font_size_md=\"16px\" font_size_sm=\"16px\" font_size_xs=\"16px\" text_color=\"#98cb2b\" custom_fonts=\"true\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:700%20bold%20regular%3A700%3Anormal\" margin_bottom=\"25px\"][fr_heading text=\"Internal Accounting, Sales Data &amp;<br />\n\nMarket Economic Indicators\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"45px\" font_size_md=\"40px\" font_size_sm=\"30px\" font_size_xs=\"25px\" line_height=\"1.3\" line_height_md=\"1.3\" line_height_sm=\"1.2\" line_height_xs=\"1.2\" text_color=\"#ffffff\" margin_bottom=\"40px\"][fr_video_popup popup_style=\"video-no-image\" video_autoplay=\"true\" play_icon=\"150\"][/vc_column][/vc_row]</p>\n\n', 'video buttons', '', 'publish', 'closed', 'closed', '', 'video-buttons', '', '', '2018-10-29 09:41:52', '2018-10-29 09:41:52', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=768', 0, 'page', '', 0),
(770, 1, '2018-10-29 09:42:08', '2018-10-29 09:42:08', '[vc_row][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"2\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row]', 'clients', '', 'publish', 'closed', 'closed', '', 'clients', '', '', '2018-10-29 09:42:08', '2018-10-29 09:42:08', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=770', 0, 'page', '', 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, '2018-10-29 09:42:25', '2018-10-29 09:42:25', '[vc_row][vc_column][fr_accordion fr_accordion=\"%5B%7B%22ac_title%22%3A%22Which%20Plan%20Is%20Right%20For%20Me%3F%22%2C%22ac_content%22%3A%22Trends%2C%20vision%20dominates%20a%20lot%20of%20our%20subconscious%20interpretation%20of%20the%20world%20around%20us.%20On%20top%20it%2C%20pleasing%20images%20create%20a%20better%20user%20experience.%20Rounding%20up%20a%20bunch%20of%20specific%20designs.Trends%2C%20vision%20dominates%20a%20lot%20of%20our%20subconscious%20interpretation%20of%20the%20world%20around%20us.%22%7D%2C%7B%22ac_title%22%3A%22Do%20I%20Have%20To%20Commit%20To%20A%20Contract%3F%22%2C%22ac_content%22%3A%22Trends%2C%20vision%20dominates%20a%20lot%20of%20our%20subconscious%20interpretation%20of%20the%20world%20around%20us.%20On%20top%20it%2C%20pleasing%20images%20create%20a%20better%20user%20experience.%20Rounding%20up%20a%20bunch%20of%20specific%20designs.Trends%2C%20vision%20dominates%20a%20lot%20of%20our%20subconscious%20interpretation%20of%20the%20world%20around%20us.%22%7D%2C%7B%22ac_title%22%3A%22What%20Payment%20Methods%20Are%20Available%3F%22%2C%22ac_content%22%3A%22With%20any%20financial%20product%20that%20you%20buy%2C%20it%20is%20important%20that%20you%20know%20you%20are%20getting%20the%20best%20advice%20from%20a%20reputable%20company%20as%20often%20you%20will%20have%20to%20provide%20sensitive%20information%20online%20or%20over%20the%20internet.%22%7D%5D\" active_section=\"1\"][/vc_column][/vc_row]', 'accordion', '', 'publish', 'closed', 'closed', '', 'accordion', '', '', '2018-10-29 09:42:25', '2018-10-29 09:42:25', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=772', 0, 'page', '', 0),
(774, 1, '2018-10-29 09:42:43', '2018-10-29 09:42:43', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1540865491831{background-color: #9acd2d !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]', 'call to action', '', 'publish', 'closed', 'closed', '', 'call-to-action', '', '', '2018-10-29 09:42:43', '2018-10-29 09:42:43', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=774', 0, 'page', '', 0),
(776, 1, '2018-10-29 09:42:58', '2018-10-29 09:42:58', '[vc_row css=\".vc_custom_1540867144852{padding-top: 20px !important;}\"][vc_column][fr_team_grid col_xs=\"1\" col_sm=\"3\" col_md=\"3\" col_lg=\"3\" loop=\"true\" autoplay=\"true\" teams=\"%5B%7B%22image%22%3A%22488%22%2C%22title%22%3A%22James%20Wane%22%2C%22occupation%22%3A%22Consultant%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22489%22%2C%22title%22%3A%22John%20Tommy%22%2C%22occupation%22%3A%22Marketing%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22490%22%2C%22title%22%3A%22Marko%20Smith%22%2C%22occupation%22%3A%22Cheif%20Officer%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22493%22%2C%22title%22%3A%22Martin%20Hope%22%2C%22occupation%22%3A%22Managment%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22492%22%2C%22title%22%3A%22Jennifer%20Tom%22%2C%22occupation%22%3A%22Planning%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22491%22%2C%22title%22%3A%22John%20Peter%22%2C%22occupation%22%3A%22Customer%20Services%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%5D\" animation=\"tada\"][/vc_column][/vc_row]', 'team variations', '', 'publish', 'closed', 'closed', '', 'team-variations', '', '', '2018-10-29 09:42:58', '2018-10-29 09:42:58', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=776', 0, 'page', '', 0),
(778, 1, '2018-10-29 09:43:15', '2018-10-29 09:43:15', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1540867509074{padding-bottom: 40px !important;background-color: #f9f9f9 !important;}\"][vc_column css=\".vc_custom_1537179795161{padding-top: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Coffee Cups\" digit=\"1538\" number_start=\"0\" number_end=\"1538\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Satisfied Clients\" digit=\"2124\" number_start=\"0\" number_end=\"2124\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Finished Projects\" digit=\"3128\" number_start=\"0\" number_end=\"3128\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Working Hours\" digit=\"9534\" number_start=\"0\" number_end=\"9534\" separator=\",\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'counters', '', 'publish', 'closed', 'closed', '', 'counters', '', '', '2018-10-29 09:43:15', '2018-10-29 09:43:15', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=778', 0, 'page', '', 0),
(780, 1, '2018-10-29 09:43:28', '2018-10-29 09:43:28', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1540867800699{padding-top: 110px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}\"][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Advice and guides\" description=\"Taking the time to manage your money better can really pay off. It can help you stay on top of your bills and save £1,000s each year.\" number=\"01\" subtitle=\"We are helpers\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Tools and calculators\" description=\"Use our Budget planner to keep on top of your spending, use our tool to work out what you have left after paying your most important bills.\" number=\"02\" subtitle=\"Quick &amp; smart\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout1.php\" title=\"Support in person\" description=\"Support in person, over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free and impartial money advice.\" number=\"03\" subtitle=\"Friendly support\" btn_text=\"Read More\" btn_link=\"url:%23|||\"][/vc_column][/vc_row]', 'info Cards', '', 'publish', 'closed', 'closed', '', 'info-cards', '', '', '2018-10-29 09:43:28', '2018-10-29 09:43:28', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=780', 0, 'page', '', 0),
(782, 1, '2018-10-29 09:43:41', '2018-10-29 09:43:41', '[vc_row css=\".vc_custom_1540868699140{margin-bottom: 50px !important;}\"][vc_column][fr_service_grid order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity85\" css=\".vc_custom_1540868603322{margin-bottom: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1537179528004{padding-top: 90px !important;}\"][fr_heading text=\"We Are Here To Ease\n\nThe Financial Obstacles!\" font_size=\"36px\" font_size_md=\"36px\" font_size_sm=\"30px\" font_size_xs=\"30px\" line_height=\"1.3\" line_height_md=\"1.3\" line_height_sm=\"1.3\" line_height_xs=\"1.3\" text_transform=\"capitalize\" text_color=\"#ffffff\" description=\"The choice is in your hands: Where do you go to get an advice and where you purchase products?!!\" description_font_size=\"17px\" description_line_height=\"1.7\" description_margin=\"55px\" description_color=\"#ffffff\" margin_bottom=\"30px\" animation=\"slideInDown\"][vc_row_inner css=\".vc_custom_1537001566947{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#9acd2d\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services\n\nand consulting to help you make the best technology.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001574508{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#9acd2d\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#9acd2d\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge\n\nestablished thinking and drive transformation.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1537179537032{padding-top: 110px !important;}\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title=\"Get A Free Quote\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1537088901039{background-color: #1b1a1a !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1540268666107{padding-top: 100px !important;padding-bottom: 100px !important;}\"][fr_heading text=\"We Are Here To Ease\n\nThe Financial Obstacles!\" font_size=\"36px\" font_size_md=\"36px\" font_size_sm=\"30px\" font_size_xs=\"30px\" line_height=\"1.3\" line_height_md=\"1.3\" line_height_sm=\"1.3\" line_height_xs=\"1.3\" text_transform=\"capitalize\" text_color=\"#ffffff\" description=\"The choice is in your hands: Where do you go to get an advice\nand where you purchase products?!!\" description_font_size=\"17px\" description_margin=\"55px\" description_color=\"#ffffff\" margin_bottom=\"30px\" animation=\"slideInDown\"][vc_row_inner css=\".vc_custom_1540630126153{margin-bottom: 35px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#ffffff\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services\n\nand consulting to help you make the best technology.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1540630136287{margin-bottom: 35px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#ffffff\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#ffffff\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge\n\nestablished thinking and drive transformation.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" cms_column_class=\"column-stretch-right\" css=\".vc_custom_1537089454741{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1540868642238{margin-top: 200px !important;padding-top: 80px !important;}\"][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][vc_row_inner content_placement=\"top\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1540623099157{padding-top: 30px !important;padding-bottom: 20px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-puzzle\" title=\"Creative Solutions\" description=\"We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1540623106421{padding-top: 30px !important;padding-bottom: 20px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-flag\" title=\"Professional Team\" description=\"We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1537001477598{padding-top: 30px !important;padding-bottom: 30px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-layers\" title=\"Diverse Approach\" description=\"We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1537001488565{padding-top: 30px !important;padding-bottom: 30px !important;}\"][fr_fancybox icon_list=\"el_icon\" el_icon=\"icon-clipboard\" title=\"Detailed Reports\" description=\"Our experts are always available over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1540868225835{margin-top: -182px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][fr_contact_form id=\"119\" title=\"Get a Free Quote\"][/vc_column][/vc_row]', 'featured box', '', 'publish', 'closed', 'closed', '', 'featured-box', '', '', '2018-10-29 09:43:41', '2018-10-29 09:43:41', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=782', 0, 'page', '', 0),
(784, 1, '2018-10-29 09:43:57', '2018-10-29 09:43:57', '[vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540869181947{margin-bottom: 150px !important;padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][fr_heading text=\"Get Started Now\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"16px\" font_size_md=\"16px\" font_size_sm=\"16px\" font_size_xs=\"16px\" text_color=\"#98cb2b\" custom_fonts=\"true\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:700%20bold%20regular%3A700%3Anormal\" margin_bottom=\"22px\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_heading text=\"Our Pricing Plans\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"32px\" font_size_md=\"32px\" font_size_sm=\"32px\" font_size_xs=\"32px\" font_weight=\"700\" text_color=\"#ffffff\" description=\"Get started now with us to earn every day and forever in your business. We\n\naccept Investment from all over the world.\" des_font_weight=\"400\" description_font_size=\"16px\" description_margin=\"50px\" description_color=\"#ffffff\" margin_bottom=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1536975905511{margin-bottom: -150px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'pricing', '', 'publish', 'closed', 'closed', '', 'pricing-e', '', '', '2018-10-29 09:43:57', '2018-10-29 09:43:57', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=784', 0, 'page', '', 0),
(793, 1, '2018-10-29 09:55:19', '2018-10-29 09:55:19', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1537776245812{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][fr_heading text=\"Have A Question?\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"14px\" font_size_md=\"14px\" font_size_sm=\"14px\" font_size_xs=\"14px\" text_color=\"#98cb2b\" custom_fonts=\"true\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:700%20bold%20regular%3A700%3Anormal\" margin_bottom=\"12px\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_heading text=\"Get in touch\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"32px\" font_size_md=\"32px\" font_size_sm=\"32px\" font_size_xs=\"32px\" font_weight=\"700\" text_color=\"#333333\" description=\"We understand the importance of approaching each work integrally and believe\n\nin the power of simple and easy communication.\" des_font_weight=\"400\" description_font_size=\"16px\" description_margin=\"42px\" margin_bottom=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][fr_contact_form cms_template=\"fr_contact_form--layout2.php\" id=\"842\"][/vc_column][/vc_row]', 'contact form', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2018-10-29 09:55:19', '2018-10-29 09:55:19', '', 808, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=793', 0, 'page', '', 0),
(808, 1, '2018-10-30 01:47:06', '2018-10-30 01:47:06', '', 'elements', '', 'publish', 'closed', 'closed', '', 'elements', '', '', '2018-10-30 01:47:06', '2018-10-30 01:47:06', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=808', 0, 'page', '', 0),
(842, 1, '2018-10-30 03:20:56', '2018-10-30 03:20:56', '[text* your-name placeholder \"Name\"][email* your-email placeholder \"Email\"][tel your-phone placeholder \"Phone\"][textarea your-message placeholder \"Request Details\"][submit \"Submit Request\"]\n1\nConsultivo \"[your-subject]\"\n[your-name] <wordpress@dev.joomexp.com>\nadmin@admin.com\nFrom: [your-name] <[your-email]>\n\nSubject: [your-subject]\n\n\n\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on Consultivo (http://ordneco.foach.site)\nReply-To: [your-email]\n\n\n\n\nConsultivo \"[your-subject]\"\nConsultivo <wordpress@dev.joomexp.com>\n[your-email]\nMessage Body:\n\n[your-message]\n\n\n\n-- \n\nThis e-mail was sent from a contact form on Consultivo (http://ordneco.foach.site)\nReply-To: admin@admin.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'contact form', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2018-10-30 03:20:56', '2018-10-30 03:20:56', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=wpcf7_contact_form&amp;p=842', 0, 'wpcf7_contact_form', '', 0),
(857, 1, '2018-10-31 04:43:29', '2018-10-31 04:43:29', '[yith_wcwl_wishlist]', 'wishlist', '', 'publish', 'closed', 'closed', '', 'wishlist', '', '', '2018-10-31 04:43:29', '2018-10-31 04:43:29', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=857', 0, 'page', '', 0),
(873, 1, '2018-11-01 03:19:00', '2018-11-01 03:19:00', '', 'rawpixel-698603-unsplash', '', 'inherit', 'open', 'closed', '', 'rawpixel-698603-unsplash', '', '', '2018-11-01 03:19:00', '2018-11-01 03:19:00', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/rawpixel-698603-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(874, 1, '2018-11-01 03:20:44', '2018-11-01 03:20:44', '', 'rawpixel-724109-unsplash', '', 'inherit', 'open', 'closed', '', 'rawpixel-724109-unsplash', '', '', '2018-11-01 03:20:44', '2018-11-01 03:20:44', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/rawpixel-724109-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(875, 1, '2018-11-01 03:21:48', '2018-11-01 03:21:48', '', 'rawpixel-610081-unsplash', '', 'inherit', 'open', 'closed', '', 'rawpixel-610081-unsplash', '', '', '2018-11-01 03:21:48', '2018-11-01 03:21:48', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/rawpixel-610081-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(876, 1, '2018-11-01 03:22:54', '2018-11-01 03:22:54', '', 'rawpixel-648565-unsplash', '', 'inherit', 'open', 'closed', '', 'rawpixel-648565-unsplash', '', '', '2018-11-01 03:22:54', '2018-11-01 03:22:54', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/rawpixel-648565-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(877, 1, '2018-11-01 03:23:57', '2018-11-01 03:23:57', '', 'rawpixel-653767-unsplash', '', 'inherit', 'open', 'closed', '', 'rawpixel-653767-unsplash', '', '', '2018-11-01 03:23:57', '2018-11-01 03:23:57', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/rawpixel-653767-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(878, 1, '2018-11-01 03:25:00', '2018-11-01 03:25:00', '', 'rawpixel-660359-unsplash', '', 'inherit', 'open', 'closed', '', 'rawpixel-660359-unsplash', '', '', '2018-11-01 03:25:00', '2018-11-01 03:25:00', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/rawpixel-660359-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(879, 1, '2018-11-08 02:12:44', '2018-11-08 02:12:44', '', 'demo page title', '', 'publish', 'closed', 'closed', '', 'demo-page-title', '', '', '2018-11-08 02:12:44', '2018-11-08 02:12:44', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=879', 0, 'page', '', 0),
(974, 1, '2018-12-09 16:11:24', '2018-12-09 16:11:24', '<p>[vc_row][vc_column css=\".vc_custom_1544417814261{margin-bottom: -10px !important;}\"][rev_slider_vc alias=\"home-5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544417839322{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}\"][vc_column width=\"1/2\"][vc_row_inner css=\".vc_custom_1544193134247{margin-bottom: 15px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout3.php\" title=\"Useful Process, Happy Clients & Professional Solutions!\" subtitle=\"All About Us\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text el_class=\"f-16\"]Consultivo team ensure to provide best advice and products available in the whole market and we are efficient in our services.[/vc_column_text][/vc_column_inner][/vc_row_inner][fr_button button_text=\"More About Us\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fabout-us%2F|||\" button_style=\"btn-dark\" margin_bottom=\"30px\"][/vc_column][vc_column width=\"1/2\"][fr_video_popup video_image=\"354\" play_icon=\"150\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][vc_column css=\".vc_custom_1537179795161{padding-top: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Coffee Cups\" digit=\"1538\" number_start=\"0\" number_end=\"1538\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Satisfied Clients\" digit=\"2124\" number_start=\"0\" number_end=\"2124\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Finished Projects\" digit=\"3128\" number_start=\"0\" number_end=\"3128\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Working Hours\" digit=\"9534\" number_start=\"0\" number_end=\"9534\" separator=\",\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1537168493627{padding-top: 100px !important;padding-bottom: 90px !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\" css=\".vc_custom_1544423764458{margin-bottom: 20px !important;}\"][fr_heading_layout title=\"Our Services\" subtitle=\"What We Do!\" text=\"When your people get up every day wanting to come to work, success happens, we help you to ensure everyone is in the right jobs.\"][/vc_column_inner][/vc_row_inner][fr_service_grid order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][fr_button button_text=\"All Services\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" padding_right=\"40px\" padding_left=\"40px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540628142268{padding-top: 126px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1544175475261{margin-bottom: 120px !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8\"][fr_heading_layout cms_template=\"fr_heading_layout--layout2.php\" title=\"Internal Accounting, Sales Data &amp; Market Economic Indicators\" subtitle=\"Profitable And Successful Investments\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1536916688239{margin-bottom: -150px !important;}\"][fr_video_popup video_image=\"747\" video_autoplay=\"true\" play_icon=\"150\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544424410791{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f9f9f9 !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\" loop=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity85\" css=\".vc_custom_1537525626769{padding-bottom: 100px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1537179528004{padding-top: 90px !important;}\"][vc_row_inner][vc_column_inner css=\".vc_custom_1544193542799{margin-bottom: 50px !important;}\"][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"We Are Here To Ease The Financial Obstacles!\" text=\"The choice is in your hands: Where do you go to get an advice and where you purchase products?!!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001566947{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#9acd2d\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services<br />\n\nand consulting to help you make the best technology.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1537001574508{margin-bottom: 50px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#9acd2d\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad<br />\n\nrange of investments, such as stocks, goals, and dreams.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#9acd2d\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge<br />\n\nestablished thinking and drive transformation.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1537179537032{padding-top: 110px !important;}\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title_color=\"#ffffff\" title=\"Get A Free Quote\" form_bg=\"#9bce2e\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544426091151{padding-top: 110px !important;padding-bottom: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"News & Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column][vc_column css=\".vc_custom_1544193802776{padding-top: 30px !important;}\"][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1544426042585{margin-bottom: -10px !important;}\"][vc_column][fr_googlemap api=\"AIzaSyA9YKb-KmokX_b8Ea6hKRVpKhdtjIXq3h8\" coordinate=\"40.712776, -74.005974\" markercoordinate=\"40.712776, -74.005974\" markericon=\"682\" height=\"500px\"][/fr_googlemap][/vc_column][/vc_row]</p>\n\n', 'home 5', '', 'publish', 'closed', 'closed', '', 'home-5', '', '', '2018-12-09 16:11:24', '2018-12-09 16:11:24', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=974', 0, 'page', '', 0),
(977, 1, '2018-12-09 16:17:53', '2018-12-09 16:17:53', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-6\"][vc_row_inner css=\".vc_custom_1544427137489{margin-top: -45px !important;background-color: #a0d233 !important;}\"][vc_column_inner css=\".vc_custom_1544427235714{padding-right: 40px !important;padding-left: 40px !important;}\"][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1544427516433{padding-top: 100px !important;padding-bottom: 55px !important;}\"][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_row_inner][vc_column_inner][fr_heading_layout align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"Professional<br />\n\nBusiness Services\" subtitle=\"What We Do!\"][fr_button button_text=\"Explore More\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\" margin_top=\"25px\" margin_bottom=\"30px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][fr_service_grid style=\"style2\" limit=\"4\" col_xs=\"1\" col_sm=\"2\" col_md=\"2\" col_lg=\"2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1544428049891{background-color: #9acd2d !important;}\"][vc_column cms_column_class=\"column-stretch-left\" css=\".vc_custom_1544428794206{background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242214.jpg?id=287) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6 vc_hidden-xs\"][/vc_column][vc_column css=\".vc_custom_1544428816228{padding-top: 100px !important;padding-bottom: 100px !important;}\" offset=\"vc_col-lg-offset-7 vc_col-lg-5 vc_col-md-offset-6 vc_col-md-6\"][vc_row_inner css=\".vc_custom_1544191565381{margin-bottom: 50px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" text=\"The choice is in your hands: Where do you go to get an advice<br />\nand where you purchase products?!!\" title=\"We Are Here To Ease<br />\n\nThe Financial Obstacles!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1540630126153{margin-bottom: 35px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#ffffff\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services and consulting to help you make the best technology.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1540630136287{margin-bottom: 35px !important;}\"][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#ffffff\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad range of investments, such as stocks, goals, and dreams.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#ffffff\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge established thinking and drive transformation.\" animation=\"slideInUp\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536985682564{padding-top: 110px !important;padding-bottom: 90px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Case Studies\" subtitle=\"Our Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column][vc_column css=\".vc_custom_1544191553450{margin-top: 10px !important;}\"][fr_case_studies_carousel display_row=\"two\" order=\"ASC\" limit=\"8\" img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" loop=\"true\" autoplay=\"true\" autoplay_timeout=\"10000\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity2\" css=\".vc_custom_1540268904810{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1544191032433{margin-bottom: 20px !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Our Pricing Plans\" subtitle=\"Get Started Now\" text=\"Get started now with us to earn every day and forever in your business. We accept Investment from all over the world.\" title_color=\"#ffffff\" text_color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1536975905511{margin-bottom: -150px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1536978005818{padding-top: 250px !important;padding-bottom: 100px !important;background-color: #f9f9f9 !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" loop=\"true\" autoplay=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544191180603{padding-top: 110px !important;padding-bottom: 60px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Meet Our Team\" subtitle=\"Our Experts\" text=\"We love what we do and we do it with passion. We value the experimentation, the reformation of the message, and the smart incentives.\"][/vc_column][vc_column css=\".vc_custom_1544191290093{margin-top: 20px !important;}\"][fr_team_grid col_xs=\"1\" col_sm=\"3\" col_md=\"3\" col_lg=\"3\" loop=\"true\" autoplay=\"true\" teams=\"%5B%7B%22image%22%3A%22488%22%2C%22title%22%3A%22James%20Wane%22%2C%22occupation%22%3A%22Consultant%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22489%22%2C%22title%22%3A%22John%20Tommy%22%2C%22occupation%22%3A%22Marketing%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22490%22%2C%22title%22%3A%22Marko%20Smith%22%2C%22occupation%22%3A%22Cheif%20Officer%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%5D\" animation=\"tada\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1544429500688{margin-top: 10px !important;margin-bottom: 85px !important;}\"][vc_column][fr_googlemap api=\"AIzaSyA9YKb-KmokX_b8Ea6hKRVpKhdtjIXq3h8\" coordinate=\"40.712776, -74.005974\" markercoordinate=\"40.712776, -74.005974\" markericon=\"682\" height=\"500px\"][/fr_googlemap][/vc_column][/vc_row][vc_row css=\".vc_custom_1544429560635{margin-bottom: 100px !important;}\"][vc_column css=\".vc_custom_1544196531042{padding-top: 20px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\" css=\".vc_custom_1544429571477{margin-bottom: 25px !important;}\"][fr_heading_layout title=\"Get in touch\" subtitle=\"Have A Question?\" text=\"We understand the importance of approaching each work integrally and believe in the power of simple and easy communication.\"][/vc_column_inner][/vc_row_inner][fr_contact_form cms_template=\"fr_contact_form--layout2.php\" id=\"842\"][/vc_column][/vc_row]</p>\n\n', 'Home 6', '', 'publish', 'closed', 'closed', '', 'home-6', '', '', '2018-12-09 16:17:53', '2018-12-09 16:17:53', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=977', 0, 'page', '', 0),
(983, 1, '2018-12-09 16:35:35', '2018-12-09 16:35:35', '', 'book-cover', '', 'inherit', 'open', 'closed', '', 'book-cover', '', '', '2018-12-09 16:35:35', '2018-12-09 16:35:35', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/book-cover.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
(1054, 1, '2019-01-30 04:32:57', '2019-01-30 04:32:57', '<p>[vc_row][vc_column][rev_slider_vc alias=\"hom-7\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1548845392865{padding-top: 96px !important;padding-bottom: 22px !important;}\"][vc_column width=\"1/2\"][fr_heading_layout cms_template=\"fr_heading_layout--layout3.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Experienced In Mortgage<br />\n\nAnd Financial Advice!\" subtitle=\"Free and impartial money advice\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1548844104764{padding-top: 50px !important;}\"][vc_column_text]Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][fr_service_grid limit=\"3\" img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row][vc_column][fr_button button_text=\"Get Started\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\" button_radius=\"no-radius\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" margin_bottom=\"85px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1548860715572{padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column cms_column_class=\"column-stretch-left\" offset=\"vc_col-lg-6 vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_single_image image=\"1095\" img_size=\"full\" el_class=\"mgl-45\"][/vc_column][vc_column offset=\"vc_col-lg-offset-6 vc_col-lg-6\"][fr_heading text=\"We Are Here To Ease<br />\n\nThe Financial Obstacles!\" font_size=\"36px\" font_size_md=\"30px\" font_size_sm=\"30px\" font_size_xs=\"25px\" line_height=\"1.25\" line_height_md=\"1.25\" line_height_sm=\"1.25\" line_height_xs=\"1.25\" font_weight=\"500\" text_color=\"#ffffff\" margin_bottom=\"45px\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\n\n<p style=\"color:#fff\">Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.</p>\n\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1548860787419{margin-bottom: 18px !important;}\"][vc_column_inner css=\".vc_custom_1548857443500{margin-top: -8px !important;}\"][vc_column_text]</p>\n\n<p style=\"color:#fff\">Consultivo team ensure to provide best advice and products available in the whole market and we are efficient in our services. Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.</p>\n\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" title=\"True & Innovative<br />\n\nSolutions\"][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" title=\"On Time, Quick<br />\n\nServices\"][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" title=\"Best & Reliable<br />\n\nSupport\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548864327915{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-3 vc_col-md-6\" css=\".vc_custom_1548864288022{margin-bottom: 12px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Case Studies\" subtitle=\"Our Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column_inner][/vc_row_inner][fr_case_studies_carousel display_row=\"two\" limit=\"8\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1548898172261{padding-top: 110px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}\" offset=\"vc_col-lg-6\"][vc_row_inner css=\".vc_custom_1548897925592{margin-bottom: 25px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout3.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"Useful Process, Happy Clients<br />\n\n& Professional Solutions!\" subtitle=\"Doing the Right Thing, at the Right Time!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1548897910449{margin-bottom: 45px !important;}\"][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-puzzle\" title=\"Creative Solutions\" description=\"We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.\"][/vc_column_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-flag\" title=\"Professional Team\" description=\"We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-layers\" title=\"Diverse Approach\" description=\"We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.\"][/vc_column_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-clipboard\" title=\"Detailed Reports\" description=\"Our experts are always available over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column offset=\"vc_col-lg-6\"][fr_video_popup video_image=\"1109\" video_autoplay=\"true\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548898590873{border-bottom-width: 1px !important;padding-top: 110px !important;padding-bottom: 96px !important;background-color: #f9f9f9 !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" margin=\"0\" testimonial_item=\"%5B%7B%22image%22%3A%22102%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22102%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22102%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548898860143{padding-top: 25px !important;padding-bottom: 20px !important;background-color: #f9f9f9 !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1548899292753{padding-top: 105px !important;padding-bottom: 5px !important;}\"][vc_column][vc_row_inner][vc_column_inner css=\".vc_custom_1548899181829{margin-bottom: 28px !important;}\" offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"News & Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][fr_blog_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row]</p>\n\n', 'Home 7', '', 'publish', 'closed', 'closed', '', 'home-7', '', '', '2019-01-30 04:32:57', '2019-01-30 04:32:57', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1054', 0, 'page', '', 0),
(1057, 1, '2019-01-30 04:46:58', '2019-01-30 04:46:58', '', 'Layer 742', '', 'inherit', 'open', 'closed', '', 'layer-742', '', '', '2019-01-30 04:46:58', '2019-01-30 04:46:58', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/Layer-742.jpg', 0, 'attachment', 'image/jpeg', 0),
(1095, 1, '2019-01-30 15:29:04', '2019-01-30 15:29:04', '', 'Laptop', '', 'inherit', 'open', 'closed', '', 'laptop', '', '', '2019-01-30 15:29:04', '2019-01-30 15:29:04', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/Laptop.png', 0, 'attachment', 'image/png', 0),
(1109, 1, '2019-01-31 00:55:57', '2019-01-31 00:55:57', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image', '', '', '2019-01-31 00:55:57', '2019-01-31 00:55:57', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/Image.jpg', 0, 'attachment', 'image/jpeg', 0),
(1128, 1, '2019-01-31 01:55:25', '2019-01-31 01:55:25', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-8\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1548908896672{padding-top: 97px !important;padding-bottom: 35px !important;}\"][vc_column][vc_row_inner][vc_column_inner css=\".vc_custom_1548905299426{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"We Are Experienced<br />\n\nIn Mortgage & Financial Advice!\" subtitle=\"Free and impartial money advice\" text=\"We help you to ensure everyone is in the right jobs.\"][/vc_column_inner][/vc_row_inner][fr_service_grid col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1548907995110{margin-bottom: -156px !important;}\"][fr_video_popup video_image=\"747\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1548907230511{background-color: #9bce2e !important;}\"][vc_column width=\"1/2\" cms_column_class=\"column-stretch-left\" css=\".vc_custom_1548908741563{padding-top: 370px !important;padding-bottom: 215px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/Image.jpg?id=1109) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-4 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10\"][fr_heading_layout cms_template=\"fr_heading_layout--layout2.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"Accounting, Market<br />\n\nEconomic Indicators<br />\n\n& Sales Data\" subtitle=\"Profitable And Successful Investments\" title_color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"2/3\" offset=\"vc_col-lg-offset-7 vc_col-lg-5 vc_col-md-offset-6 vc_col-md-6 vc_col-sm-offset-2\"][fr_space space_lg=\"295\" space_md=\"200\" space_sm=\"200\" space_xs=\"200\"][vc_row_inner][vc_column_inner css=\".vc_custom_1548906959700{margin-bottom: 35px !important;}\"][fr_fancybox title_color=\"#ffffff\" description_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#ffffff\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services and consulting to help you make the best technology.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1548906959700{margin-bottom: 35px !important;}\"][fr_fancybox title_color=\"#ffffff\" description_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#ffffff\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad range of investments, such as stocks, goals, and dreams.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#ffffff\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#ffffff\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge established thinking and drive transformation.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][fr_space space_lg=\"135\" space_md=\"80\" space_sm=\"80\" space_xs=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548917938744{border-bottom-width: 1px !important;padding-top: 105px !important;padding-bottom: 80px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-2 vc_col-md-8\" css=\".vc_custom_1548917815725{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Client’s Testimonials\" subtitle=\"We Are Trusted\" text=\"We understand the importance of approaching each work integrally and believe in the power of simple and easy communication.\"][/vc_column_inner][/vc_row_inner][fr_testimonial_carousel cms_template=\"fr_testimonial_carousel--layout1.php\" content_icon=\"228\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" bullets=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%221175%22%2C%22content%22%3A%22Agency%20is%20the%20most%20impressive%20%26%20great%20social%20media%20agencies%20I\'ve%20ever%20seen.%20From%20the%20intuitive%20interface%20to%20the%20powerful%20tools%20they%20provide%20to%20me!%22%2C%22title%22%3A%22Fouad%20Badawy%22%2C%22position%22%3A%22Tie%20Labs%20Inc%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22My%20project%20was%20a%20simple%20%26%20small%20task%2C%20but%20the%20persistence%20and%20determination%20of%20the%20team%20turned%20it%20into%20an%20awesome%20and%20great%20project%20which%20make%20me%20happy!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%221176%22%2C%22content%22%3A%22In%20my%20job%20as%20social%20media%20strategist%2C%20I\'ve%20tried%20every%20analytics%20product%20on%20the%20market%20and%20when%20I%20came%20across%20team%2C%20I%20was%20blown%20away%20immediately!%20%22%2C%22title%22%3A%22Mostafa%20Mabrook%22%2C%22position%22%3A%22Code%20125%22%7D%2C%7B%22image%22%3A%221175%22%2C%22content%22%3A%22Agency%20is%20the%20most%20impressive%20%26%20great%20social%20media%20agencies%20I\'ve%20ever%20seen.%20From%20the%20intuitive%20interface%20to%20the%20powerful%20tools%20they%20provide%20to%20me!%22%2C%22title%22%3A%22Fouad%20Badawy%22%2C%22position%22%3A%22Tie%20Labs%20Inc%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22My%20project%20was%20a%20simple%20%26%20small%20task%2C%20but%20the%20persistence%20and%20determination%20of%20the%20team%20turned%20it%20into%20an%20awesome%20and%20great%20project%20which%20make%20me%20happy!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548909894334{padding-top: 30px !important;padding-bottom: 20px !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"no-overflow\" css=\".vc_custom_1548920305336{padding-top: 430px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column cms_column_class=\"radius-column\" css=\".vc_custom_1548919179196{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #ffffff !important;}\"][vc_row_inner][vc_column_inner][fr_heading text=\"Request a Consultation\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"32px\" font_size_md=\"30px\" font_size_sm=\"30px\" font_size_xs=\"30px\" margin_bottom=\"55px\"][fr_contact_form cms_template=\"fr_contact_form--layout2.php\" id=\"842\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][fr_space space_lg=\"250\" space_md=\"180\" space_sm=\"180\" space_xs=\"180\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1548919645172{padding-bottom: 5px !important;}\"][vc_column][fr_space space_lg=\"140\" space_md=\"0\" space_sm=\"0\" space_xs=\"0\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-2 vc_col-md-8\" css=\".vc_custom_1548919589310{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"News & Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][fr_blog_carousel col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row]</p>\n\n', 'Home 8', '', 'publish', 'closed', 'closed', '', 'home-8', '', '', '2019-01-31 01:55:25', '2019-01-31 01:55:25', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1128', 0, 'page', '', 0),
(1130, 1, '2019-01-31 02:03:47', '2019-01-31 02:03:47', '', 'Layer 580', '', 'inherit', 'open', 'closed', '', 'layer-580', '', '', '2019-01-31 02:03:47', '2019-01-31 02:03:47', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/Layer-580.jpg', 0, 'attachment', 'image/jpeg', 0),
(1131, 1, '2019-01-31 02:16:44', '2019-01-31 02:16:44', '', 'Layer 1374', '', 'inherit', 'open', 'closed', '', 'layer-1374', '', '', '2019-01-31 02:16:44', '2019-01-31 02:16:44', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/Layer-1374.jpg', 0, 'attachment', 'image/jpeg', 0),
(1175, 1, '2019-01-31 05:01:43', '2019-01-31 05:01:43', '', 'Layer 529', '', 'inherit', 'open', 'closed', '', 'layer-529', '', '', '2019-01-31 05:01:43', '2019-01-31 05:01:43', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/Layer-529.png', 0, 'attachment', 'image/png', 0),
(1176, 1, '2019-01-31 05:01:43', '2019-01-31 05:01:43', '', 'Layer 1376', '', 'inherit', 'open', 'closed', '', 'layer-1376', '', '', '2019-01-31 05:01:43', '2019-01-31 05:01:43', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/Layer-1376.png', 0, 'attachment', 'image/png', 0),
(1182, 1, '2019-01-31 07:07:18', '2019-01-31 07:07:18', '', 'BG', '', 'inherit', 'open', 'closed', '', 'bg', '', '', '2019-01-31 07:07:18', '2019-01-31 07:07:18', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/01/BG.jpg', 0, 'attachment', 'image/jpeg', 0),
(1202, 1, '2019-01-31 07:46:42', '2019-01-31 07:46:42', '<p>[vc_row css=\".vc_custom_1548924273981{padding-bottom: 58px !important;}\"][vc_column][fr_service_grid cms_template=\"fr_service_grid--layout1.php\" order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548924153664{background-color: #9bce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\"][/vc_column][/vc_row]</p>\n\n', 'Services Grid', '', 'publish', 'closed', 'closed', '', 'service-grid', '', '', '2019-01-31 07:46:42', '2019-01-31 07:46:42', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1202', 0, 'page', '', 0),
(1206, 1, '2019-01-31 08:23:49', '2019-01-31 08:23:49', '', 'shutterstock_739241959', '', 'inherit', 'open', 'closed', '', 'shutterstock_739241959', '', '', '2019-01-31 08:23:49', '2019-01-31 08:23:49', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739241959.jpg', 0, 'attachment', 'image/jpeg', 0),
(1207, 1, '2019-01-31 08:23:50', '2019-01-31 08:23:50', '', 'shutterstock_739242106', '', 'inherit', 'open', 'closed', '', 'shutterstock_739242106', '', '', '2019-01-31 08:23:50', '2019-01-31 08:23:50', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242106.jpg', 0, 'attachment', 'image/jpeg', 0),
(1208, 1, '2019-01-31 08:23:51', '2019-01-31 08:23:51', '', 'shutterstock_739242190', '', 'inherit', 'open', 'closed', '', 'shutterstock_739242190', '', '', '2019-01-31 08:23:51', '2019-01-31 08:23:51', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242190.jpg', 0, 'attachment', 'image/jpeg', 0),
(1209, 1, '2019-01-31 08:23:53', '2019-01-31 08:23:53', '', 'shutterstock_739242220', '', 'inherit', 'open', 'closed', '', 'shutterstock_739242220', '', '', '2019-01-31 08:23:53', '2019-01-31 08:23:53', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242220.jpg', 0, 'attachment', 'image/jpeg', 0),
(1210, 1, '2019-01-31 08:23:54', '2019-01-31 08:23:54', '', 'shutterstock_739242232', '', 'inherit', 'open', 'closed', '', 'shutterstock_739242232', '', '', '2019-01-31 08:23:54', '2019-01-31 08:23:54', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_739242232.jpg', 0, 'attachment', 'image/jpeg', 0),
(1211, 1, '2019-01-31 08:23:55', '2019-01-31 08:23:55', '', 'shutterstock_744003397', '', 'inherit', 'open', 'closed', '', 'shutterstock_744003397-2', '', '', '2019-01-31 08:23:55', '2019-01-31 08:23:55', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003397-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1212, 1, '2019-01-31 08:23:56', '2019-01-31 08:23:56', '', 'shutterstock_744004366 (1)', '', 'inherit', 'open', 'closed', '', 'shutterstock_744004366-1', '', '', '2019-01-31 08:23:56', '2019-01-31 08:23:56', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744004366-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1213, 1, '2019-01-31 08:23:57', '2019-01-31 08:23:57', '', 'shutterstock_744004369', '', 'inherit', 'open', 'closed', '', 'shutterstock_744004369', '', '', '2019-01-31 08:23:57', '2019-01-31 08:23:57', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744004369.jpg', 0, 'attachment', 'image/jpeg', 0),
(1214, 1, '2019-01-31 08:23:58', '2019-01-31 08:23:58', '', 'shutterstock_744004378', '', 'inherit', 'open', 'closed', '', 'shutterstock_744004378', '', '', '2019-01-31 08:23:58', '2019-01-31 08:23:58', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744004378.jpg', 0, 'attachment', 'image/jpeg', 0),
(1215, 1, '2019-01-31 08:23:59', '2019-01-31 08:23:59', '', 'shutterstock_744004468', '', 'inherit', 'open', 'closed', '', 'shutterstock_744004468', '', '', '2019-01-31 08:23:59', '2019-01-31 08:23:59', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744004468.jpg', 0, 'attachment', 'image/jpeg', 0),
(1221, 1, '2019-02-02 15:34:56', '2019-02-02 15:34:56', '<p>[vc_row css=\".vc_custom_1548924273981{padding-bottom: 58px !important;}\"][vc_column][fr_service_grid order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548924153664{background-color: #9bce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\"][/vc_column][/vc_row]</p>\n\n', 'Services Icon', '', 'publish', 'closed', 'closed', '', 'services-icon', '', '', '2019-02-02 15:34:56', '2019-02-02 15:34:56', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1221', 0, 'page', '', 0),
(1223, 1, '2019-02-02 15:38:34', '2019-02-02 15:38:34', '<p>[vc_row css=\".vc_custom_1548924273981{padding-bottom: 58px !important;}\"][vc_column offset=\"vc_col-lg-3\"][vc_row_inner][vc_column_inner][fr_list_service][/vc_column_inner][/vc_row_inner][fr_file_download file=\"540\"][/vc_column][vc_column el_class=\"text-left-no-padding\" offset=\"vc_col-lg-9\"][fr_service_grid cms_template=\"fr_service_grid--layout1.php\" order=\"ASC\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1548924153664{background-color: #9bce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservices%2F|||\"][/vc_column][/vc_row]</p>\n\n', 'Services Sidebar', '', 'publish', 'closed', 'closed', '', 'services-sidebar', '', '', '2019-02-02 15:38:34', '2019-02-02 15:38:34', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1223', 0, 'page', '', 0),
(1228, 1, '2019-02-03 15:49:56', '2019-02-03 15:49:56', '<p>[vc_row css=\".vc_custom_1549381883324{margin-bottom: 100px !important;}\"][vc_column][fr_service_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549381675353{background-color: #9bce2f !important;}\"][vc_column][fr_call_to_action title=\"Doing the Right Thing, at the Right Time!\" button_text=\"Get Started\" button_link=\"url:%23|||\"][/vc_column][/vc_row]</p>\n\n', 'Services Carousel', '', 'publish', 'closed', 'closed', '', 'services-carousel', '', '', '2019-02-03 15:49:56', '2019-02-03 15:49:56', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1228', 0, 'page', '', 0),
(1240, 1, '2019-02-11 03:34:26', '2019-02-11 03:34:26', '[vc_row][vc_column][rev_slider_vc alias=\"home-9\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1549858777327{padding-top: 97px !important;padding-bottom: 110px !important;}\"][vc_column][vc_row_inner][vc_column_inner css=\".vc_custom_1549857275189{margin-bottom: 28px !important;}\" offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Our Services\" subtitle=\"What We Do!\" text=\"When your people get up every day wanting to come to work, success happens, we help you to ensure everyone is in the right jobs.\"][/vc_column_inner][/vc_row_inner][fr_service_grid col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][fr_button button_text=\"Get Started\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fservice-grid%2F|||\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1549871720220{padding-top: 100px !important;padding-bottom: 85px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_row_inner css=\".vc_custom_1549858037158{margin-bottom: 65px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"We Are Here To Ease<br />\n\nThe Financial Obstacles!\" title_color=\"#ffffff\" text=\"The choice is in your hands: Where do you go to get an advice and where you purchase products?!!\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1549858485971{margin-bottom: 30px !important;}\"][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#98cb2b\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services and consulting to help you make the best technology.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1549858494654{margin-bottom: 30px !important;}\"][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#98cb2b\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad range of investments, such as stocks, goals, and dreams.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#98cb2b\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge established thinking and drive transformation.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title=\"Get a Free Quote\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1549860624542{padding-top: 105px !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\" css=\".vc_custom_1544193348429{margin-bottom: 25px !important;}\"][fr_heading_layout title=\"Our Pricing Plans\" subtitle=\"Get Started Now\" text=\"Get started now with us to earn every day and forever in your business. We accept Investment from all over the world.\"][/vc_column][vc_column][vc_row_inner content_placement=\"middle\"][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549860931682{padding-top: 25px !important;padding-bottom: 95px !important;}\"][vc_column css=\".vc_custom_1537179795161{padding-top: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Coffee Cups\" digit=\"1538\" number_start=\"0\" number_end=\"1538\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Satisfied Clients\" digit=\"2124\" number_start=\"0\" number_end=\"2124\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Finished Projects\" digit=\"3128\" number_start=\"0\" number_end=\"3128\" separator=\",\"][/vc_column_inner][vc_column_inner width=\"1/4\"][fr_counter title_color=\"#333333\" grouping=\"1\" useeasing=\"true\" usegrouping=\"true\" title=\"Working Hours\" digit=\"9534\" number_start=\"0\" number_end=\"9534\" separator=\",\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"1283\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1549872019259{padding-top: 105px !important;padding-bottom: 80px !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-2 vc_col-md-8\" css=\".vc_custom_1548917815725{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Client’s Testimonials\" subtitle=\"We Are Trusted\" text=\"We understand the importance of approaching each work integrally and believe in the power of simple and easy communication.\" title_color=\"#ffffff\" text_color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][fr_testimonial_carousel cms_template=\"fr_testimonial_carousel--layout1.php\" content_icon=\"228\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" bullets=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%221175%22%2C%22content%22%3A%22Agency%20is%20the%20most%20impressive%20%26%20great%20social%20media%20agencies%20I\'ve%20ever%20seen.%20From%20the%20intuitive%20interface%20to%20the%20powerful%20tools%20they%20provide%20to%20me!%22%2C%22title%22%3A%22Fouad%20Badawy%22%2C%22position%22%3A%22Tie%20Labs%20Inc%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22My%20project%20was%20a%20simple%20%26%20small%20task%2C%20but%20the%20persistence%20and%20determination%20of%20the%20team%20turned%20it%20into%20an%20awesome%20and%20great%20project%20which%20make%20me%20happy!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%221176%22%2C%22content%22%3A%22In%20my%20job%20as%20social%20media%20strategist%2C%20I\'ve%20tried%20every%20analytics%20product%20on%20the%20market%20and%20when%20I%20came%20across%20team%2C%20I%20was%20blown%20away%20immediately!%20%22%2C%22title%22%3A%22Mostafa%20Mabrook%22%2C%22position%22%3A%22Code%20125%22%7D%2C%7B%22image%22%3A%221175%22%2C%22content%22%3A%22Agency%20is%20the%20most%20impressive%20%26%20great%20social%20media%20agencies%20I\'ve%20ever%20seen.%20From%20the%20intuitive%20interface%20to%20the%20powerful%20tools%20they%20provide%20to%20me!%22%2C%22title%22%3A%22Fouad%20Badawy%22%2C%22position%22%3A%22Tie%20Labs%20Inc%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22My%20project%20was%20a%20simple%20%26%20small%20task%2C%20but%20the%20persistence%20and%20determination%20of%20the%20team%20turned%20it%20into%20an%20awesome%20and%20great%20project%20which%20make%20me%20happy!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\" el_class=\"bullet-white\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549861391696{border-bottom-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1549861675836{padding-top: 100px !important;padding-bottom: 95px !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-2 vc_col-md-8\" css=\".vc_custom_1548919589310{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"News & Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][fr_blog_carousel col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1549861729534{margin-bottom: -10px !important;}\"][vc_column][fr_googlemap api=\"AIzaSyA9YKb-KmokX_b8Ea6hKRVpKhdtjIXq3h8\" coordinate=\"40.712776, -74.005974\" markercoordinate=\"40.712776, -74.005974\" markericon=\"682\" height=\"500px\"][/fr_googlemap][/vc_column][/vc_row]\n\n', 'Home 9', '', 'publish', 'closed', 'closed', '', 'home-9', '', '', '2019-02-11 03:34:26', '2019-02-11 03:34:26', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1240', 0, 'page', '', 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
(1242, 1, '2019-02-11 03:34:46', '2019-02-11 03:34:46', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-10\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1549874762395{padding-top: 110px !important;padding-bottom: 60px !important;}\"][vc_column css=\".vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}\" offset=\"vc_col-lg-6\"][vc_row_inner css=\".vc_custom_1548897925592{margin-bottom: 25px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout3.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"Useful Process, Happy Clients<br />\n\n& Professional Solutions!\" subtitle=\"Doing the Right Thing, at the Right Time!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1548897910449{margin-bottom: 45px !important;}\"][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-puzzle\" title=\"Creative Solutions\" description=\"We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.\"][/vc_column_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-flag\" title=\"Professional Team\" description=\"We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-layers\" title=\"Diverse Approach\" description=\"We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.\"][/vc_column_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-clipboard\" title=\"Detailed Reports\" description=\"Our experts are always available over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column offset=\"vc_col-lg-6\"][fr_video_popup video_image=\"1109\" video_autoplay=\"true\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549874662316{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1548860715572{padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column cms_column_class=\"column-stretch-left\" offset=\"vc_col-lg-6 vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_single_image image=\"1095\" img_size=\"full\" el_class=\"mgl-45\"][/vc_column][vc_column offset=\"vc_col-lg-offset-6 vc_col-lg-6\"][fr_heading text=\"We Are Here To Ease<br />\n\nThe Financial Obstacles!\" font_size=\"36px\" font_size_md=\"30px\" font_size_sm=\"30px\" font_size_xs=\"25px\" line_height=\"1.25\" line_height_md=\"1.25\" line_height_sm=\"1.25\" line_height_xs=\"1.25\" font_weight=\"500\" text_color=\"#ffffff\" margin_bottom=\"45px\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\n\n<p style=\"color:#fff\">Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.</p>\n\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1548860787419{margin-bottom: 18px !important;}\"][vc_column_inner css=\".vc_custom_1548857443500{margin-top: -8px !important;}\"][vc_column_text]</p>\n\n<p style=\"color:#fff\">Consultivo team ensure to provide best advice and products available in the whole market and we are efficient in our services. Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.</p>\n\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" title=\"True & Innovative<br />\n\nSolutions\"][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" title=\"On Time, Quick<br />\n\nServices\"][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" title=\"Best & Reliable<br />\n\nSupport\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549875005698{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-3 vc_col-md-6\" css=\".vc_custom_1548864288022{margin-bottom: 12px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Case Studies\" subtitle=\"Our Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column_inner][/vc_row_inner][fr_case_studies_carousel display_row=\"two\" limit=\"8\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1540525287189{padding-top: 110px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_744003862.jpg?id=210) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_col-lg-offset-3 vc_col-lg-6\" css=\".vc_custom_1544193348429{margin-bottom: 25px !important;}\"][fr_heading_layout title=\"Our Pricing Plans\" subtitle=\"Get Started Now\" text=\"Get started now with us to earn every day and forever in your business. We accept Investment from all over the world.\" title_color=\"#ffffff\" text_color=\"#ffffff\"][/vc_column][vc_column css=\".vc_custom_1536975905511{margin-bottom: -150px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Started Plan\" price=\"125\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"217\" title=\"Basic Plan\" price=\"165\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][fr_price image_icon=\"218\" title=\"Advanced Plan\" price=\"195\" text=\"Full Business analyzing, next generation<br />\n\naccounting, and training sessions.\" button_text=\"Get Started\" button_link=\"url:%23|||\" currency_icon=\"$\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549875164882{border-bottom-width: 1px !important;padding-top: 235px !important;padding-bottom: 96px !important;background-color: #f9f9f9 !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8\"][fr_testimonial_carousel content_icon=\"228\" background_icon=\"229\" col_xs=\"1\" col_sm=\"1\" col_md=\"1\" col_lg=\"1\" margin=\"0\" testimonial_item=\"%5B%7B%22image%22%3A%22102%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22102%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22102%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"no-overflow\" css=\".vc_custom_1548920305336{padding-top: 430px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column cms_column_class=\"radius-column\" css=\".vc_custom_1548919179196{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #ffffff !important;}\"][vc_row_inner][vc_column_inner][fr_heading text=\"Request a Consultation\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"32px\" font_size_md=\"30px\" font_size_sm=\"30px\" font_size_xs=\"30px\" margin_bottom=\"55px\"][fr_contact_form cms_template=\"fr_contact_form--layout2.php\" id=\"842\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1548919645172{padding-bottom: 5px !important;}\"][vc_column][fr_space space_lg=\"390\" space_md=\"390\" space_sm=\"190\" space_xs=\"190\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-2 vc_col-md-8\" css=\".vc_custom_1548919589310{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"News & Headlines\" subtitle=\"Don’t Miss Latest\" text=\"Follow our latest news and thoughts which focuses exclusively on design, art, vintage, and also our latest work updates.\"][/vc_column_inner][/vc_row_inner][fr_blog_carousel col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\"][/vc_column][/vc_row]</p>\n\n', 'Home 10', '', 'publish', 'closed', 'closed', '', 'home-10', '', '', '2019-02-11 03:34:46', '2019-02-11 03:34:46', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1242', 0, 'page', '', 0),
(1282, 1, '2019-02-11 07:25:21', '2019-02-11 07:25:21', '', 'Layer 580', '', 'inherit', 'open', 'closed', '', 'layer-580-2', '', '', '2019-02-11 07:25:21', '2019-02-11 07:25:21', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/02/Layer-580.jpg', 0, 'attachment', 'image/jpeg', 0),
(1283, 1, '2019-02-11 07:25:23', '2019-02-11 07:25:23', '', 'Layer 613', '', 'inherit', 'open', 'closed', '', 'layer-613-2', '', '', '2019-02-11 07:25:23', '2019-02-11 07:25:23', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/02/Layer-613.jpg', 0, 'attachment', 'image/jpeg', 0),
(1290, 1, '2019-02-11 08:33:04', '2019-02-11 08:33:04', '', 'Layer 571', '', 'inherit', 'open', 'closed', '', 'layer-571', '', '', '2019-02-11 08:33:04', '2019-02-11 08:33:04', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/02/Layer-571.jpg', 0, 'attachment', 'image/jpeg', 0),
(1314, 1, '2019-02-11 14:46:12', '2019-02-11 14:46:12', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-11\"][vc_row_inner][vc_column_inner css=\".vc_custom_1549941126661{margin-top: -100px !important;}\"][fr_call_to_action cms_template=\"fr_call_to_action--layout1.php\" button_text=\"Consultation\" button_link=\"url:http%3A%2F%2Fordneco.foach.site%2Fconsultation%2F|||\" address=\"22 Albahr St, Tanta, Egypt\" email=\"Cryptech@7oroof.com\" phone=\"002 01060070701\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1549897422204{padding-top: 95px !important;}\"][vc_column][vc_row_inner][vc_column_inner css=\".vc_custom_1549897379805{margin-bottom: 30px !important;}\"][fr_heading_layout align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"We Are Experienced<br />\n\nIn Mortgage & Financial Advice!\" subtitle=\"Free and impartial money advice\" text=\"We help you to ensure everyone is in the right jobs.\"][/vc_column_inner][/vc_row_inner][fr_service_carousel img_size=\"full\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1549897172768{margin-top: 100px !important;padding-top: 120px !important;padding-bottom: 112px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2018/09/shutterstock_662833021-e1548846127222.jpg?id=134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column cms_column_class=\"column-stretch-left\" offset=\"vc_col-lg-6 vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_single_image image=\"1095\" img_size=\"full\" el_class=\"mgl-45\"][/vc_column][vc_column offset=\"vc_col-lg-offset-6 vc_col-lg-6\"][fr_heading text=\"We Are Here To Ease<br />\n\nThe Financial Obstacles!\" font_size=\"36px\" font_size_md=\"30px\" font_size_sm=\"30px\" font_size_xs=\"25px\" line_height=\"1.25\" line_height_md=\"1.25\" line_height_sm=\"1.25\" line_height_xs=\"1.25\" font_weight=\"500\" text_color=\"#ffffff\" margin_bottom=\"45px\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\n\n<p style=\"color:#fff\">Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.</p>\n\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1548860787419{margin-bottom: 18px !important;}\"][vc_column_inner css=\".vc_custom_1548857443500{margin-top: -8px !important;}\"][vc_column_text]</p>\n\n<p style=\"color:#fff\">Consultivo team ensure to provide best advice and products available in the whole market and we are efficient in our services. Solving social problems requires leaders from foundations, businesses, nonprofits, and governments to reimagine the systems and relationships that shape our world deep understanding of how to create social change.</p>\n\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" title=\"True & Innovative<br />\n\nSolutions\"][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" title=\"On Time, Quick<br />\n\nServices\"][/vc_column_inner][vc_column_inner width=\"1/3\"][fr_fancybox cms_template=\"fr_fancybox--layout3.php\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" title=\"Best & Reliable<br />\n\nSupport\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549875005698{padding-top: 105px !important;padding-bottom: 105px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-3 vc_col-md-6\" css=\".vc_custom_1548864288022{margin-bottom: 12px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Case Studies\" subtitle=\"Our Projects\" text=\"We monitor the spectrum of available business investment and alert our users to market moving events as and when it happens.\"][/vc_column_inner][/vc_row_inner][fr_case_studies_carousel display_row=\"two\" limit=\"8\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" margin=\"0\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"no-overflow\" css=\".vc_custom_1548920305336{padding-top: 430px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/01/BG.jpg?id=1182) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column cms_column_class=\"radius-column\" css=\".vc_custom_1549934563881{margin-bottom: -295px !important;padding-top: 75px !important;padding-bottom: 100px !important;background-color: #a2d536 !important;}\"][vc_row_inner][vc_column_inner][fr_heading text=\"Request a Consultation\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" font_size=\"32px\" font_size_md=\"30px\" font_size_sm=\"30px\" font_size_xs=\"30px\" text_color=\"#ffffff\" margin_bottom=\"55px\"][fr_contact_form cms_template=\"fr_contact_form--layout2.php\" id=\"842\" style=\"primary\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549897782893{padding-top: 235px !important;padding-bottom: 96px !important;}\"][vc_column][fr_space space_lg=\"160\" space_md=\"160\" space_sm=\"190\" space_xs=\"190\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-2 vc_col-md-8\" css=\".vc_custom_1548919589310{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Client’s Testimonials\" subtitle=\"We Are Trusted\" text=\"We understand the importance of approaching each work integrally and believe in the power of simple and easy communication.\"][/vc_column_inner][/vc_row_inner][fr_testimonial_carousel cms_template=\"fr_testimonial_carousel--layout1.php\" content_icon=\"228\" col_xs=\"1\" col_sm=\"2\" col_md=\"2\" col_lg=\"3\" bullets=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%221175%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%221176%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22Consultivo%20team%20ensure%20to%20provide%20best%20advice%20and%20products%20available%20in%20the%20whole%20market%20and%20we%20are%20efficient%20in%20our%20services.%20They%20keep%20an%20eye%20on%20provider\'s%20changes%20to%20find%20best%20solution%20at%20a%20time!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549874662316{border-top-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1549861729534{margin-bottom: -10px !important;}\"][vc_column][fr_googlemap api=\"AIzaSyA9YKb-KmokX_b8Ea6hKRVpKhdtjIXq3h8\" coordinate=\"40.712776, -74.005974\" markercoordinate=\"40.712776, -74.005974\" markericon=\"682\" height=\"500px\"][/fr_googlemap][/vc_column][/vc_row]</p>\n\n', 'Home 11', '', 'publish', 'closed', 'closed', '', 'home-11', '', '', '2019-02-11 14:46:12', '2019-02-11 14:46:12', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1314', 0, 'page', '', 0),
(1316, 1, '2019-02-11 14:46:47', '2019-02-11 14:46:47', '<p>[vc_row][vc_column][rev_slider_vc alias=\"home-12\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1549874762395{padding-top: 110px !important;padding-bottom: 60px !important;}\"][vc_column css=\".vc_custom_1548898164982{margin-top: -6px !important;margin-bottom: 30px !important;}\" offset=\"vc_col-lg-6\"][vc_row_inner css=\".vc_custom_1548897925592{margin-bottom: 25px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout3.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"Useful Process, Happy Clients<br />\n\n& Professional Solutions!\" subtitle=\"Doing the Right Thing, at the Right Time!\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1548897910449{margin-bottom: 45px !important;}\"][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-puzzle\" title=\"Creative Solutions\" description=\"We will go ahead that extra mile to ensure our clients welfare, our working hours convenient to our Client\'s needs from our first contact.\"][/vc_column_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-flag\" title=\"Professional Team\" description=\"We have the most famous experts in reputable company providing great advice on Wills, Lasting Power of Attorney and Debt Solut.\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-layers\" title=\"Diverse Approach\" description=\"We don’t believe in the sales culture, but instead we believe in the service culture. Yes, time is precious, but we make the right decision.\"][/vc_column_inner][vc_column_inner width=\"1/2\"][fr_fancybox cms_template=\"fr_fancybox--layout4.php\" icon_list=\"el_icon\" el_icon=\"icon-clipboard\" title=\"Detailed Reports\" description=\"Our experts are always available over the phone and online. Web chat is available from 8am to 8pm or you can give us a call for free.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column offset=\"vc_col-lg-6\"][fr_video_popup video_image=\"1109\" video_autoplay=\"true\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549899575410{padding-top: 97px !important;padding-bottom: 110px !important;background-color: #f9f9f9 !important;}\"][vc_column][vc_row_inner][vc_column_inner css=\".vc_custom_1549857275189{margin-bottom: 28px !important;}\" offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"We Are Experienced<br />\n\nIn Mortgage & Financial Advice!\" subtitle=\"Free and impartial money advice\" text=\"We help you to ensure everyone is in the right jobs.\"][/vc_column_inner][/vc_row_inner][fr_service_carousel col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" bullets=\"true\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1549900023379{padding-top: 185px !important;padding-bottom: 185px !important;background-image: url(http://ordneco.foach.site/wp-content/uploads/2019/02/Layer-806.jpg?id=1349) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner css=\".vc_custom_1549899988846{margin-bottom: 50px !important;}\"][fr_heading_layout cms_template=\"fr_heading_layout--layout2.php\" align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Internal Accounting, Sales Data &<br />\n\nMarket Economic Indicators\" subtitle=\"Profitable And Successful Investments\"][/vc_column_inner][/vc_row_inner][fr_video_popup popup_style=\"video-no-image\" video_source=\"https://www.youtube.com/watch?v=sr42GZn3ILU\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1540268304998{padding-top: 110px !important;padding-bottom: 50px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6\"][fr_heading_layout title=\"Meet Our Team\" subtitle=\"Our Experts\" text=\"We love what we do and we do it with passion. We value the experimentation, the reformation of the message, and the smart incentives.\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1549900141585{margin-top: 10px !important;margin-bottom: 30px !important;}\"][fr_team_grid col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" loop=\"true\" autoplay=\"true\" teams=\"%5B%7B%22image%22%3A%22490%22%2C%22title%22%3A%22James%20Wane%22%2C%22occupation%22%3A%22Consultant%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22489%22%2C%22title%22%3A%22John%20Tommy%22%2C%22occupation%22%3A%22Marketing%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%2C%7B%22image%22%3A%22488%22%2C%22title%22%3A%22Marko%20Smith%22%2C%22occupation%22%3A%22Cheif%20Officer%22%2C%22facebook%22%3A%22%23%22%2C%22twitter%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving\" parallax_image=\"344\" cms_row_class=\"bg-dark-over-flow\" cms_row_opacity=\"opacity7\" css=\".vc_custom_1549871720220{padding-top: 100px !important;padding-bottom: 85px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_row_inner css=\".vc_custom_1549858037158{margin-bottom: 65px !important;}\"][vc_column_inner][fr_heading_layout cms_template=\"fr_heading_layout--layout1.php\" align_lg=\"align-left\" align_md=\"align-left-md\" align_sm=\"align-left-sm\" align_xs=\"align-left-xs\" title=\"We Are Here To Ease<br />\n\nThe Financial Obstacles!\" title_color=\"#ffffff\" text=\"The choice is in your hands: Where do you go to get an advice and where you purchase products?!!\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-lifesaver\" icon_color=\"#98cb2b\" title=\"Best Support\" description=\"We bring the right people business solutions to challenge established thinking and drive transformation.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1549858485971{margin-bottom: 30px !important;}\"][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-refresh\" icon_color=\"#98cb2b\" title=\"Innovative Solutions\" description=\"Innovative Solutions offers services, development services and consulting to help you make the best technology.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1549858494654{margin-bottom: 30px !important;}\"][fr_fancybox title_color=\"#ffffff\" description_color=\"#9b9b9b\" icon_list=\"el_icon\" el_icon=\"icon-speedometer\" icon_color=\"#98cb2b\" title=\"On Time Services\" description=\"Mutual funds from many investors to purchase broad range of investments, such as stocks, goals, and dreams.\" icon_font_size=\"48px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][fr_contact_form cms_template=\"fr_contact_form--layout1.php\" id=\"364\" title_color=\"#ffffff\" title=\"Get a Free Quote\" form_bg=\"#9dd030\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549900242875{padding-top: 105px !important;padding-bottom: 80px !important;}\"][vc_column][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-3 vc_col-lg-6 vc_col-md-offset-2 vc_col-md-8\" css=\".vc_custom_1548917815725{margin-bottom: 28px !important;}\"][fr_heading_layout align_lg=\"align-center\" align_md=\"align-center-md\" align_sm=\"align-center-sm\" align_xs=\"align-center-xs\" title=\"Client’s Testimonials\" subtitle=\"We Are Trusted\" text=\"We understand the importance of approaching each work integrally and believe in the power of simple and easy communication.\"][/vc_column_inner][/vc_row_inner][fr_testimonial_carousel cms_template=\"fr_testimonial_carousel--layout1.php\" content_icon=\"228\" col_xs=\"1\" col_sm=\"2\" col_md=\"3\" col_lg=\"3\" bullets=\"true\" testimonial_item=\"%5B%7B%22image%22%3A%221175%22%2C%22content%22%3A%22Agency%20is%20the%20most%20impressive%20%26%20great%20social%20media%20agencies%20I\'ve%20ever%20seen.%20From%20the%20intuitive%20interface%20to%20the%20powerful%20tools%20they%20provide%20to%20me!%22%2C%22title%22%3A%22Fouad%20Badawy%22%2C%22position%22%3A%22Tie%20Labs%20Inc%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22My%20project%20was%20a%20simple%20%26%20small%20task%2C%20but%20the%20persistence%20and%20determination%20of%20the%20team%20turned%20it%20into%20an%20awesome%20and%20great%20project%20which%20make%20me%20happy!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%2C%7B%22image%22%3A%221176%22%2C%22content%22%3A%22In%20my%20job%20as%20social%20media%20strategist%2C%20I\'ve%20tried%20every%20analytics%20product%20on%20the%20market%20and%20when%20I%20came%20across%20team%2C%20I%20was%20blown%20away%20immediately!%20%22%2C%22title%22%3A%22Mostafa%20Mabrook%22%2C%22position%22%3A%22Code%20125%22%7D%2C%7B%22image%22%3A%221175%22%2C%22content%22%3A%22Agency%20is%20the%20most%20impressive%20%26%20great%20social%20media%20agencies%20I\'ve%20ever%20seen.%20From%20the%20intuitive%20interface%20to%20the%20powerful%20tools%20they%20provide%20to%20me!%22%2C%22title%22%3A%22Fouad%20Badawy%22%2C%22position%22%3A%22Tie%20Labs%20Inc%22%7D%2C%7B%22image%22%3A%22225%22%2C%22content%22%3A%22My%20project%20was%20a%20simple%20%26%20small%20task%2C%20but%20the%20persistence%20and%20determination%20of%20the%20team%20turned%20it%20into%20an%20awesome%20and%20great%20project%20which%20make%20me%20happy!%22%2C%22title%22%3A%22Mahmoud%20Baghagho%22%2C%22position%22%3A%227oroof%20Agency%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1549900329869{border-top-width: 1px !important;border-bottom-width: 1px !important;padding-top: 30px !important;padding-bottom: 20px !important;border-top-color: #eaeaea !important;border-top-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}\"][vc_column][fr_client_carousel client_item=\"%5B%7B%22image%22%3A%22127%22%7D%2C%7B%22image%22%3A%22126%22%7D%2C%7B%22image%22%3A%22124%22%7D%2C%7B%22image%22%3A%22125%22%7D%2C%7B%22image%22%3A%22123%22%7D%2C%7B%22image%22%3A%22122%22%7D%5D\" col_xs=\"2\" col_sm=\"3\" col_md=\"4\" col_lg=\"6\"][/vc_column][/vc_row]</p>\n\n', 'Home 12', '', 'publish', 'closed', 'closed', '', 'home-12', '', '', '2019-02-11 14:46:47', '2019-02-11 14:46:47', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?page_id=1316', 0, 'page', '', 0),
(1349, 1, '2019-02-11 15:43:56', '2019-02-11 15:43:56', '', 'Layer 806', '', 'inherit', 'open', 'closed', '', 'layer-806', '', '', '2019-02-11 15:43:56', '2019-02-11 15:43:56', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/02/Layer-806.jpg', 0, 'attachment', 'image/jpeg', 0),
(1358, 1, '2019-02-11 15:55:10', '2019-02-11 15:55:10', '<p>[vc_row][vc_column width=\"1/4\"][fr_custom_menu menu=\"group-home-1\"][/vc_column][vc_column width=\"1/4\"][fr_custom_menu menu=\"group-home-2\"][/vc_column][vc_column width=\"1/4\"][fr_custom_menu menu=\"group-home-3\"][/vc_column][vc_column width=\"1/4\"][fr_custom_menu menu=\"group-home-4\"][/vc_column][/vc_row]</p>\n\n', 'Home menu', '', 'publish', 'closed', 'closed', '', 'home-menu', '', '', '2019-02-11 15:55:10', '2019-02-11 15:55:10', '', 0, 'https://demo.cmssuperheroes.com/themeforest/wp-consultivo/?post_type=cms-mega-menu&amp;p=1358', 0, 'cms-mega-menu', '', 0),
(1396, 1, '2019-03-30 02:15:19', '2019-03-30 02:15:19', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2019-03-30 02:15:19', '2019-03-30 02:15:19', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/03/logo.png', 0, 'attachment', 'image/png', 0),
(1397, 1, '2019-03-30 02:15:21', '2019-03-30 02:15:21', '', 'sticky-logo', '', 'inherit', 'open', 'closed', '', 'sticky-logo', '', '', '2019-03-30 02:15:21', '2019-03-30 02:15:21', '', 0, 'http://ordneco.foach.site/wp-content/uploads/2019/03/sticky-logo.png', 0, 'attachment', 'image/png', 0),
(1401, 1, '2019-07-31 01:20:42', '2019-07-31 01:20:42', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2019-07-31 01:20:42', '2019-07-31 01:20:42', '', 0, 'http://ordneco.foach.site/wp-content/uploads/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(1402, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'Case Studies Single', '', 'publish', 'closed', 'closed', '', 'case-studies-single', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/case-studies-single/', 19, 'nav_menu_item', '', 0),
(1403, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/services/', 8, 'nav_menu_item', '', 0),
(1404, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/about/', 2, 'nav_menu_item', '', 0),
(1405, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'Shop 4 Columns', '', 'publish', 'closed', 'closed', '', 'shop-4-columns', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/shop-4-columns/', 25, 'nav_menu_item', '', 0),
(1406, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'Case Studies', '', 'publish', 'closed', 'closed', '', 'case-studies', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/case-studies/', 16, 'nav_menu_item', '', 0),
(1407, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/home/', 1, 'nav_menu_item', '', 0),
(1408, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/blog/', 20, 'nav_menu_item', '', 0),
(1409, 1, '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 'Elements', '', 'publish', 'closed', 'closed', '', 'elements', '', '', '2024-10-17 14:21:23', '2024-10-17 14:21:23', '', 0, 'http://ordneco.foach.site/2024/10/17/elements/', 31, 'nav_menu_item', '', 0),
(1410, 1, '2024-10-17 14:21:24', '2024-10-17 14:21:24', '', 'Home Consulting', '', 'publish', 'closed', 'closed', '', 'home-consulting', '', '', '2024-10-17 14:21:24', '2024-10-17 14:21:24', '', 0, 'http://ordneco.foach.site/2024/10/17/home-consulting/', 1, 'nav_menu_item', '', 0),
(1411, 1, '2024-10-17 14:21:24', '2024-10-17 14:21:24', '', 'Home Advisory', '', 'publish', 'closed', 'closed', '', 'home-advisory', '', '', '2024-10-17 14:21:24', '2024-10-17 14:21:24', '', 0, 'http://ordneco.foach.site/2024/10/17/home-advisory/', 2, 'nav_menu_item', '', 0),
(1412, 1, '2024-10-17 14:21:24', '2024-10-17 14:21:24', '', 'Home Investment', '', 'publish', 'closed', 'closed', '', 'home-investment', '', '', '2024-10-17 14:21:24', '2024-10-17 14:21:24', '', 0, 'http://ordneco.foach.site/2024/10/17/home-investment/', 3, 'nav_menu_item', '', 0),
(1413, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1413', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1413/', 1, 'nav_menu_item', '', 0),
(1414, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1414', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1414/', 2, 'nav_menu_item', '', 0),
(1415, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1415', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1415/', 3, 'nav_menu_item', '', 0),
(1416, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1416', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1416/', 4, 'nav_menu_item', '', 0),
(1417, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1417', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1417/', 5, 'nav_menu_item', '', 0),
(1418, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1418', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1418/', 6, 'nav_menu_item', '', 0),
(1419, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1419', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1419/', 1, 'nav_menu_item', '', 0),
(1420, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1420', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1420/', 2, 'nav_menu_item', '', 0),
(1421, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1421', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1421/', 3, 'nav_menu_item', '', 0),
(1422, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1422', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1422/', 4, 'nav_menu_item', '', 0),
(1423, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1423', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1423/', 5, 'nav_menu_item', '', 0),
(1424, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1424', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1424/', 3, 'nav_menu_item', '', 0),
(1425, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1425', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 441, 'http://ordneco.foach.site/2024/10/17/1425/', 4, 'nav_menu_item', '', 0),
(1426, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 'Our Pricing', '', 'publish', 'closed', 'closed', '', 'our-pricing', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/our-pricing/', 15, 'nav_menu_item', '', 0),
(1427, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1427', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1427/', 13, 'nav_menu_item', '', 0),
(1428, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1428', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1428/', 5, 'nav_menu_item', '', 0),
(1429, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 'FAQs', '', 'publish', 'closed', 'closed', '', 'faqs', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 441, 'http://ordneco.foach.site/2024/10/17/faqs/', 6, 'nav_menu_item', '', 0),
(1430, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1430', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1430/', 7, 'nav_menu_item', '', 0),
(1431, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1431', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1431/', 17, 'nav_menu_item', '', 0),
(1432, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1432', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1432/', 18, 'nav_menu_item', '', 0),
(1433, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1433', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/1433/', 22, 'nav_menu_item', '', 0),
(1434, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 'Blog Standard', '', 'publish', 'closed', 'closed', '', 'blog-standard', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/blog-standard/', 21, 'nav_menu_item', '', 0),
(1435, 1, '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 'Single Service', '', 'publish', 'closed', 'closed', '', 'single-service', '', '', '2024-10-17 14:21:28', '2024-10-17 14:21:28', '', 0, 'http://ordneco.foach.site/2024/10/17/single-service/', 14, 'nav_menu_item', '', 0),
(1436, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Single Post', '', 'publish', 'closed', 'closed', '', 'single-post', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/single-post/', 23, 'nav_menu_item', '', 0),
(1437, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1437', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1437/', 28, 'nav_menu_item', '', 0),
(1438, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1438', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1438/', 30, 'nav_menu_item', '', 0),
(1439, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1439', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1439/', 29, 'nav_menu_item', '', 0),
(1440, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1440', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1440/', 24, 'nav_menu_item', '', 0),
(1441, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Single Product', '', 'publish', 'closed', 'closed', '', 'single-product', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/single-product/', 27, 'nav_menu_item', '', 0),
(1442, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Shop With Sidebar', '', 'publish', 'closed', 'closed', '', 'shop-with-sidebar', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/shop-with-sidebar/', 26, 'nav_menu_item', '', 0),
(1443, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'How It Works', '', 'publish', 'closed', 'closed', '', 'how-it-works', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/how-it-works/', 3, 'nav_menu_item', '', 0),
(1444, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1444', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1444/', 1, 'nav_menu_item', '', 0),
(1445, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'FAQs', '', 'publish', 'closed', 'closed', '', 'faqs-2', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 441, 'http://ordneco.foach.site/2024/10/17/faqs-2/', 6, 'nav_menu_item', '', 0),
(1446, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Meet Our Team', '', 'publish', 'closed', 'closed', '', 'meet-our-team', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 441, 'http://ordneco.foach.site/2024/10/17/meet-our-team/', 2, 'nav_menu_item', '', 0),
(1447, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Lastest News', '', 'publish', 'closed', 'closed', '', 'lastest-news', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/lastest-news/', 4, 'nav_menu_item', '', 0),
(1448, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/contact-us/', 5, 'nav_menu_item', '', 0),
(1449, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1449', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1449/', 1, 'nav_menu_item', '', 0),
(1450, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1450', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1450/', 2, 'nav_menu_item', '', 0),
(1451, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1451', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1451/', 3, 'nav_menu_item', '', 0),
(1452, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1452', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1452/', 2, 'nav_menu_item', '', 0),
(1453, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1453', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1453/', 3, 'nav_menu_item', '', 0),
(1454, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1454', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1454/', 1, 'nav_menu_item', '', 0),
(1455, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1455', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1455/', 2, 'nav_menu_item', '', 0),
(1456, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1456', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1456/', 1, 'nav_menu_item', '', 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
(1457, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1457', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1457/', 3, 'nav_menu_item', '', 0),
(1458, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1458', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1458/', 1, 'nav_menu_item', '', 0),
(1459, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1459', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1459/', 2, 'nav_menu_item', '', 0),
(1460, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1460', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1460/', 9, 'nav_menu_item', '', 0),
(1461, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1461', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1461/', 10, 'nav_menu_item', '', 0),
(1462, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1462', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1462/', 11, 'nav_menu_item', '', 0),
(1463, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', ' ', '', '', 'publish', 'closed', 'closed', '', '1463', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/1463/', 12, 'nav_menu_item', '', 0),
(1464, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Home Advisor', '', 'publish', 'closed', 'closed', '', 'home-advisor', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/home-advisor/', 1, 'nav_menu_item', '', 0),
(1465, 1, '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 'Home Corporate', '', 'publish', 'closed', 'closed', '', 'home-corporate', '', '', '2024-10-17 14:21:29', '2024-10-17 14:21:29', '', 0, 'http://ordneco.foach.site/2024/10/17/home-corporate/', 2, 'nav_menu_item', '', 0),
(1466, 1, '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 'Home Company', '', 'publish', 'closed', 'closed', '', 'home-company', '', '', '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 0, 'http://ordneco.foach.site/2024/10/17/home-company/', 3, 'nav_menu_item', '', 0),
(1467, 1, '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 'Home Consultant', '', 'publish', 'closed', 'closed', '', 'home-consultant', '', '', '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 0, 'http://ordneco.foach.site/2024/10/17/home-consultant/', 1, 'nav_menu_item', '', 0),
(1468, 1, '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 'Home Agenda', '', 'publish', 'closed', 'closed', '', 'home-agenda', '', '', '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 0, 'http://ordneco.foach.site/2024/10/17/home-agenda/', 2, 'nav_menu_item', '', 0),
(1469, 1, '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 'Home Business  Agency', '', 'publish', 'closed', 'closed', '', 'home-business-agency', '', '', '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 0, 'http://ordneco.foach.site/2024/10/17/home-business-agency/', 3, 'nav_menu_item', '', 0),
(1470, 1, '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 'Home Resourcing', '', 'publish', 'closed', 'closed', '', 'home-resourcing', '', '', '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 0, 'http://ordneco.foach.site/2024/10/17/home-resourcing/', 3, 'nav_menu_item', '', 0),
(1471, 1, '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 'Home Promotion', '', 'publish', 'closed', 'closed', '', 'home-promotion', '', '', '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 0, 'http://ordneco.foach.site/2024/10/17/home-promotion/', 2, 'nav_menu_item', '', 0),
(1472, 1, '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 'Home Startup', '', 'publish', 'closed', 'closed', '', 'home-startup', '', '', '2024-10-17 14:21:30', '2024-10-17 14:21:30', '', 0, 'http://ordneco.foach.site/2024/10/17/home-startup/', 1, 'nav_menu_item', '', 0),
(1473, 1, '2024-10-17 14:21:31', '2024-10-17 14:21:31', '', 'Layer-5801.jpg', '', 'inherit', 'closed', 'closed', '', 'layer-5801-jpg', '', '', '2024-10-17 14:21:31', '2024-10-17 14:21:31', '', 0, 'http://ordneco.foach.site/wp-content/uploads/revslider/home-10/Layer-5801.jpg', 0, 'attachment', 'image/jpeg', 0);

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

--
-- Table structure for table `wp_revslider_css`
--

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

--
-- Dumping data for table `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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.out\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.out\"}', '{\"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.out\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.out\"}', '{\"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\":\"none\"}', '{\"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\":\"-\"}');

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

--
-- Table structure for table `wp_revslider_layer_animations`
--

CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `wp_revslider_navigations`
--

CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `wp_revslider_sliders`
--

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

--
-- Dumping data for table `wp_revslider_sliders`
--

INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Home 7', 'hom-7', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"hom-7\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":800,\"n\":800,\"t\":600,\"m\":500},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"300\",\"height\":\"300\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1013,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(2, 'home 1', 'home-1', '{\"addOns\":[],\"version\":\"6.6.10\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"home-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":800,\"n\":800,\"t\":600,\"m\":600},\"editorCache\":{\"d\":800,\"n\":800,\"t\":600,\"m\":600},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(0,0,0,0.15)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"1000\",\"height\":\"500\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1013,\"preset\":\"default\",\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false},\"alwaysOn\":false,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false},\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1200\"}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"50\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-1\\\"][\\/rev_slider]\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(3, 'Home 10', 'home-10', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-10\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":670,\"n\":670,\"t\":670,\"m\":500},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1013,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1034\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1034\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(4, 'Home 11', 'home-11', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"home-11\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":800,\"n\":800,\"t\":600,\"m\":500},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(5, 'Home 12', 'home-12', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-12\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":700,\"n\":700,\"t\":700,\"m\":500},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"300\",\"height\":\"300\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1013,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1034\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1034\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(6, 'home 2', 'home-2', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-2\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":680,\"n\":680,\"t\":480,\"m\":320},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1013,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"custom\",\"presets\":{\"size-def\":true,\"size\":\"8\"},\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"991\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', '');
INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(7, 'home 3', 'home-3', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-3\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":680,\"n\":680,\"t\":480,\"m\":320},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(8, 'home 4', 'home-4', '{\"addOns\":[],\"version\":\"6.6.10\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"home-4\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":800,\"n\":768,\"t\":480,\"m\":320},\"editorCache\":{\"d\":800,\"n\":768,\"t\":480,\"m\":320},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(0,0,0,0.15)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1013,\"preset\":\"default\",\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false},\"alwaysOn\":false,\"hideDelay\":\"500\",\"hideDelayMobile\":\"500\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"767\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"custom\",\"presets\":{\"size-def\":true,\"size\":\"8\",\"color\":\"#ffffff\",\"color-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false},\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"500\",\"hideDelayMobile\":\"500\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"767\"}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"50\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-4\\\"][\\/rev_slider]\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(9, 'home 5', 'home-5', '{\"addOns\":[],\"version\":\"6.6.10\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"home-5\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":680,\"n\":680,\"t\":480,\"m\":320},\"editorCache\":{\"d\":680,\"n\":680,\"t\":480,\"m\":320},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(0,0,0,0.15)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1013,\"preset\":\"default\",\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false},\"alwaysOn\":false,\"hideDelay\":\"1200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"991\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false},\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"10\",\"hideDelay\":\"1200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"991\"}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-5\\\"][\\/rev_slider]\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(10, 'Home 6', 'home-6', '{\"addOns\":[],\"version\":\"6.6.10\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"home-6\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":680,\"n\":680,\"t\":480,\"m\":320},\"editorCache\":{\"d\":680,\"n\":680,\"t\":480,\"m\":320},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(0,0,0,0.15)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-6\\\"][\\/rev_slider]\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', ''),
(11, 'home 8', 'home-8', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-8\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":800,\"n\":800,\"t\":600,\"m\":500},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"300\",\"height\":\"300\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1013,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1034\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', '');
INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(12, 'Home 9', 'home-9', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-9\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1034,\"t\":778,\"m\":586},\"height\":{\"d\":640,\"n\":640,\"t\":640,\"m\":500},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1013,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"hideDelay\":\"1000\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"60\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"100\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.10\",\"imported\":true,\"uid\":false}', '{\"version\":\"6.6.21\"}', '');

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

--
-- Table structure for table `wp_revslider_sliders7`
--

CREATE TABLE `wp_revslider_sliders7` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `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 NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_revslider_slides`
--

INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-742.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1057},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"zoomin\"],\"slots\":[\"default\"],\"duration\":[\"500\"]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"110\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\"},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.6)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"High Quality<br\\/>\\nConsulting Services\",\"alias\":\"High Quality Consult...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"925px\",\"e\":true},\"n\":{\"v\":\"796px\",\"e\":true},\"t\":{\"v\":\"529px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"925px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"-40px\",\"e\":true},\"t\":{\"v\":\"171px\",\"e\":true},\"m\":{\"v\":\"142px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"Competitive and hard to understand what exactly is on offer.\",\"alias\":\"The Market Can Price...\",\"uid\":5,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"554px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"46px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"633px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"467px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"271px\",\"e\":true},\"m\":{\"v\":\"238px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"502px\",\"e\":true},\"t\":{\"v\":\"317px\",\"e\":true},\"m\":{\"v\":\"284px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"13px\",\"30px\",\"13px\",\"30px\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#99cc2d\",\"borderColor\":\"#99cc2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}'),
(2, 1, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_562748479.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":394},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"I am Marko,\\nFinancial Advisor \",\"alias\":\"I am Marko,Financial...\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"567px\",\"e\":true},\"n\":{\"v\":\"567px\",\"e\":true},\"t\":{\"v\":\"567px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"567px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"15px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"320px\",\"e\":true},\"n\":{\"v\":\"320px\",\"e\":true},\"t\":{\"v\":\"124px\",\"e\":true},\"m\":{\"v\":\"6px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The market is hard to understand what exactly is on offer.\",\"alias\":\"The market is hard t...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"480px\",\"e\":true},\"n\":{\"v\":\"480px\"},\"t\":{\"v\":\"257px\",\"e\":true},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"]},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Me\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"534px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"10\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"My Services\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"234px\",\"e\":true},\"n\":{\"v\":\"234px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"535px\",\"e\":true},\"n\":{\"v\":\"535px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"10\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(3, 1, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-1374.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1131},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Business Planning,\\nStrategy & Execution\",\"alias\":\"I am Marko,Financial...\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"661px\",\"e\":true},\"n\":{\"v\":\"677px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"132px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"661px\",\"originalHeight\":\"132px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"283px\",\"e\":true},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"-70px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"alias\":\"The market is hard t...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\"},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"445px\",\"e\":true},\"n\":{\"v\":\"435px\",\"e\":true},\"t\":{\"v\":\"274px\",\"e\":true},\"m\":{\"v\":\"241px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"]},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Us\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"522px\",\"e\":true},\"n\":{\"v\":\"522px\",\"e\":true},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"28\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"522px\",\"e\":true},\"n\":{\"v\":\"522px\"},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"28\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(4, 2, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_744004360.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageWidth\":2048,\"imageHeight\":1366,\"imageRatio\":1.499267935578331,\"imageId\":108},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":\"500\",\"in\":{\"o\":0,\"sx\":\"0.6\",\"sy\":\"0.6\"},\"out\":{\"a\":false,\"o\":0,\"sx\":\"1.6\",\"sy\":\"1.6\"},\"title\":\"*add*\",\"main\":\"basic\",\"group\":\"zoom\",\"preset\":\"zoomin\"},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"fitEnd\":\"110\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}},\"bullets\":{\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false}}},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\"},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":10,\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":10,\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true,\"frameLength\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.5)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Free and impartial money advice\",\"alias\":\"Free and impartial m...\",\"uid\":3,\"htmltag\":\"p\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"250px\",\"e\":true},\"t\":{\"v\":\"142px\",\"e\":true},\"m\":{\"v\":\"121px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"Experienced In Mortgage\\nAnd Financial Advice!\",\"alias\":\"Experienced in mortg...\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"796px\",\"e\":true},\"n\":{\"v\":\"688px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"796px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"340px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"183px\",\"e\":true},\"m\":{\"v\":\"175px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"The market is incredibly competitive and hard to understand what exactly is on offer.\",\"alias\":\"The market is incred...\",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"598px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"29px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"500px\",\"e\":true},\"n\":{\"v\":\"459px\",\"e\":true},\"t\":{\"v\":\"285px\",\"e\":true},\"m\":{\"v\":\"281px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"560px\",\"e\":true},\"n\":{\"v\":\"520px\",\"e\":true},\"t\":{\"v\":\"346px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[16,40,16,40],\"e\":true},\"n\":{\"v\":[16,40,16,40],\"e\":true},\"t\":{\"v\":[16,40,16,40],\"e\":true},\"m\":{\"v\":[13,20,13,20],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9ed132\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":5,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"9\":{\"subtype\":\"controlbutton\",\"text\":\"<i class=\\\"fa-play\\\"><\\/i>\\n\\t\\t\\t\\t\\t\",\"alias\":\"Control button\",\"uid\":9,\"customCSS\":\"box-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"height\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"originalWidth\":104,\"originalHeight\":104,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"11px\",\"e\":true},\"n\":{\"v\":\"11px\"},\"t\":{\"v\":\"11px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":11},\"attributes\":{\"wrapperClasses\":\"video-autoplay\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"puid\":12,\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,3],\"e\":true},\"n\":{\"v\":[0,0,0,3],\"e\":false},\"t\":{\"v\":[0,0,0,3],\"e\":false},\"m\":{\"v\":[0,0,0,3],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Raleway\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\"},\"m\":{\"v\":\"45px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#4cd964\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#4cd964\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"https:\\/\\/www.youtube.com\\/watch?v=NtjVdVsE1Tk\",\"link_open_in\":\"_blank\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"11\":{\"text\":\"Watch Video!\",\"alias\":\"Watch video!\",\"uid\":11,\"htmltag\":\"span\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"78px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"80px\"}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"28px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":12},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"puid\":12,\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"12\":{\"text\":\"\",\"alias\":\"Group11\",\"uid\":12,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"196px\",\"e\":true},\"n\":{\"v\":\"196px\",\"e\":true},\"t\":{\"v\":\"196px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"74px\",\"e\":true},\"n\":{\"v\":\"74px\",\"e\":true},\"t\":{\"v\":\"74px\",\"e\":true},\"m\":{\"v\":\"74px\",\"e\":true}},\"originalWidth\":\"196px\",\"originalHeight\":\"74px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"251px\",\"e\":true},\"t\":{\"v\":\"-70px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"550px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"334px\",\"e\":true},\"m\":{\"v\":\"331px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"group\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(5, 2, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_562748479.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageWidth\":2048,\"imageHeight\":1367,\"imageRatio\":1.4981711777615216,\"imageId\":394},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"fitEnd\":\"120\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}},\"bullets\":{\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false}}},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"I am Marko,\\nFinancial Advisor \",\"alias\":\"I am marko,financial...\",\"uid\":3,\"htmltag\":\"h1\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"567px\",\"e\":true},\"n\":{\"v\":\"567px\",\"e\":true},\"t\":{\"v\":\"567px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"567px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"15px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"320px\",\"e\":true},\"n\":{\"v\":\"320px\",\"e\":true},\"t\":{\"v\":\"124px\",\"e\":true},\"m\":{\"v\":\"6px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationX\":\"0deg\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":960,\"startRelative\":960,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":960,\"startRelative\":960,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The market is hard to understand what exactly is on offer.\",\"alias\":\"The market is hard t...\",\"uid\":4,\"htmltag\":\"p\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"480px\",\"e\":true},\"n\":{\"v\":\"480px\"},\"t\":{\"v\":\"257px\",\"e\":true},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2000,\"start\":1360,\"startRelative\":1360,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":2000,\"start\":1360,\"startRelative\":1360,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Me\",\"alias\":\"Button\",\"uid\":5,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"534px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":1720,\"startRelative\":1720,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":1720,\"startRelative\":1720,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[15,40,15,40],\"e\":true},\"n\":{\"v\":[15,40,15,40],\"e\":false},\"t\":{\"v\":[15,40,15,40],\"e\":true},\"m\":{\"v\":[12,25,12,25],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":4,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"My Services\",\"alias\":\"Button\",\"uid\":6,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"234px\",\"e\":true},\"n\":{\"v\":\"234px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"535px\",\"e\":true},\"n\":{\"v\":\"535px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":2140,\"startRelative\":2140,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":2140,\"startRelative\":2140,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[15,40,15,40],\"e\":true},\"n\":{\"v\":[15,40,15,40],\"e\":false},\"t\":{\"v\":[15,40,15,40],\"e\":true},\"m\":{\"v\":[12,25,12,25],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":4,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}'),
(6, 3, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/02\\/Layer-571.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1290},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Quality Makes The\\nBelief For Customers.\",\"alias\":\"Quality Makes The Belief For Customers.\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"692px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"692px\",\"originalHeight\":\"133px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"190px\",\"e\":true},\"n\":{\"v\":\"190px\",\"e\":true},\"t\":{\"v\":\"190px\",\"e\":true},\"m\":{\"v\":\"-71px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"335px\",\"e\":true},\"n\":{\"v\":\"335px\",\"e\":true},\"t\":{\"v\":\"335px\",\"e\":true},\"m\":{\"v\":\"238px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"390px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"390px\",\"e\":true},\"m\":{\"v\":\"285px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"32\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(7, 3, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/02\\/Layer-571.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1290},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Quality Makes The\\nBelief For Customers.\",\"alias\":\"Quality Makes The Belief For Customers.\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"692px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"692px\",\"originalHeight\":\"133px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"190px\",\"e\":true},\"n\":{\"v\":\"190px\",\"e\":true},\"t\":{\"v\":\"190px\",\"e\":true},\"m\":{\"v\":\"-71px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"335px\",\"e\":true},\"n\":{\"v\":\"335px\",\"e\":true},\"t\":{\"v\":\"335px\",\"e\":true},\"m\":{\"v\":\"238px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"390px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"390px\",\"e\":true},\"m\":{\"v\":\"285px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"32\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(8, 3, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/revslider\\/home-10\\/Layer-5801.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1473},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Leaders Of The\\nFinancial Market! \",\"alias\":\"Leaders Of The Financial Market! \",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"661px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"132px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"661px\",\"originalHeight\":\"132px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"160px\",\"e\":true},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"-48px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"283px\",\"e\":true},\"m\":{\"v\":\"244px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"360px\",\"e\":true},\"n\":{\"v\":\"360px\",\"e\":true},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"360px\",\"e\":true},\"n\":{\"v\":\"360px\"},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(9, 4, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_744004378.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1214},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"zoomin\"],\"slots\":[\"default\"],\"duration\":[\"500\"]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"110\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\",\"e\":true},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\",\"e\":true},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\",\"e\":true},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.6)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"Professional Solutions,<br>\\nTure Useful Process, And<br>\\nHappy Clients!\",\"alias\":\"High Quality Consult...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"925px\",\"e\":true},\"n\":{\"v\":\"796px\",\"e\":true},\"t\":{\"v\":\"529px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"925px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"215px\",\"e\":true},\"m\":{\"v\":\"140px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"Competitive and hard to understand what exactly is on offer.\",\"alias\":\"Competitive and hard to understand what exactly is on offer.\",\"uid\":5,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"554px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"46px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"633px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"255px\",\"e\":true},\"n\":{\"v\":\"255px\",\"e\":true},\"t\":{\"v\":\"168px\",\"e\":true},\"m\":{\"v\":\"238px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"542px\",\"e\":true},\"n\":{\"v\":\"544px\",\"e\":true},\"t\":{\"v\":\"367px\",\"e\":true},\"m\":{\"v\":\"288px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"13px\",\"30px\",\"13px\",\"30px\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#99cc2d\",\"borderColor\":\"#99cc2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(10, 5, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_739242106.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1207},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Useful Process\\n& Happy Clients\",\"alias\":\"Useful Process & Hap...\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"661px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"132px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"661px\",\"originalHeight\":\"132px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"190px\",\"e\":true},\"n\":{\"v\":\"190px\",\"e\":true},\"t\":{\"v\":\"190px\",\"e\":true},\"m\":{\"v\":\"-75px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"alias\":\"The Market Can Price...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"31px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"335px\",\"e\":true},\"n\":{\"v\":\"335px\",\"e\":true},\"t\":{\"v\":\"335px\",\"e\":true},\"m\":{\"v\":\"221px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Us\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"415px\",\"e\":true},\"n\":{\"v\":\"415px\",\"e\":true},\"t\":{\"v\":\"415px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"31px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"415px\",\"e\":true},\"n\":{\"v\":\"415px\"},\"t\":{\"v\":\"415px\",\"e\":true},\"m\":{\"v\":\"299px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(11, 5, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/02\\/Layer-571.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1290},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Quality Makes The\\nBelief For Customers.\",\"alias\":\"Quality Makes The Belief For Customers.\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"692px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"692px\",\"originalHeight\":\"133px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"190px\",\"e\":true},\"n\":{\"v\":\"190px\",\"e\":true},\"t\":{\"v\":\"190px\",\"e\":true},\"m\":{\"v\":\"-71px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"335px\",\"e\":true},\"n\":{\"v\":\"335px\",\"e\":true},\"t\":{\"v\":\"335px\",\"e\":true},\"m\":{\"v\":\"238px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"390px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"390px\",\"e\":true},\"m\":{\"v\":\"285px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"32\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(12, 5, 4, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/revslider\\/home-10\\/Layer-5801.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1473},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Leaders Of The\\nFinancial Market! \",\"alias\":\"Leaders Of The Financial Market! \",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"661px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"132px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"661px\",\"originalHeight\":\"132px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"160px\",\"e\":true},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"-48px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"283px\",\"e\":true},\"m\":{\"v\":\"244px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"360px\",\"e\":true},\"n\":{\"v\":\"360px\",\"e\":true},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"360px\",\"e\":true},\"n\":{\"v\":\"360px\"},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(13, 6, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_748643938-1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":323},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"zoomin\"],\"slots\":[\"default\"],\"duration\":[\"500\"]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"110\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\"},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.5)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"Smart & Proffesional\\nSolutions For Your Business!\",\"alias\":\"Smart & Proffesional...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"907px\",\"e\":true},\"n\":{\"v\":\"796px\",\"e\":true},\"t\":{\"v\":\"529px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"907px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"205px\",\"e\":true},\"t\":{\"v\":\"135px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"alias\":\"You can learn from y...\",\"uid\":5,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"554px\",\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"46px\",\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"633px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"356px\",\"e\":true},\"t\":{\"v\":\"460px\",\"e\":true},\"m\":{\"v\":\"460px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"430px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"244px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#98cb2b\",\"e\":true},\"n\":{\"v\":\"#9ed132\",\"e\":true},\"t\":{\"v\":\"#9ed132\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"13px\",\"30px\",\"13px\",\"30px\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#98cb2b\",\"e\":true},\"n\":{\"v\":\"#9ed132\",\"e\":true},\"t\":{\"v\":\"#9ed132\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":14,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}'),
(14, 6, 8, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_744003397.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":378},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"zoomin\"],\"slots\":[\"default\"],\"duration\":[\"500\"]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"110\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\"},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.5)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"We Are The Leaders Of \\nFinancial Investment Market! \",\"alias\":\"We Are The Leaders O...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"925px\",\"e\":true},\"n\":{\"v\":\"796px\",\"e\":true},\"t\":{\"v\":\"529px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"925px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"205px\",\"e\":true},\"t\":{\"v\":\"135px\",\"e\":true},\"m\":{\"v\":\"133px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price...\",\"uid\":5,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"554px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"46px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"633px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"356px\",\"e\":true},\"t\":{\"v\":\"460px\",\"e\":true},\"m\":{\"v\":\"96px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"t\":false},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"410px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"244px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"13px\",\"30px\",\"13px\",\"30px\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#99cc2d\",\"borderColor\":\"#99cc2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":13,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(15, 7, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_744003397.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":378},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"zoomin\"],\"slots\":[\"default\"],\"duration\":[\"500\"]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"110\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\"},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.5)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"We Are The Leaders Of \\nFinancial Investment Market! \",\"alias\":\"We Are The Leaders O...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"925px\",\"e\":true},\"n\":{\"v\":\"796px\",\"e\":true},\"t\":{\"v\":\"529px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"925px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"205px\",\"e\":true},\"t\":{\"v\":\"135px\",\"e\":true},\"m\":{\"v\":\"133px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price...\",\"uid\":5,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"554px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"46px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"633px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"356px\",\"e\":true},\"t\":{\"v\":\"460px\",\"e\":true},\"m\":{\"v\":\"96px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"t\":false},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"410px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"244px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"13px\",\"30px\",\"13px\",\"30px\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#99cc2d\",\"borderColor\":\"#99cc2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}'),
(16, 8, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_562748479.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageWidth\":2048,\"imageHeight\":1367,\"imageRatio\":1.4981711777615216,\"imageId\":394},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"fitEnd\":\"120\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}},\"bullets\":{\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false}}},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"I am Marko,\\nFinancial Advisor \",\"alias\":\"I am marko,financial...\",\"uid\":3,\"htmltag\":\"h1\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"567px\",\"e\":true},\"n\":{\"v\":\"567px\",\"e\":true},\"t\":{\"v\":\"567px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"567px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"15px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"320px\",\"e\":true},\"n\":{\"v\":\"320px\",\"e\":true},\"t\":{\"v\":\"124px\",\"e\":true},\"m\":{\"v\":\"6px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationX\":\"0deg\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":960,\"startRelative\":960,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":960,\"startRelative\":960,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The market is hard to understand what exactly is on offer.\",\"alias\":\"The market is hard t...\",\"uid\":4,\"htmltag\":\"p\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"480px\",\"e\":true},\"n\":{\"v\":\"480px\"},\"t\":{\"v\":\"257px\",\"e\":true},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2000,\"start\":1360,\"startRelative\":1360,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":2000,\"start\":1360,\"startRelative\":1360,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Me\",\"alias\":\"Button\",\"uid\":5,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"534px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":1720,\"startRelative\":1720,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":1720,\"startRelative\":1720,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[15,40,15,40],\"e\":true},\"n\":{\"v\":[15,40,15,40],\"e\":false},\"t\":{\"v\":[15,40,15,40],\"e\":true},\"m\":{\"v\":[12,25,12,25],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":17,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"My Services\",\"alias\":\"Button\",\"uid\":6,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"234px\",\"e\":true},\"n\":{\"v\":\"234px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"535px\",\"e\":true},\"n\":{\"v\":\"535px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":2140,\"startRelative\":2140,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":2140,\"startRelative\":2140,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[15,40,15,40],\"e\":true},\"n\":{\"v\":[15,40,15,40],\"e\":false},\"t\":{\"v\":[15,40,15,40],\"e\":true},\"m\":{\"v\":[12,25,12,25],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":17,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(17, 8, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_744004360.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageWidth\":2048,\"imageHeight\":1366,\"imageRatio\":1.499267935578331,\"imageId\":108},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":\"500\",\"in\":{\"o\":0,\"sx\":\"0.6\",\"sy\":\"0.6\"},\"out\":{\"a\":false,\"o\":0,\"sx\":\"1.6\",\"sy\":\"1.6\"},\"title\":\"*add*\",\"main\":\"basic\",\"group\":\"zoom\",\"preset\":\"zoomin\"},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"fitEnd\":\"110\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}},\"bullets\":{\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false}}},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\"},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":10,\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":10,\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true,\"frameLength\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.5)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Free and impartial money advice\",\"alias\":\"Free and impartial m...\",\"uid\":3,\"htmltag\":\"p\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"250px\",\"e\":true},\"t\":{\"v\":\"142px\",\"e\":true},\"m\":{\"v\":\"121px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"Experienced In Mortgage\\nAnd Financial Advice!\",\"alias\":\"Experienced in mortg...\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"796px\",\"e\":true},\"n\":{\"v\":\"688px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"796px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"340px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"183px\",\"e\":true},\"m\":{\"v\":\"175px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"The market is incredibly competitive and hard to understand what exactly is on offer.\",\"alias\":\"The market is incred...\",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"598px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"29px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"500px\",\"e\":true},\"n\":{\"v\":\"459px\",\"e\":true},\"t\":{\"v\":\"285px\",\"e\":true},\"m\":{\"v\":\"281px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"560px\",\"e\":true},\"n\":{\"v\":\"520px\",\"e\":true},\"t\":{\"v\":\"346px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[16,40,16,40],\"e\":true},\"n\":{\"v\":[16,40,16,40],\"e\":true},\"t\":{\"v\":[16,40,16,40],\"e\":true},\"m\":{\"v\":[13,20,13,20],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9ed132\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":16,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"9\":{\"subtype\":\"controlbutton\",\"text\":\"<i class=\\\"fa-play\\\"><\\/i>\\n\\t\\t\\t\\t\\t\",\"alias\":\"Control button\",\"uid\":9,\"customCSS\":\"box-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"height\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"originalWidth\":104,\"originalHeight\":104,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"11px\",\"e\":true},\"n\":{\"v\":\"11px\"},\"t\":{\"v\":\"11px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":11},\"attributes\":{\"wrapperClasses\":\"video-autoplay\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"puid\":12,\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,3],\"e\":true},\"n\":{\"v\":[0,0,0,3],\"e\":false},\"t\":{\"v\":[0,0,0,3],\"e\":false},\"m\":{\"v\":[0,0,0,3],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Raleway\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\"},\"m\":{\"v\":\"45px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#4cd964\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#4cd964\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"https:\\/\\/www.youtube.com\\/watch?v=NtjVdVsE1Tk\",\"link_open_in\":\"_blank\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"11\":{\"text\":\"Watch Video!\",\"alias\":\"Watch video!\",\"uid\":11,\"htmltag\":\"span\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"78px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"80px\"}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"28px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":12},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"puid\":12,\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"12\":{\"text\":\"\",\"alias\":\"Group11\",\"uid\":12,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"196px\",\"e\":true},\"n\":{\"v\":\"196px\",\"e\":true},\"t\":{\"v\":\"196px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"74px\",\"e\":true},\"n\":{\"v\":\"74px\",\"e\":true},\"t\":{\"v\":\"74px\",\"e\":true},\"m\":{\"v\":\"74px\",\"e\":true}},\"originalWidth\":\"196px\",\"originalHeight\":\"74px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"251px\",\"e\":true},\"t\":{\"v\":\"-70px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"550px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"334px\",\"e\":true},\"m\":{\"v\":\"331px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"group\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(18, 9, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-742.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageWidth\":1600,\"imageHeight\":800,\"imageRatio\":2,\"imageId\":1057},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"fitEnd\":\"120\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}},\"bullets\":{\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false}}},\"version\":\"6.6.20\"}', '{\"3\":{\"text\":\"Smart Solutions\\nFor Your Business\",\"alias\":\"Smart solutions for ...\",\"uid\":3,\"htmltag\":\"h1\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"567px\",\"e\":true},\"n\":{\"v\":\"567px\",\"e\":true},\"t\":{\"v\":\"567px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"567px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"200px\",\"e\":true},\"n\":{\"v\":\"200px\",\"e\":true},\"t\":{\"v\":\"104px\",\"e\":true},\"m\":{\"v\":\"-27px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationX\":\"0deg\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":960,\"startRelative\":960,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":960,\"startRelative\":960,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"alias\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"uid\":4,\"htmltag\":\"p\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"520px\",\"e\":true},\"t\":{\"v\":\"540px\",\"e\":true},\"m\":{\"v\":\"420px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"37px\",\"e\":true}},\"originalWidth\":\"520px\",\"originalHeight\":\"45px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"350px\",\"e\":true},\"t\":{\"v\":\"230px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2000,\"start\":1360,\"startRelative\":1360,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":2000,\"start\":1360,\"startRelative\":1360,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Us\",\"alias\":\"Button\",\"uid\":5,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"234px\",\"e\":true},\"n\":{\"v\":\"98px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-130px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"430px\",\"e\":true},\"n\":{\"v\":\"429px\",\"e\":true},\"t\":{\"v\":\"308px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":1720,\"startRelative\":1720,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":1720,\"startRelative\":1720,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[15,40,15,40],\"e\":true},\"n\":{\"v\":[15,40,15,40],\"e\":true},\"t\":{\"v\":[15,40,15,40],\"e\":true},\"m\":{\"v\":[12,25,12,25],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":19,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":6,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"-105px\",\"e\":true},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"430px\",\"e\":true},\"n\":{\"v\":\"430px\",\"e\":true},\"t\":{\"v\":\"308px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":2140,\"startRelative\":2140,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":2140,\"startRelative\":2140,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[15,40,15,40],\"e\":true},\"n\":{\"v\":[15,40,15,40],\"e\":true},\"t\":{\"v\":[15,40,15,40],\"e\":true},\"m\":{\"v\":[12,25,12,25],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":19,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"7\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":7,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"opacity\":\"1\",\"rotationX\":\"0deg\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":290,\"startRelative\":290,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":290,\"startRelative\":290,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7210,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":290},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(0, 0, 0, 0.6)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(19, 9, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-580.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageWidth\":1600,\"imageHeight\":800,\"imageRatio\":2,\"imageId\":1130},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":\"500\",\"in\":{\"o\":0,\"sx\":\"0.6\",\"sy\":\"0.6\"},\"out\":{\"a\":false,\"o\":0,\"sx\":\"1.6\",\"sy\":\"1.6\"},\"title\":\"*add*\",\"main\":\"basic\",\"group\":\"zoom\",\"preset\":\"zoomin\"},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"fitEnd\":\"110\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}},\"bullets\":{\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false}}},\"version\":\"6.6.20\"}', '{\"4\":{\"text\":\"The Market Can Price\\nThings Wrong, We Don\\u2019t!\",\"alias\":\"The market can price things wrong, we don\\u2019t!\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"796px\",\"e\":true},\"n\":{\"v\":\"688px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"796px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"195px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"v\":\"87px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9ed132\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9ed132\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"We Are The Leaders Of The Financial Investment Market! \",\"alias\":\"We are the leaders of the financial investment market! \",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"598px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"340px\",\"e\":true},\"t\":{\"v\":\"220px\",\"e\":true},\"m\":{\"v\":\"181px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-121px\",\"e\":true},\"n\":{\"v\":\"-110px\",\"e\":true},\"t\":{\"v\":\"-103px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"405px\",\"e\":true},\"n\":{\"v\":\"400px\",\"e\":true},\"t\":{\"v\":\"280px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[16,40,16,40],\"e\":true},\"n\":{\"v\":[16,40,16,40],\"e\":true},\"t\":{\"v\":[16,40,16,40],\"e\":true},\"m\":{\"v\":[13,20,13,20],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9ed132\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":18,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"9\":{\"subtype\":\"controlbutton\",\"text\":\"<i class=\\\"fa-play\\\"><\\/i>\\n\\t\\t\\t\\t\\t\",\"alias\":\"Control button\",\"uid\":9,\"customCSS\":\"box-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"height\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"originalWidth\":104,\"originalHeight\":104,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"11px\",\"e\":true},\"n\":{\"v\":\"11px\"},\"t\":{\"v\":\"11px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":10},\"attributes\":{\"wrapperClasses\":\"video-autoplay\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"puid\":12,\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,3],\"e\":true},\"n\":{\"v\":[0,0,0,3],\"e\":false},\"t\":{\"v\":[0,0,0,3],\"e\":false},\"m\":{\"v\":[0,0,0,3],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Raleway\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\"},\"m\":{\"v\":\"45px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#4cd964\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#4cd964\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"https:\\/\\/www.youtube.com\\/watch?v=NtjVdVsE1Tk\",\"link_open_in\":\"_blank\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"11\":{\"text\":\"Watch Video!\",\"alias\":\"Watch video!\",\"uid\":11,\"htmltag\":\"span\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"78px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"80px\"}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"28px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"puid\":12,\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"12\":{\"text\":\"\",\"alias\":\"Group11\",\"uid\":12,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"196px\",\"e\":true},\"n\":{\"v\":\"196px\",\"e\":true},\"t\":{\"v\":\"196px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"74px\",\"e\":true},\"n\":{\"v\":\"74px\",\"e\":true},\"t\":{\"v\":\"74px\",\"e\":true},\"m\":{\"v\":\"74px\",\"e\":true}},\"originalWidth\":\"196px\",\"originalHeight\":\"74px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"102px\",\"e\":true},\"n\":{\"v\":\"108px\",\"e\":true},\"t\":{\"v\":\"111px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"395px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"270px\",\"e\":true},\"m\":{\"v\":\"331px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"group\",\"version\":\"6.6.21\"},\"14\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":14,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"opacity\":\"1\",\"rotationX\":\"0deg\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":500,\"startRelative\":500,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"start\":500,\"startRelative\":500,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8200,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(0, 0, 0, 0.6)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(20, 10, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-580.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageWidth\":1600,\"imageHeight\":800,\"imageRatio\":2,\"imageId\":1130},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":\"500\",\"in\":{\"o\":0,\"sx\":\"0.6\",\"sy\":\"0.6\"},\"out\":{\"a\":false,\"o\":0,\"sx\":\"1.6\",\"sy\":\"1.6\"},\"title\":\"*add*\",\"main\":\"basic\",\"group\":\"zoom\",\"preset\":\"zoomin\"},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"fitEnd\":\"110\"},\"version\":\"6.6.20\"}', '{\"4\":{\"text\":\"The Market Can Price\\nThings Wrong, We Don\\u2019t!\",\"alias\":\"The market can price things wrong, we don\\u2019t!\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"796px\",\"e\":true},\"n\":{\"v\":\"688px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"796px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"195px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"v\":\"87px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9ed132\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9ed132\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"We Are The Leaders Of The Financial Investment Market! \",\"alias\":\"We are the leaders of the financial investment market! \",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"598px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"340px\",\"e\":true},\"t\":{\"v\":\"220px\",\"e\":true},\"m\":{\"v\":\"181px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"v\":\"#f9f9f9\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-121px\",\"e\":true},\"n\":{\"v\":\"-110px\",\"e\":true},\"t\":{\"v\":\"-103px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"405px\",\"e\":true},\"n\":{\"v\":\"400px\",\"e\":true},\"t\":{\"v\":\"280px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[16,40,16,40],\"e\":true},\"n\":{\"v\":[16,40,16,40],\"e\":true},\"t\":{\"v\":[16,40,16,40],\"e\":true},\"m\":{\"v\":[13,20,13,20],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9ed132\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":18,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"9\":{\"subtype\":\"controlbutton\",\"text\":\"<i class=\\\"fa-play\\\"><\\/i>\\n\\t\\t\\t\\t\\t\",\"alias\":\"Control button\",\"uid\":9,\"customCSS\":\"box-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"height\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"originalWidth\":104,\"originalHeight\":104,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"11px\",\"e\":true},\"n\":{\"v\":\"11px\"},\"t\":{\"v\":\"11px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"attributes\":{\"wrapperClasses\":\"video-autoplay\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"puid\":12,\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,3],\"e\":true},\"n\":{\"v\":[0,0,0,3],\"e\":false},\"t\":{\"v\":[0,0,0,3],\"e\":false},\"m\":{\"v\":[0,0,0,3],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Raleway\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\"},\"m\":{\"v\":\"45px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#4cd964\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#4cd964\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"https:\\/\\/www.youtube.com\\/watch?v=NtjVdVsE1Tk\",\"link_open_in\":\"_blank\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"button\",\"version\":\"6.6.21\"},\"11\":{\"text\":\"Watch Video!\",\"alias\":\"Watch video!\",\"uid\":11,\"htmltag\":\"span\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"78px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"80px\"}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"28px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"puid\":12,\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":1000,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"12\":{\"text\":\"\",\"alias\":\"Group11\",\"uid\":12,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"196px\",\"e\":true},\"n\":{\"v\":\"196px\",\"e\":true},\"t\":{\"v\":\"196px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"74px\",\"e\":true},\"n\":{\"v\":\"74px\",\"e\":true},\"t\":{\"v\":\"74px\",\"e\":true},\"m\":{\"v\":\"74px\",\"e\":true}},\"originalWidth\":\"196px\",\"originalHeight\":\"74px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"102px\",\"e\":true},\"n\":{\"v\":\"108px\",\"e\":true},\"t\":{\"v\":\"111px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"395px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"270px\",\"e\":true},\"m\":{\"v\":\"331px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":500,\"start\":1000,\"startRelative\":1000,\"endWithSlide\":false,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"group\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(21, 11, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-1374.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1131},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Business Planning,\\nStrategy & Execution\",\"alias\":\"I am Marko,Financial...\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"661px\",\"e\":true},\"n\":{\"v\":\"677px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"132px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"661px\",\"originalHeight\":\"132px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"283px\",\"e\":true},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"-70px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"alias\":\"The market is hard t...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\"},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"445px\",\"e\":true},\"n\":{\"v\":\"435px\",\"e\":true},\"t\":{\"v\":\"274px\",\"e\":true},\"m\":{\"v\":\"241px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"]},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Us\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"522px\",\"e\":true},\"n\":{\"v\":\"522px\",\"e\":true},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"28\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"522px\",\"e\":true},\"n\":{\"v\":\"522px\"},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"28\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(22, 11, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-742.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1057},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"zoomin\"],\"slots\":[\"default\"],\"duration\":[\"500\"]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"110\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\",\"e\":true},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\",\"e\":true},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-999px\",\"e\":true},\"n\":{\"v\":\"-998px\",\"e\":true},\"t\":{\"v\":\"-998px\"},\"m\":{\"v\":\"-998px\"}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":10,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1000,\"start\":9000,\"startRelative\":8980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(27, 26, 26, 0.6)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"High Quality<br\\/>\\nConsulting Services\",\"alias\":\"High Quality Consult...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"925px\",\"e\":true},\"n\":{\"v\":\"796px\",\"e\":true},\"t\":{\"v\":\"529px\",\"e\":true},\"m\":{\"v\":\"529px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"925px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"-40px\",\"e\":true},\"t\":{\"v\":\"171px\",\"e\":true},\"m\":{\"v\":\"142px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"Competitive and hard to understand what exactly is on offer.\",\"alias\":\"The Market Can Price...\",\"uid\":5,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"554px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"46px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"633px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"467px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"271px\",\"e\":true},\"m\":{\"v\":\"238px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9f9f9\",\"e\":true},\"n\":{\"v\":\"#f9f9f9\",\"e\":true},\"t\":{\"v\":\"#f9f9f9\",\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"8\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"502px\",\"e\":true},\"t\":{\"v\":\"317px\",\"e\":true},\"m\":{\"v\":\"284px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"16px\",\"40px\",\"16px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"13px\",\"30px\",\"13px\",\"30px\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#99cc2d\",\"borderColor\":\"#99cc2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9ed132\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderColor\":\"#9ed132\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2\",\"2\",\"2\",\"2\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9ed132\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}'),
(23, 11, 4, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2018\\/09\\/shutterstock_562748479.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":394},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"I am Marko,\\nFinancial Advisor \",\"alias\":\"I am Marko,Financial...\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"567px\",\"e\":true},\"n\":{\"v\":\"567px\",\"e\":true},\"t\":{\"v\":\"567px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"567px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"15px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"320px\",\"e\":true},\"n\":{\"v\":\"320px\",\"e\":true},\"t\":{\"v\":\"124px\",\"e\":true},\"m\":{\"v\":\"6px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The market is hard to understand what exactly is on offer.\",\"alias\":\"The market is hard t...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"480px\",\"e\":true},\"n\":{\"v\":\"480px\"},\"t\":{\"v\":\"257px\",\"e\":true},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"]},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Me\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"534px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\"},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":17,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"My Services\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"234px\",\"e\":true},\"n\":{\"v\":\"234px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"535px\",\"e\":true},\"n\":{\"v\":\"535px\"},\"t\":{\"v\":\"318px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":17,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(24, 12, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/revslider\\/home-10\\/Layer-5801.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1473},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Leaders Of The\\nFinancial Market! \",\"alias\":\"Leaders Of The Financial Market! \",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"661px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"132px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"661px\",\"originalHeight\":\"132px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"160px\",\"e\":true},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"-48px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"283px\",\"e\":true},\"m\":{\"v\":\"244px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-131px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"360px\",\"e\":true},\"n\":{\"v\":\"360px\",\"e\":true},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"360px\",\"e\":true},\"n\":{\"v\":\"360px\"},\"t\":{\"v\":\"345px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"]},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"0\":\"\",\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(25, 12, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/02\\/Layer-571.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1290},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"1\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&top&},{&r&:27,&g&:26,&b&:26,&a&:&0.85&,&position&:0,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.50&,&position&:100,&align&:&bottom&},{&r&:27,&g&:26,&b&:26,&a&:&0.5&,&position&:100,&align&:&top&}]}\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Quality Makes The\\nBelief For Customers.\",\"alias\":\"Quality Makes The Belief For Customers.\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"692px\",\"e\":true},\"n\":{\"v\":\"614px\",\"e\":true},\"t\":{\"v\":\"568px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"692px\",\"originalHeight\":\"133px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"190px\",\"e\":true},\"n\":{\"v\":\"190px\",\"e\":true},\"t\":{\"v\":\"190px\",\"e\":true},\"m\":{\"v\":\"-71px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9ed132\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"The Market Can Price Things Wrong, We Don\\u2019t!\",\"alias\":\"The Market Can Price...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"627px\",\"e\":true},\"n\":{\"v\":\"627px\",\"e\":true},\"t\":{\"v\":\"501px\",\"e\":true},\"m\":{\"v\":\"450px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"627px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"335px\",\"e\":true},\"n\":{\"v\":\"335px\",\"e\":true},\"t\":{\"v\":\"335px\",\"e\":true},\"m\":{\"v\":\"238px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Invest Now!\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"390px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"390px\",\"e\":true},\"m\":{\"v\":\"285px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":\"32\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(26, 12, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ordneco.foach.site\\/wp-content\\/uploads\\/2019\\/01\\/Layer-742.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"},\"imageId\":1057},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"1\"},\"panzoom\":{\"ease\":\"none\",\"fitEnd\":\"120\"},\"version\":\"6.6.20\"}', '{\"7\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"500%\",\"e\":true},\"n\":{\"v\":\"500%\"},\"t\":{\"v\":\"500%\"},\"m\":{\"v\":\"500%\"}},\"height\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"800px\"},\"t\":{\"v\":\"800px\"},\"m\":{\"v\":\"800px\"}},\"originalWidth\":\"500%\",\"originalHeight\":\"800px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1000px\",\"e\":true},\"n\":{\"v\":\"-1000px\"},\"t\":{\"v\":\"-1000px\"},\"m\":{\"v\":\"-1000px\"}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":290},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":8410,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"100\",\"e\":true},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(0, 0, 0, 0.6)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.21\"},\"3\":{\"text\":\"Smart Solutions\\nFor Your Business\",\"alias\":\"Smart Solutions For ...\",\"uid\":3,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"v\":\"567px\",\"e\":true},\"n\":{\"v\":\"567px\",\"e\":true},\"t\":{\"v\":\"567px\",\"e\":true},\"m\":{\"v\":\"567px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"567px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"200px\",\"e\":true},\"n\":{\"v\":\"200px\",\"e\":true},\"t\":{\"v\":\"104px\",\"e\":true},\"m\":{\"v\":\"-27px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":960},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":960,\"startRelative\":960},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":6540,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Montser\",\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\",\"e\":true},\"t\":{\"v\":\"600\",\"e\":true},\"m\":{\"v\":\"600\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"4\":{\"text\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"alias\":\"You can learn from your experiences and then use those lessons to shift strategy and try new interventions, as needed.\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"520px\",\"e\":true},\"t\":{\"v\":\"540px\",\"e\":true},\"m\":{\"v\":\"420px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"37px\",\"e\":true}},\"originalWidth\":\"520px\",\"originalHeight\":\"45px\"},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"350px\",\"e\":true},\"t\":{\"v\":\"230px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1360},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":2000,\"start\":1360,\"startRelative\":1360},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5640,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"n\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"t\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true},\"m\":{\"v\":[\"\",\"\",\"\",\"\"],\"e\":true}},\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"\",\"\",\"\",\"\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.21\"},\"5\":{\"subtype\":\"roundbutton\",\"text\":\"About Us\",\"alias\":\"Button\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"234px\",\"e\":true},\"n\":{\"v\":\"98px\",\"e\":true},\"t\":{\"v\":\"-114px\",\"e\":true},\"m\":{\"v\":\"-130px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"430px\",\"e\":true},\"n\":{\"v\":\"429px\",\"e\":true},\"t\":{\"v\":\"308px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1720},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":1720,\"startRelative\":1720},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5780,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9acd2d\",\"e\":true},\"n\":{\"v\":\"#9acd2d\",\"e\":true},\"t\":{\"v\":\"#9acd2d\",\"e\":true},\"m\":{\"v\":\"#9acd2d\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/about-us\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":19,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"Our Services\",\"alias\":\"Button\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"-105px\",\"e\":true},\"t\":{\"v\":\"109px\",\"e\":true},\"m\":{\"v\":\"128px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"430px\",\"e\":true},\"n\":{\"v\":\"430px\",\"e\":true},\"t\":{\"v\":\"308px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2140},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.inOut\",\"speed\":1500,\"start\":2140,\"startRelative\":2140},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.inOut\",\"start\":9000,\"startRelative\":5360,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"n\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"t\":{\"v\":[\"15px\",\"40px\",\"15px\",\"40px\"],\"e\":true},\"m\":{\"v\":[\"12px\",\"25px\",\"12px\",\"25px\"],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"17px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#9acd2d\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"#9acd2d\",\"backgroundColor\":\"rgba(154, 205, 45, 0)\",\"borderColor\":\"#9acd2d\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"originX\":50,\"originY\":50,\"ease\":\"none\",\"svg\":{\"color\":\"#9acd2d\"}},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/demo.cmssuperheroes.com\\/themeforest\\/wp-consultivo\\/services\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":19,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n\",\"type\":\"button\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');

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

--
-- Table structure for table `wp_revslider_slides7`
--

CREATE TABLE `wp_revslider_slides7` (
  `id` int(9) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  `static` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `wp_revslider_static_slides`
--

CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_revslider_static_slides`
--

INSERT INTO `wp_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(2, 2, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(3, 3, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(4, 4, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(5, 5, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(6, 6, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(7, 7, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(8, 8, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(9, 9, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(10, 10, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(11, 11, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}'),
(12, 12, '{\"version\":\"6.6.20\",\"bg\":{\"image\":\"\"},\"image\":\"\"}', '[]', '{\"version\":\"6.6.21\"}');

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_termmeta`
--

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 25, 'order', '0'),
(2, 28, 'order', '0'),
(3, 28, 'product_count_product_cat', '11'),
(4, 25, 'product_count_product_cat', '1');

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Consulting', 'consulting', 0),
(2, 'Financial', 'financial', 0),
(3, 'Insurance', 'insurance', 0),
(4, 'Investment tips', 'investment-tips', 0),
(5, 'Uncategorized', 'uncategorized', 0),
(6, 'Bussiness', 'bussiness', 0),
(7, 'Corporate', 'corporate', 0),
(8, 'Modern', 'modern', 0),
(9, 'Responsive', 'responsive', 0),
(10, 'Consulting', 'consulting', 0),
(11, 'Customer Service', 'customer-service', 0),
(12, 'Environment', 'environment', 0),
(13, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(14, 'exclude-from-search', 'exclude-from-search', 0),
(15, 'external', 'external', 0),
(16, 'featured', 'featured', 0),
(17, 'grouped', 'grouped', 0),
(18, 'Investment', 'investment', 0),
(19, 'outofstock', 'outofstock', 0),
(20, 'rated-1', 'rated-1', 0),
(21, 'rated-2', 'rated-2', 0),
(22, 'rated-3', 'rated-3', 0),
(23, 'rated-4', 'rated-4', 0),
(24, 'rated-5', 'rated-5', 0),
(25, 'SEO Book', 'seo-book', 0),
(26, 'simple', 'simple', 0),
(27, 'Tips', 'tips', 0),
(28, 'Uncategorized', 'uncategorized', 0),
(29, 'variable', 'variable', 0),
(30, 'company', 'company', 0),
(31, 'group home 1', 'group-home-1', 0),
(32, 'Group Home 2', 'group-home-2', 0),
(33, 'Group Home 3', 'group-home-3', 0),
(34, 'Group Home 4', 'group-home-4', 0),
(35, 'main-menu', 'main-menu', 0),
(36, 'services', 'services', 0),
(37, 'services-2', 'services-2', 0),
(38, 'submenu 2', 'submenu-2', 0),
(39, 'submenu 3', 'submenu-3', 0),
(40, 'submenu 4', 'submenu-4', 0),
(41, 'submenu1', 'submenu1', 0);

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(61, 3, 0),
(61, 4, 0),
(61, 6, 0),
(61, 8, 0),
(61, 9, 0),
(77, 1, 0),
(77, 3, 0),
(77, 6, 0),
(77, 7, 0),
(77, 9, 0),
(79, 1, 0),
(79, 2, 0),
(79, 6, 0),
(79, 7, 0),
(79, 8, 0),
(81, 3, 0),
(81, 4, 0),
(81, 6, 0),
(81, 7, 0),
(81, 8, 0),
(83, 2, 0),
(83, 6, 0),
(83, 7, 0),
(83, 8, 0),
(83, 9, 0),
(85, 1, 0),
(85, 3, 0),
(85, 6, 0),
(85, 7, 0),
(85, 8, 0),
(85, 9, 0),
(249, 12, 0),
(249, 18, 0),
(260, 11, 0),
(260, 27, 0),
(262, 10, 0),
(262, 12, 0),
(264, 11, 0),
(264, 27, 0),
(266, 10, 0),
(266, 18, 0),
(268, 12, 0),
(268, 27, 0),
(272, 11, 0),
(272, 18, 0),
(275, 10, 0),
(275, 27, 0),
(611, 26, 0),
(611, 28, 0),
(627, 26, 0),
(627, 28, 0),
(628, 26, 0),
(628, 28, 0),
(629, 26, 0),
(629, 28, 0),
(630, 26, 0),
(630, 28, 0),
(631, 26, 0),
(631, 28, 0),
(632, 26, 0),
(632, 28, 0),
(633, 26, 0),
(633, 28, 0),
(634, 26, 0),
(634, 28, 0),
(635, 26, 0),
(635, 28, 0),
(636, 25, 0),
(636, 26, 0),
(637, 26, 0),
(637, 28, 0),
(1402, 35, 0),
(1403, 35, 0),
(1404, 35, 0),
(1405, 35, 0),
(1406, 35, 0),
(1407, 35, 0),
(1408, 35, 0),
(1409, 35, 0),
(1410, 31, 0),
(1411, 31, 0),
(1412, 31, 0),
(1413, 36, 0),
(1414, 36, 0),
(1415, 36, 0),
(1416, 36, 0),
(1417, 36, 0),
(1418, 36, 0),
(1419, 37, 0),
(1420, 37, 0),
(1421, 37, 0),
(1422, 37, 0),
(1423, 37, 0),
(1424, 35, 0),
(1425, 35, 0),
(1426, 35, 0),
(1427, 35, 0),
(1428, 35, 0),
(1429, 35, 0),
(1430, 35, 0),
(1431, 35, 0),
(1432, 35, 0),
(1433, 35, 0),
(1434, 35, 0),
(1435, 35, 0),
(1436, 35, 0),
(1437, 35, 0),
(1438, 35, 0),
(1439, 35, 0),
(1440, 35, 0),
(1441, 35, 0),
(1442, 35, 0),
(1443, 30, 0),
(1444, 30, 0),
(1445, 30, 0),
(1446, 30, 0),
(1447, 30, 0),
(1448, 30, 0),
(1449, 38, 0),
(1450, 38, 0),
(1451, 38, 0),
(1452, 39, 0),
(1453, 39, 0),
(1454, 39, 0),
(1455, 40, 0),
(1456, 40, 0),
(1457, 41, 0),
(1458, 41, 0),
(1459, 41, 0),
(1460, 35, 0),
(1461, 35, 0),
(1462, 35, 0),
(1463, 35, 0),
(1464, 32, 0),
(1465, 32, 0),
(1466, 32, 0),
(1467, 33, 0),
(1468, 33, 0),
(1469, 33, 0),
(1470, 34, 0),
(1471, 34, 0),
(1472, 34, 0);

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 3),
(2, 2, 'category', '', 0, 2),
(3, 3, 'category', '', 0, 4),
(4, 4, 'category', '', 0, 2),
(5, 5, 'category', '', 0, 0),
(6, 6, 'post_tag', '', 0, 6),
(7, 7, 'post_tag', '', 0, 5),
(8, 8, 'post_tag', '', 0, 5),
(9, 9, 'post_tag', '', 0, 4),
(10, 10, 'portfolio-category', '', 0, 3),
(11, 11, 'portfolio-category', '', 0, 3),
(12, 12, 'portfolio-category', '', 0, 3),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_type', '', 0, 0),
(16, 16, 'product_visibility', '', 0, 0),
(17, 17, 'product_type', '', 0, 0),
(18, 18, 'portfolio-category', '', 0, 3),
(19, 19, 'product_visibility', '', 0, 0),
(20, 20, 'product_visibility', '', 0, 0),
(21, 21, 'product_visibility', '', 0, 0),
(22, 22, 'product_visibility', '', 0, 0),
(23, 23, 'product_visibility', '', 0, 0),
(24, 24, 'product_visibility', '', 0, 0),
(25, 25, 'product_cat', '', 0, 1),
(26, 26, 'product_type', '', 0, 12),
(27, 27, 'portfolio-category', '', 0, 4),
(28, 28, 'product_cat', '', 0, 11),
(29, 29, 'product_type', '', 0, 0),
(30, 30, 'nav_menu', '', 0, 6),
(31, 31, 'nav_menu', '', 0, 3),
(32, 32, 'nav_menu', '', 0, 3),
(33, 33, 'nav_menu', '', 0, 3),
(34, 34, 'nav_menu', '', 0, 3),
(35, 35, 'nav_menu', '', 0, 31),
(36, 36, 'nav_menu', '', 0, 6),
(37, 37, 'nav_menu', '', 0, 5),
(38, 38, 'nav_menu', '', 0, 3),
(39, 39, 'nav_menu', '', 0, 3),
(40, 40, 'nav_menu', '', 0, 2),
(41, 41, 'nav_menu', '', 0, 3);

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'default_password_nag', ''),
(16, 1, 'show_welcome_panel', '1'),
(17, 1, 'session_tokens', 'a:3:{s:64:\"164cf3c500e5247b5341b7b0259daf4a5bcd9d83de9efb4636ec07afafa497e3\";a:4:{s:10:\"expiration\";i:1729346510;s:2:\"ip\";s:12:\"192.168.65.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1729173710;}s:64:\"aae151178222b8268f4f0297e66b0e1cf483287ec11e454675381766c0c7eb02\";a:4:{s:10:\"expiration\";i:1729347573;s:2:\"ip\";s:12:\"192.168.65.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1729174773;}s:64:\"8180cfc4d80df2caa478c1d1cb0e99b8d2cdfbf2c9de01aa50ba6e06a2078794\";a:4:{s:10:\"expiration\";i:1729347577;s:2:\"ip\";s:12:\"192.168.65.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1729174777;}}'),
(18, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(19, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"192.168.65.0\";}'),
(20, 1, '_woocommerce_tracks_anon_id', 'woo:7G+xNoV7GPpYEELwu25kcHnR'),
(21, 1, 'wc_last_active', '1729123200');

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `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, 'admin', '$P$BfOYnWZg0D.CjTRQ3ONkNvZwNqda95/', 'admin', 'admin@foach.site', 'http://localhost', '2024-10-17 14:01:50', '', 0, 'admin');

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

--
-- Table structure for table `wp_wc_admin_notes`
--

CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0',
  `layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_admin_notes`
--

INSERT INTO `wp_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES
(1, 'wc-refund-returns-page', 'info', 'en_US', 'Setup a Refund and Returns Policy page to boost your store\'s credibility.', 'We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.', '{}', 'unactioned', 'woocommerce-core', '2024-10-17 14:20:05', NULL, 0, 'plain', '', 0, 0, 'info'),
(2, 'wayflyer_bnpl_q4_2021', 'marketing', 'en_US', 'Grow your business with funding through Wayflyer', 'Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(3, 'wc_shipping_mobile_app_usps_q4_2021', 'marketing', 'en_US', 'Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App', 'Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(4, 'your-first-product', 'info', 'en_US', 'Your first product', 'That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(5, 'wc-admin-optimizing-the-checkout-flow', 'info', 'en_US', 'Optimizing the checkout flow', 'It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(6, 'wc-payments-qualitative-feedback', 'info', 'en_US', 'WooCommerce Payments setup - let us know what you think', 'Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(7, 'share-your-feedback-on-paypal', 'info', 'en_US', 'Share your feedback on PayPal', 'Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(8, 'google_listings_and_ads_install', 'marketing', 'en_US', 'Drive traffic and sales with Google', 'Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(9, 'wc-subscriptions-security-update-3-0-15', 'info', 'en_US', 'WooCommerce Subscriptions security update!', 'We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(10, 'woocommerce-core-update-5-4-0', 'info', 'en_US', 'Update to WooCommerce 5.4.1 now', 'WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(11, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(12, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(13, 'ppxo-pps-upgrade-paypal-payments-1', 'info', 'en_US', 'Get the latest PayPal extension for WooCommerce', 'Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(14, 'ppxo-pps-upgrade-paypal-payments-2', 'info', 'en_US', 'Upgrade your PayPal experience!', 'Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(15, 'woocommerce-core-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(16, 'woocommerce-blocks-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(17, 'woocommerce-core-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(18, 'woocommerce-blocks-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(19, 'habit-moment-survey', 'marketing', 'en_US', 'We’re all ears! Share your experience so far with WooCommerce', 'We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(20, 'woocommerce-core-paypal-march-2022-updated', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(21, 'woocommerce-core-paypal-march-2022-updated-nopp', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(22, 'pinterest_03_2022_update', 'marketing', 'en_US', 'Your Pinterest for WooCommerce plugin is out of date!', 'Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(23, 'store_setup_survey_survey_q2_2022', 'survey', 'en_US', 'How is your store setup going?', 'Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(24, 'needs-update-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'Security vulnerability patched in WooCommerce Eway Gateway', 'In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(25, 'updated-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'WooCommerce Eway Gateway has been automatically updated', 'Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(26, 'ecomm-wc-navigation-survey-2023', 'info', 'en_US', 'Navigating WooCommerce on WordPress.com', 'We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(27, 'woopay-beta-merchantrecruitment-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(28, 'woocommerce-wcpay-march-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Payments', '<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(29, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'marketing', 'en_US', 'Accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(30, 'woocommerce-WCPreOrders-april-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Pre-Orders extension', '<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(31, 'woopay-beta-merchantrecruitment-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(32, 'woopay-beta-existingmerchants-noaction-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(33, 'woopay-beta-existingmerchants-update-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(34, 'woopay-beta-merchantrecruitment-short-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(35, 'woopay-beta-merchantrecruitment-short-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(36, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTA', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(37, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTB', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(38, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTC', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(39, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTD', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(40, 'woopay-beta-merchantrecruitment-short-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(41, 'woopay-beta-merchantrecruitment-short-update-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(42, 'woocommerce-WCSubscriptions-June-2023-updated-needed', 'marketing', 'en_US', 'Action required: Security update of WooCommerce Subscriptions', '<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(43, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Returns and Warranty Requests extension', '<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(44, 'woocommerce-WCOPC-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce One Page Checkout', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(45, 'woocommerce-WCGC-July-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce GoCardless Extension', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(46, 'woocommerce-shipping-fedex-api-outage-2023-07-16', 'warning', 'en_US', 'Scheduled FedEx API outage — July 2023', 'On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(47, 'wcship-2023-07-hazmat-update-needed', 'update', 'en_US', 'Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension', '<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(48, 'woocommerce-WCStripe-Aug-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Stripe plugin', '<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(49, 'woocommerce-WCStripe-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooCommerce Stripe plugin', '<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(50, 'woocommerce-WooPayments-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooPayments (WooCommerce Payments) plugin', '<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(51, 'avalara_q3-2023_noAvaTax', 'marketing', 'en_US', 'Automatically calculate VAT in real time', 'Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(52, 'woocommerce-usermeta-Sept2023-productvendors', 'update', 'en_US', 'Your store requires a security update', '<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(53, 'woocommerce-STRIPE-Oct-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Stripe Gateway', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(54, 'amazon-mcf-reviews-2023-12-07', 'marketing', 'en_US', 'Enjoying Amazon MCF for WooCommerce?', 'We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(55, 'remove_estimated_deposits_2024', 'marketing', 'en_US', 'Estimated deposits are going away', 'To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(56, 'stripe_securityupdate_q3_2024', 'update', 'en_US', 'Security update required for your Stripe extension', 'To continue securely accepting payments, you must update your Stripe extension to at least version 8.6, re-authenticate, and turn on the new checkout experience. Review the documentation for instructions on how to make the necessary changes from your WooCommerce dashboard.', '{}', 'pending', 'woocommerce.com', '2024-10-17 14:20:06', NULL, 0, 'plain', '', 0, 0, 'info');

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

--
-- Table structure for table `wp_wc_admin_note_actions`
--

CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonce_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `nonce_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_admin_note_actions`
--

INSERT INTO `wp_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES
(1, 1, 'notify-refund-returns-page', 'Edit page', 'http://ordneco.foach.site/wp-admin/post.php?post=11&action=edit', 'actioned', '', NULL, NULL),
(2, 2, 'wayflyer_bnpl_q4_2021', 'Level up with funding', 'https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021', 'actioned', '', NULL, NULL),
(3, 3, 'wc_shipping_mobile_app_usps_q4_2021', 'Get WooCommerce Shipping', 'https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021', 'actioned', '', NULL, NULL),
(4, 4, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'actioned', '', NULL, NULL),
(5, 5, 'optimizing-the-checkout-flow', 'Learn more', 'https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow', 'actioned', '', NULL, NULL),
(6, 6, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/wc-pay-new', 'actioned', '', NULL, NULL),
(7, 7, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', '', NULL, NULL),
(8, 8, 'get-started', 'Get started', 'https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started', 'actioned', '', NULL, NULL),
(9, 9, 'update-wc-subscriptions-3-0-15', 'View latest version', 'http://ordneco.foach.site/wp-admin/&page=wc-addons&section=helper', 'actioned', '', NULL, NULL),
(10, 10, 'update-wc-core-5-4-0', 'How to update WooCommerce', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'actioned', '', NULL, NULL),
(11, 13, 'ppxo-pps-install-paypal-payments-1', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(12, 14, 'ppxo-pps-install-paypal-payments-2', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(13, 15, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(14, 15, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(15, 16, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(16, 16, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(17, 17, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(18, 17, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(19, 18, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(20, 18, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(21, 19, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', '', NULL, NULL),
(22, 20, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(23, 20, 'woocommerce-core-paypal-march-2022-dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(24, 21, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(25, 21, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(26, 22, 'pinterest_03_2022_update', 'Update Instructions', 'https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3', 'actioned', '', NULL, NULL),
(27, 23, 'store_setup_survey_survey_q2_2022_share_your_thoughts', 'Tell us how it’s going', 'https://automattic.survey.fm/store-setup-survey-2022', 'actioned', '', NULL, NULL),
(28, 24, 'needs-update-eway-payment-gateway-rin-action-button-2022-12-20', 'See available updates', 'http://ordneco.foach.site/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(29, 24, 'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(30, 25, 'updated-eway-payment-gateway-rin-action-button-2022-12-20', 'See all updates', 'http://ordneco.foach.site/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(31, 25, 'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(32, 26, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/new-ecommerce-plan-navigation', 'actioned', '', NULL, NULL),
(33, 27, 'woopay-beta-merchantrecruitment-activate-04MAY23', 'Activate WooPay', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(34, 27, 'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'unactioned', '', NULL, NULL),
(35, 28, 'woocommerce-wcpay-march-2023-update-needed-button', 'See Blog Post', 'https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know', 'unactioned', '', NULL, NULL),
(36, 28, 'woocommerce-wcpay-march-2023-update-needed-dismiss-button', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(37, 29, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'Simplify my payments', 'https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay', 'actioned', '', NULL, NULL),
(38, 30, 'extension-settings', 'See available updates', 'http://ordneco.foach.site/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(39, 30, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(40, 31, 'woopay-beta-merchantrecruitment-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(41, 31, 'woopay-beta-merchantrecruitment-update-activate-04MAY23', 'Activate WooPay', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(42, 32, 'woopay-beta-existingmerchants-noaction-documentation-27APR23', 'Documentation', 'https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23', 'actioned', '', NULL, NULL),
(43, 33, 'woopay-beta-existingmerchants-update-WCPay-27APR23', 'Update WooCommerce Payments', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL),
(44, 34, 'woopay-beta-merchantrecruitment-short-activate-04MAY23', 'Activate WooPay', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(45, 34, 'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'actioned', '', NULL, NULL),
(46, 35, 'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(47, 35, 'woopay-beta-merchantrecruitment-short-update-activate-04MAY23', 'Activate WooPay', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(48, 36, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA', 'Activate WooPay Test A', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(49, 36, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL),
(50, 37, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB', 'Activate WooPay Test B', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(51, 37, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL),
(52, 38, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC', 'Activate WooPay Test C', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(53, 38, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'unactioned', '', NULL, NULL),
(54, 39, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD', 'Activate WooPay Test D', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(55, 39, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'unactioned', '', NULL, NULL),
(56, 40, 'woopay-beta-merchantrecruitment-short-activate-button-09MAY23', 'Activate WooPay', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(57, 40, 'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'unactioned', '', NULL, NULL),
(58, 41, 'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23', 'Update WooCommerce Payments', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(59, 41, 'woopay-beta-merchantrecruitment-short-update-activate-09MAY23', 'Activate WooPay', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(60, 42, 'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings', 'See available updates', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(61, 42, 'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(62, 43, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'See available updates', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(63, 43, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(64, 44, 'woocommerce-WCOPC-June-2023-updated-needed', 'See available updates', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL),
(65, 44, 'woocommerce-WCOPC-June-2023-updated-needed', 'Dismiss', 'http://ordneco.foach.site/wp-admin/#', 'actioned', '', NULL, NULL),
(66, 45, 'woocommerce-WCGC-July-2023-update-needed', 'See available updates', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(67, 45, 'woocommerce-WCGC-July-2023-update-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(68, 46, 'learn-more', 'Learn more', 'https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage', 'unactioned', '', NULL, NULL),
(69, 47, 'plugin-list', 'See available updates', 'http://ordneco.foach.site/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(70, 47, 'dismiss', 'Dismiss', 'http://ordneco.foach.site/wp-admin/admin.php?page=wc-admin', 'actioned', '', NULL, NULL),
(71, 48, 'woocommerce-WCStripe-Aug-2023-update-needed', 'See available updates', 'http://ordneco.foach.site/wp-admin/update-core.php?', 'unactioned', '', NULL, NULL),
(72, 48, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(73, 49, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(74, 50, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(75, 51, 'avalara_q3-2023_noAvaTax', 'Automate my sales tax', 'https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax', 'unactioned', '', NULL, NULL),
(76, 52, 'woocommerce-usermeta-Sept2023-productvendors', 'See available updates', 'http://ordneco.foach.site/wp-admin/plugins.php', 'unactioned', '', NULL, NULL),
(77, 52, 'dismiss', 'Dismiss', 'http://ordneco.foach.site/wp-admin/#', 'actioned', '', NULL, NULL),
(78, 53, 'woocommerce-STRIPE-Oct-2023-update-needed', 'See available updates', 'http://ordneco.foach.site/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(79, 53, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(80, 54, 'amazon-mcf-review-button-2023-12-07', 'Leave a review', 'https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07', 'actioned', '', NULL, NULL),
(81, 54, 'amazon-mcf-support-button-2023-12-07', 'Request support', 'https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07', 'actioned', '', NULL, NULL),
(82, 55, 'view_docs', 'Learn about Deposit schedules', 'https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds', 'unactioned', '', NULL, NULL),
(83, 56, 'stripe_securityupdate_q4_2024_click', 'Review and update', 'https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_securityupdate_q4_2024_click', 'unactioned', '', NULL, NULL);

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

--
-- Table structure for table `wp_wc_category_lookup`
--

CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_category_lookup`
--

INSERT INTO `wp_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15),
(25, 25),
(28, 28);

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

--
-- Table structure for table `wp_wc_customer_lookup`
--

CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_orders`
--

CREATE TABLE `wp_wc_orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `currency` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `tax_amount` decimal(26,8) DEFAULT NULL,
  `total_amount` decimal(26,8) DEFAULT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `billing_email` varchar(320) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_created_gmt` datetime DEFAULT NULL,
  `date_updated_gmt` datetime DEFAULT NULL,
  `parent_order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `payment_method` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_method_title` text COLLATE utf8mb4_unicode_520_ci,
  `transaction_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_520_ci,
  `customer_note` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_orders_meta`
--

CREATE TABLE `wp_wc_orders_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_order_addresses`
--

CREATE TABLE `wp_wc_order_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `address_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `first_name` text COLLATE utf8mb4_unicode_520_ci,
  `last_name` text COLLATE utf8mb4_unicode_520_ci,
  `company` text COLLATE utf8mb4_unicode_520_ci,
  `address_1` text COLLATE utf8mb4_unicode_520_ci,
  `address_2` text COLLATE utf8mb4_unicode_520_ci,
  `city` text COLLATE utf8mb4_unicode_520_ci,
  `state` text COLLATE utf8mb4_unicode_520_ci,
  `postcode` text COLLATE utf8mb4_unicode_520_ci,
  `country` text COLLATE utf8mb4_unicode_520_ci,
  `email` varchar(320) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `phone` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_order_coupon_lookup`
--

CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_order_operational_data`
--

CREATE TABLE `wp_wc_order_operational_data` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_via` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `woocommerce_version` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `prices_include_tax` tinyint(1) DEFAULT NULL,
  `coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
  `download_permission_granted` tinyint(1) DEFAULT NULL,
  `cart_hash` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `order_stock_reduced` tinyint(1) DEFAULT NULL,
  `date_paid_gmt` datetime DEFAULT NULL,
  `date_completed_gmt` datetime DEFAULT NULL,
  `shipping_tax_amount` decimal(26,8) DEFAULT NULL,
  `shipping_total_amount` decimal(26,8) DEFAULT NULL,
  `discount_tax_amount` decimal(26,8) DEFAULT NULL,
  `discount_total_amount` decimal(26,8) DEFAULT NULL,
  `recorded_sales` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_order_product_lookup`
--

CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `variation_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT '0',
  `product_gross_revenue` double NOT NULL DEFAULT '0',
  `coupon_amount` double NOT NULL DEFAULT '0',
  `tax_amount` double NOT NULL DEFAULT '0',
  `shipping_amount` double NOT NULL DEFAULT '0',
  `shipping_tax_amount` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_order_stats`
--

CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_order_tax_lookup`
--

CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT '0',
  `order_tax` double NOT NULL DEFAULT '0',
  `total_tax` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_product_attributes_lookup`
--

CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_product_download_directories`
--

CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wc_product_download_directories`
--

INSERT INTO `wp_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES
(1, 'file:///var/www/html/wp-content/uploads/woocommerce_uploads/', 1),
(2, 'http://ordneco.foach.site/wp-content/uploads/woocommerce_uploads/', 1);

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

--
-- Table structure for table `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 '',
  `global_unique_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) 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',
  `tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_rate_limits`
--

CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rate_limit_expiry` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_wc_reserved_stock`
--

CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT '0',
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `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');

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:759:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:16:\"admin@foach.site\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1729347604);

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  ADD KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indexes for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

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

--
-- Indexes for table `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`);

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

--
-- Indexes for table `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD KEY `wp_user_id` (`wp_user_id`);

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

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

--
-- Indexes for table `wp_newsletter_sent`
--
ALTER TABLE `wp_newsletter_sent`
  ADD PRIMARY KEY (`email_id`,`user_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `email_id` (`email_id`);

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

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

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

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

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

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  ADD PRIMARY KEY (`id`),
  ADD KEY `handle_index` (`handle`(64));

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

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

--
-- Indexes for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wp_revslider_sliders7`
--
ALTER TABLE `wp_revslider_sliders7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wp_revslider_slides7`
--
ALTER TABLE `wp_revslider_slides7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

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

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

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

--
-- Indexes for table `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`);

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

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `wp_wc_category_lookup`
--
ALTER TABLE `wp_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `wp_wc_customer_lookup`
--
ALTER TABLE `wp_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_wc_orders`
--
ALTER TABLE `wp_wc_orders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `status` (`status`),
  ADD KEY `date_created` (`date_created_gmt`),
  ADD KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)),
  ADD KEY `billing_email` (`billing_email`(191)),
  ADD KEY `type_status_date` (`type`,`status`,`date_created_gmt`),
  ADD KEY `parent_order_id` (`parent_order_id`),
  ADD KEY `date_updated` (`date_updated_gmt`);

--
-- Indexes for table `wp_wc_orders_meta`
--
ALTER TABLE `wp_wc_orders_meta`
  ADD PRIMARY KEY (`id`),
  ADD KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)),
  ADD KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82));

--
-- Indexes for table `wp_wc_order_addresses`
--
ALTER TABLE `wp_wc_order_addresses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `email` (`email`(191)),
  ADD KEY `phone` (`phone`);

--
-- Indexes for table `wp_wc_order_coupon_lookup`
--
ALTER TABLE `wp_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_order_operational_data`
--
ALTER TABLE `wp_wc_order_operational_data`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `order_id` (`order_id`),
  ADD KEY `order_key` (`order_key`);

--
-- Indexes for table `wp_wc_order_product_lookup`
--
ALTER TABLE `wp_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_order_stats`
--
ALTER TABLE `wp_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `wp_wc_order_tax_lookup`
--
ALTER TABLE `wp_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_product_attributes_lookup`
--
ALTER TABLE `wp_wc_product_attributes_lookup`
  ADD PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  ADD KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`);

--
-- Indexes for table `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  ADD PRIMARY KEY (`url_id`),
  ADD KEY `url` (`url`(191));

--
-- Indexes for table `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`),
  ADD KEY `sku` (`sku`(50));

--
-- Indexes for table `wp_wc_rate_limits`
--
ALTER TABLE `wp_wc_rate_limits`
  ADD PRIMARY KEY (`rate_limit_id`),
  ADD UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191));

--
-- Indexes for table `wp_wc_reserved_stock`
--
ALTER TABLE `wp_wc_reserved_stock`
  ADD PRIMARY KEY (`order_id`,`product_id`);

--
-- Indexes for table `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));

--
-- Indexes for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `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));

--
-- Indexes for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `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));

--
-- Indexes for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `zone_id` (`zone_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `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`);

--
-- Indexes for table `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 for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

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

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

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

--
-- AUTO_INCREMENT for table `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_newsletter_emails`
--
ALTER TABLE `wp_newsletter_emails`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_newsletter_logs`
--
ALTER TABLE `wp_newsletter_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_newsletter_stats`
--
ALTER TABLE `wp_newsletter_stats`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_newsletter_user_logs`
--
ALTER TABLE `wp_newsletter_user_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_newsletter_user_meta`
--
ALTER TABLE `wp_newsletter_user_meta`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

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

--
-- AUTO_INCREMENT for table `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `wp_revslider_sliders7`
--
ALTER TABLE `wp_revslider_sliders7`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wp_revslider_slides7`
--
ALTER TABLE `wp_revslider_slides7`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

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

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  MODIFY `note_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57;

--
-- AUTO_INCREMENT for table `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84;

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

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  MODIFY `url_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

--
-- AUTO_INCREMENT for table `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 for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
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 */;